3Com Switch 8800 Advanced Software V5 Configuration Guide

IPv6 Static Routing Configuration Example 267
Network diagram
Figure 73 Network diagram for static routes (on switches)
Configuration procedure
1 Configure the IPv6 addresses of all VLAN interfaces (Omitted)
2 Configure IPv6 static routes.
# Configure the default IPv6 static route on SwitchA.
<SwitchA> system-view
[SwitchA] ipv6 route-static :: 0 4::2
# Configure two IPv6 static routes on SwitchB.
<SwitchB> system-view
[SwitchB] ipv6 route-static 1:: 64 4::1
[SwitchB] ipv6 route-static 3:: 64 5::1
# Configure the default IPv6 static route on SwitchC.
<SwitchC> system-view
[SwitchC] ipv6 route-static :: 0 5::2
3 Configure the IPv6 addresses of hosts and gateways.
Configure the IPv6 addresses of all the hosts based upon the network diagram,
configure the default gateway of Host A as 1::1, that of Host B as 2::1, and that of
Host C as 3::1.
4 Display configuration information
# Display the IPv6 routing table of SwitchA.
[SwitchA] display ipv6 routing-table
Routing Table :
Destinations : 5 Routes : 5
Destination : :: Protocol : Static
NextHop : FE80::510A:0:8D7:1 Preference : 60
Interface : Vlan-interface200 Cost : 0
Vlan-int400
2::1 /64
Host B
2::2/64
Vlan-int200
4::2 /64
Vlan-int300
5::2/64
Vlan-int200
4::1/64
Vlan-int300
5::1/64
Vlan-int500
3::1 /64
Vlan-int100
1::1/64
Host A
1::2/64
Host C
3::2/64
Switch B
Switch A
Switch C