Lab 2 IPv6 over an IPv4 Tunnel

  1. Enable IPv6 Unicast routing on the Cisco 2610
    2610> enable
    password C0nF3rENCE
    2610# conf t
    2610(config)# ipv6 unicast-routing

  2. 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

  3. Create a static default route on the Cisco 2610
    2610(config)# ipv6 route ::/0 2001:770:A8:20::1

  4. 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

The Test HEAnet Network

Slide Links:

Text Only Version Text Mostly Version Graphic Version