Operation Manual – IPv6 Routing
H3C S3610&S5510 Series Ethernet Switches
Chapter 1 IPv6 Static Routing Configuration
1-3
1.4 IPv6 Static Routing Configuration Example
I. Network requirements
With IPv6 static routes configured, all hosts and switches can interact with each other.
II. Network diagram
Figure 1-1
Network diagram for static routes
III. Configuration procedure
1)
Configure the IPv6 addresses of all VLAN interfaces (Omitted)
2)
Configure IPv6 static routes.
# Configure the default IPv6 static route on Switch A.
<SwitchA> system-view
[SwitchA] ipv6
[SwitchA] ipv6 route-static :: 0 4::2
# Configure two IPv6 static routes on Switch B.
<SwitchB> system-view
[SwitchB] ipv6
[SwitchB] ipv6 route-static 1:: 64 4::1
[SwitchB] ipv6 route-static 3:: 64 5::1
# Configure the default IPv6 static route on Switch C.
<SwitchC> system-view
[SwitchC] ipv6
[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.