检查配置结果
# 在SwitchC上Ping SwitchA的VLANIF100的IPv4地址,可收到返回的报文。[SwitchC] ping 192.168.50.2
PING 192.168.50.2: 56 data bytes, press CTRL_C to break
Reply from 192.168.50.2: bytes=56 Sequence=1 ttl=255 time=84 ms
Reply from 192.168.50.2: bytes=56 Sequence=2 ttl=255 time=27 ms
Reply from 192.168.50.2: bytes=56 Sequence=3 ttl=255 time=25 ms
Reply from 192.168.50.2: bytes=56 Sequence=4 ttl=255 time=3 ms
Reply from 192.168.50.2: bytes=56 Sequence=5 ttl=255 time=24 ms
--- 192.168.50.2 ping statistics ---
5 packet(s) transmitted
5 packet(s) received
0.00% packet loss
round-trip min/avg/max = 3/32/84 ms
# 在SwitchC上Ping隧道的SwitchA接口Tunnel0/0/1的IPv6地址,可收到返回的报文。[SwitchC] ping ipv6 3001::1
PING 3001::1 : 56 data bytes, press CTRL_C to break
Reply from 3001::1
bytes=56 Sequence=1 hop limit=255 time = 28 ms
Reply from 3001::1
bytes=56 Sequence=2 hop limit=255 time = 27 ms
Reply from 3001::1
bytes=56 Sequence=3 hop limit=255 time = 26 ms
Reply from 3001::1
bytes=56 Sequence=4 hop limit=255 time = 27 ms
Reply from 3001::1
bytes=56 Sequence=5 hop limit=255 time = 26 ms
--- 3001::1 ping statistics ---
5 packet(s) transmitted
5 packet(s) received
0.00% packet loss
round-trip min/avg/max = 26/26/28 ms