Reference Guide

tunnel destination 23.22.21.3
tunnel source 23.22.22.3
tunnel mode ipv6ip
no shutdown
FTOS(conf-if-tu-22)#ipv6 address 5adb::3/64
FTOS(conf-if-tu-22)#sho c
!
interface Tunnel 22
no ip address
ipv6 address 5adb::3/64
tunnel destination 23.22.21.3
tunnel source 23.22.22.3
tunnel mode ipv6ip
no shutdown
FTOS(conf-if-tu-22)#exit
FTOS(conf)#ip route 23.22.21.0/24 23.22.22.2
FTOS(conf)#Apr 19 10:10:05: %STKUNIT0-M:CP %IFMGR-5-OSTATE_UP: Changed
interface state to up: Tu 22
The following sample configuration shows a tunnel configured in IPIP mode (IPv4 tunnel carries IPv4 and IPv6 traffic):
FTOS(conf-if-tu-22)#ip address 23.22.25.3/24
FTOS(conf-if-tu-22)#sho c
!
interface Tunnel 22
ip address 23.22.25.3/24
ipv6 address 5adb::3/64
tunnel destination 23.22.21.3
tunnel source 23.22.22.3
tunnel mode ipip
no shutdown
FTOS(conf-if-tu-22)#
698