396
# Enable OSPFv3 process 1 and OSPFv3 process 2 on Router B.
<RouterB> system-view
[RouterB] ospfv3 1
[RouterB-ospfv3-1] router-id 2.2.2.2
[RouterB-ospfv3-1] quit
[RouterB] interface gigabitethernet 2/0
[RouterB-GigabitEthernet2/0] ospfv3 1 area 2
[RouterB-GigabitEthernet2/0] quit
[RouterB] ospfv3 2
[RouterB-ospfv3-2] router-id 3.3.3.3
[RouterB-ospfv3-2] quit
[RouterB] interface gigabitethernet 1/0
[RouterB-GigabitEthernet1/0] ospfv3 2 area 2
[RouterB-GigabitEthernet1/0] quit
# Enable OSPFv3 process 2 on Router C.
<RouterC> system-view
[RouterC] ospfv3 2
[RouterC-ospfv3-2] router-id 4.4.4.4
[RouterC-ospfv3-2] quit
[RouterC] interface gigabitethernet 2/0
[RouterC-GigabitEthernet2/0] ospfv3 2 area 2
[RouterC-GigabitEthernet2/0] quit
[RouterC] interface gigabitethernet 1/0
[RouterC-GigabitEthernet1/0] ospfv3 2 area 2
[RouterC-GigabitEthernet1/0] quit
# Display the routing table on Router C.
[RouterC] display ipv6 routing-table
Destinations : 7 Routes : 7
Destination: ::1/128 Protocol : Direct
NextHop : ::1 Preference: 0
Interface : InLoop0 Cost : 0
Destination: 3::/64 Protocol : Direct
NextHop : 3::2 Preference: 0
Interface : GE2/0 Cost : 0
Destination: 3::2/128 Protocol : Direct
NextHop : ::1 Preference: 0
Interface : InLoop0 Cost : 0
Destination: 4::/64 Protocol : Direct
NextHop : 4::1 Preference: 0
Interface : GE1/0 Cost : 0
Destination: 4::1/128 Protocol : Direct
NextHop : ::1 Preference: 0