Verifying the configuration – H3C Technologies H3C S12500-X Series Switches User Manual
Page 170
159
[SwitchA] ipv6 route-static 2002:3:: 64 tunnel 1
•
Configure Switch B:
# Specify an IPv6 address for VLAN-interface 100.
[SwitchB] interface vlan-interface 100
[SwitchB-Vlan-interface100] ipv6 address 2002:3::1 64
[SwitchB-Vlan-interface100] quit
# Specify an IPv6 address for VLAN-interface 101, which is the physical interface of the tunnel.
[SwitchB] interface vlan-interface 101
[SwitchB-Vlan-interface101] ipv6 address 2002::22:1 64
[SwitchB-Vlan-interface101] quit
# Create service loopback group 1 and specify its service type as tunnel.
[SwitchB] service-loopback group 1 type tunnel
# Assign Ten-GigabitEthernet 1/0/3 to service loopback group 1.
[SwitchB] interface Ten-GigabitEthernet 1/0/3
[SwitchB-Ten-GigabitEthernet1/0/3] port service-loopback group 1
[SwitchB-Ten-GigabitEthernet1/0/3] quit
# Create an IPv6 tunnel interface tunnel 2.
[SwitchB] interface tunnel 2 mode ipv6
# Specify an IPv6 address for the tunnel interface.
[SwitchB-Tunnel2] ipv6 address 3001::1:2 64
# Specify the IP address of VLAN-interface 101 as the source address for the tunnel interface.
[SwitchB-Tunnel2] source 2002::22:1
# Specify the IP address of VLAN-interface 101 on Switch A as the destination address for the
tunnel interface.
[SwitchB-Tunnel2] destination 2001::11:1
[SwitchB-Tunnel2] quit
# Configure a static route destined for the IPv6 network group 1 through the tunnel interface.
[SwitchB] ipv6 route-static 2002:1:: 64 tunnel 2
Verifying the configuration
# Use the display ipv6 interface command to display the status of the tunnel interfaces on Switch A and
Switch B. The output shows that the tunnel interfaces are up. (Details not shown.)
# Ping the IPv4 address of the peer interface from each switch. The following shows the output on Switch
A.
[SwitchA] ping ipv6 -a 2002:1::1 2002:3::1
Ping6(56 data bytes) 2002:1::1 --> 2002:3::1, press CTRL_C to break
56 bytes from 2002:3::1, icmp_seq=0 hlim=64 time=0.000 ms
56 bytes from 2002:3::1, icmp_seq=1 hlim=64 time=0.000 ms
56 bytes from 2002:3::1, icmp_seq=2 hlim=64 time=0.000 ms
56 bytes from 2002:3::1, icmp_seq=3 hlim=64 time=0.000 ms
56 bytes from 2002:3::1, icmp_seq=4 hlim=64 time=0.000 ms
--- Ping6 statistics for 2002:3::1 ---
5 packet(s) transmitted, 5 packet(s) received, 0.0% packet loss
round-trip min/avg/max/std-dev = 0.000/0.000/0.000/0.000 ms