Accton Technology ES4626 User Manual
Page 298
298
Note: First make sure PC-A and Switch can access each other by ping, and PC-B
and SwitchB can access each other by ping.
The configuration procedure is as follows:
SwitchA(Config)#ipv6 enable
SwitchA(Config)#interface vlan 1
SwitchA(Config-if-Vlan1)#ipv6 address 2001::1/64
SwitchA(Config)#interface vlan 2
SwitchA(Config-if-Vlan2)#ipv6 address 2002::1/64
SwitchA(Config-if-Vlan2)#exit
SwitchA(Config)#ipv6 route 2003::33/64 2002::2
SwitchB(Config)#ipv6 enable
SwitchB(Config)#interface vlan 2
SwitchB(Config-if-Vlan2)#ipv6 address 2002::1/64
SwitchB(Config)#interface vlan 3
SwitchB(Config-if-Vlan3)#ipv6 address 2003::1/64
SwitchB(Config-if-Vlan3)#exit
SwitchB(Config)#ipv6 route 2001::33/64 2002::1
SwitchA#ping6 2003::33
Configuration results:
SwitchA#show run
interface Vlan1
ipv6 address 2001::1/64
!
interface Vlan2
ipv6 address 2002::2/64
!
interface Loopback
mtu 3924
!
ipv6 route 2003::/64 2002::2
!
no login
!
end
SwitchB#show run