2-5Configuration procedureYou need configure IPv6 address at the switch’s and server’s interfaces and ensure that the routebetween the switch and the server is accessible before the following configuration.# Ping SWB’s IPv6 address from SWA. ping ipv6 3003::1PING 3003::1 : 64 data bytes, press CTRL_C to breakReply from 3003::1bytes=56 Sequence=1 hop limit=64 time = 110 msReply from 3003::1bytes=56 Sequence=2 hop limit=64 time = 31 msReply from 3003::1bytes=56 Sequence=3 hop limit=64 time = 31 msReply from 3003::1bytes=56 Sequence=4 hop limit=64 time = 31 msReply from 3003::1bytes=56 Sequence=5 hop limit=64 time = 31 ms--- 3003::1 ping statistics ---5 packet(s) transmitted5 packet(s) received0.00% packet lossround-trip min/avg/max = 31/46/110 ms# On SWA, configure static routes to SWC, the Telnet Server, and the TFTP Server. system-view[SWA] ipv6 route-static 3002:: 64 3003::1[SWA] ipv6 route-static 3001:: 64 3003::1[SWA] quit# Trace the IPv6 route from SWA to SWC. tracert ipv6 3002::1traceroute to 3002::1 30 hops max,60 bytes packet1 3003::1 30 ms 0 ms 0 ms2 3002::1 10 ms 10 ms 0 ms# SWA downloads a file from TFTP server 3001::3. tftp ipv6 3001::3 get filetoget flash:/filegothere.File will be transferred in binary modeDownloading file from remote tftp server, please wait....TFTP: 13 bytes received in 1.243 second(s)File downloaded successfully.# SWA Connect to Telnet server 3001::2. telnet ipv6 3001::2Trying 3001::2...Press CTRL+K to abort