F3726, F3211, F3174, R5135, R3816-HP Firewalls and UTM Devices Network Management Configuration Guide-6PW100

747
878BConfiguration procedure
1. Configure IPv6 addresses for all interfaces. (Details not shown.)
2. Configure IPv6 static routes:
# Enable IPv6 and configure the IPv6 default route on Router A.
<RouterA> system-view
[RouterA] ipv6
[RouterA] ipv6 route-static :: 0 4::2
# Enable IPv6 and configure two IPv6 static routes on Firewall.
<Firewall> system-view
[Firewall] ipv6
[Firewall] ipv6 route-static 1:: 64 4::1
[Firewall] ipv6 route-static 3:: 64 5::1
# Enable IPv6 and configure the IPv6 default route on Router B.
<Router B> system-view
[Router B] ipv6
[Router B] ipv6 route-static :: 0 5::2
3. Configure the IPv6 addresses of all the hosts based on the network diagram, and configure the
default gateway of Host A as 1::1, Host B as 2::1, and Host C as 3::1.
4. Verify the configuration:
# Display the IPv6 routing table on Router A.
[RouterA] display ipv6 routing-table
Routing Table : Public
Destinations : 5 Routes : 5
Destination: :: Protocol : Static
NextHop : 4::2 Preference: 60
Interface : GE0/2 Cost : 0
Destination: ::1/128 Protocol : Direct
NextHop : ::1 Preference: 0
Interface : InLoop0 Cost : 0
Destination: 1::/64 Protocol : Direct
NextHop : 1::1 Preference: 0
Interface : GE0/1 Cost : 0
Destination: 1::1/128 Protocol : Direct
NextHop : ::1 Preference: 0
Interface : InLoop0 Cost : 0
Destination: FE80::/10 Protocol : Direct
NextHop : :: Preference: 0
Interface : NULL0 Cost : 0
# Ping Host C on Router A to test the reachability.
[RouterA] ping ipv6 3::2
PING 3::2 : 56 data bytes, press CTRL_C to break