344
Figure 82
Network diagram
Configuration procedure
1.
Configure IPv6 addresses for interfaces. (Details not shown.)
2.
Configure IPv6 static routes:
# Configure the default IPv6 route on Router A.
<RouterA> system-view
[RouterA] ipv6 route-static :: 0 4::2
# Configure two IPv6 static routes on Router B.
<RouterB> system-view
[RouterB] ipv6 route-static 1:: 64 4::1
[RouterB] ipv6 route-static 3:: 64 5::1
# Configure the default IPv6 route on Router C.
<RouterC> system-view
[RouterC] ipv6 route-static :: 0 5::2
3.
Configure the IPv6 addresses for all hosts and configure the default gateway of Host A, Host B,
and Host C as 1::1, 2::1, and 3::1.
Verifying the configuration
# Display the IPv6 static route information on Router A.
[RouterA] display ipv6 routing-table protocol static
Summary Count : 1
Static Routing table Status : <Active>
Summary Count : 1
Destination: :: Protocol : Static
NextHop : 4::2 Preference: 60
Interface : GE2/0 Cost : 0
Static Routing table Status : <Inactive>
Summary Count : 0
# Display the IPv6 static route information on Router B.