362
----------------------------------------------------------------
Peer FE80::2:1 on GigabitEthernet1/0
Destination 4::/64,
via FE80::1:1, cost 2, tag 0, AOF, 2 secs
Configuring RIPng route redistribution
Network requirements
As shown in
Figure 86
, Router B communicates with Router A through RIPng 100 and with Router C
through RIPng 200.
Configure route redistribution on Router B, so the two RIPng processes can redistribute routes from each
other.
Figure 86
Network diagram
Configuration procedure
1.
Configure IPv6 addresses for interfaces. (Details not shown.)
2.
Configure basic RIPng:
# Enable RIPng 100 on Router A.
<RouterA> system-view
[RouterA] ripng 100
[RouterA-ripng-100] quit
[RouterA] interface gigabitethernet 1/0
[RouterA-GigabitEthernet1/0] ripng 100 enable
[RouterA-GigabitEthernet1/0] quit
[RouterA] interface gigabitethernet 2/0
[RouterA-GigabitEthernet2/0] ripng 100 enable
# Enable RIPng 100 and RIPng 200 on Router B.
<RouterB> system-view
[RouterB] ripng 100
[RouterB-ripng-100] quit
[RouterB] interface gigabitethernet 2/0
[RouterB-GigabitEthernet2/0] ripng 100 enable
[RouterB-GigabitEthernet2/0] quit
[RouterB] ripng 200
[RouterB-ripng-200] quit
[RouterB] interface gigabitethernet 1/0
[RouterB-GigabitEthernet1/0] ripng 200 enable
# Enable RIPng 200 on Router C.