IPv6 Tunnels 6 to 4

Create a tunnel on both routers

(config)#ipv6 unicast-routing ( enable ipv6 routing )

(config)#interface tunnel 0
(config-if)#ipv address ( ipv6 address )
(config-if)#tunnel source ( the source IPv4 address of the local interface )
(config-if)#tunnel destination ( destination IPv4 address of the interface that is directly connected  )
(config-if#tunnel mode ipv6ip ( enable the tunnel )

Then create a static route or use any routing protocols .

 

Leave a Comment