Thực hiện một đường hầm dạng 6to4 (6to4 tunnel) đảm bảo các loopback 0 IPv6 trên hai router R2 và R4 liên lạc được với nhau.
R2(config)# ipv6 unicast-routing
R2(config)# interface tunnel 0
R2(config-if)# ipv6 address 2002:c0a8:1702:24::2/64
R2(config-if)# tunnel source s0
R2(config-if)# tunnel mode ipv6ip 6to4
R2(config)# interface loopback 0
R2(config-if)# ipv6 address 2002:c0a8:1702:2::2/64
R2(config)# ipv6 route 2002::/16 tunnel 0
R2(config)# ipv6 unicast-routing
R2(config)# interface tunnel 0
R2(config-if)# ipv6 address 2002:c0a8:2204:24::4/64
R2(config-if)# tunnel source s0
R2(config-if)# tunnel mode ipv6ip 6to4
R2(config)# interface loopback 0
R2(config-if)# ipv6 address 2002:c0a8:2204:2::4/64
R2(config)# ipv6 route 2002::/16 tunnel 0