!interface Tunnel 2no ip addressipv6 address 2::1/64tunnel destination 90.1.1.1tunnel source 60.1.1.1tunnel mode ipv6ipno shutdownThe following sample configuration shows a tunnel configured in IPIP mode (IPv4 tunnel carries IPv4 andIPv6 traffic):Dell(conf)#interface tunnel 3Dell(conf-if-tu-3)#tunnel source 5::5Dell(conf-if-tu-3)#tunnel destination 8::9Dell(conf-if-tu-3)#tunnel mode ipv6Dell(conf-if-tu-3)#ip address 3.1.1.1/24Dell(conf-if-tu-3)#ipv6 address 3::1/64Dell(conf-if-tu-3)#no shutdownDell(conf-if-tu-3)#show config!interface Tunnel 3ip address 3.1.1.1/24ipv6 address 3::1/64tunnel destination 8::9tunnel source 5::5tunnel mode ipv6no shutdownConfiguring Tunnel Keepalive SettingsYou can configure a tunnel keepalive target, keepalive interval, and attempts.NOTE: By default, the tunnel keepalive is disabled.The following sample configuration shows how to use the tunnel keepalive command.Dell(conf-if-te-1/12/1)#show config!interface TenGigabitEthernet 1/12/1ip address 40.1.1.1/24ipv6 address 500:10::1/64no shutdownDell(conf-if-te-1/12/1)#Dell(conf)#interface tunnel 1Dell(conf-if-tu-1)#ipv6 address 1abd::1/64Dell(conf-if-tu-1)#ip address 1.1.1.1/24Dell(conf-if-tu-1)#tunnel source 40.1.1.1Dell(conf-if-tu-1)#tunnel destination 40.1.1.2Dell(conf-if-tu-1)#tunnel mode ipipDell(conf-if-tu-1)#no shutdownDell(conf-if-tu-1)#tunnel keepalive 1.1.1.2 attempts 4 interval 6Dell(conf-if-tu-1)#show config!interface Tunnel 1ip address 1.1.1.1/24ipv6 address 1abd::1/64tunnel destination 40.1.1.2tunnel source 40.1.1.1tunnel keepalive 1.1.1.2 attempts 4 interval 6tunnel mode ipip904 Tunneling