| Created with the Web Accessibility Wizard |
Lab 2 IPv6 over an IPv4 Tunnel
Enable IPv6 Unicast routing on the Cisco 2610
2610> enable
password C0nF3rENCE
2610# conf t
2610(config)# ipv6 unicast-routing
Create a Tunnel Interface on the Cisco 2610
2610(config)# int tunnel 0
2610(config-if)# tunnel source e0/0
2610(config-if)# tunnel destination 193.1.70.5
2610(config-if)# tunnel mode ipv6ip
2610(config-if)# ipv6 address 2001:770:A8:20::2/64
2610(config-if)# ipv6 enable
Create a static default route on the Cisco 2610
2610(config)# ipv6 route ::/0 2001:770:A8:20::1
Configure the IPv6 address on E0/0 on the 2610
2610(config)# int e0/0
2610(config-if)# ipv6 address 2001:770:A8:25::1/64
2610(config-if)# ipv6 enable
Slide Links:
| Text Mostly Version Graphic Version |