R3303-HP HSR6800 Routers Layer 3 - IP Routing Configuration Guide
39
Configuring RIP route redistribution
Network requirements
As shown in Figure 8, Router B communicates with Router A through RIP 100 and with Router C through
RIP 200.
Configure RIP 200 to redistribute direct routes and routes from RIP 100 on Router B so Router C can learn
routes destined for 10.2.1.0/24 and 11.1.1.0 / 24 . R o u te r A c a n n o t l e a r n ro u t e s d e s t i n e d f o r 12.3.1.0 / 24
and 16.4.1.0/24.
Configure Router B to not advertise route 10.2.1.1/24 to Router C.
Figure 8 Network diagram
Configuration procedure
1. Configure IP addresses for interfaces. (Details not shown.)
2. Configure basic RIP basic functions:
# Enable RIP 100, and configure a RIPv2 on Router A.
<RouterA> system-view
[RouterA] rip 100
[RouterA-rip-100] network 10.0.0.0
[RouterA-rip-100] network 11.0.0.0
[RouterA-rip-100] version 2
[RouterA-rip-100] undo summary
[RouterA-rip-100] quit
# Enable RIP 100 and RIP 200, configure RIPv2 on Router B.
<RouterB> system-view
[RouterB] rip 100
[RouterB-rip-100] network 11.0.0.0
[RouterB-rip-100] version 2
[RouterB-rip-100] undo summary
[RouterB-rip-100] quit
[RouterB] rip 200
[RouterB-rip-200] network 12.0.0.0
[RouterB-rip-200] version 2
[RouterB-rip-200] undo summary
[RouterB-rip-200] quit
# Enable RIP 200 and configure RIPv2 on Router C.
<RouterC> system-view
[RouterC] rip 200
[RouterC-rip-200] network 12.0.0.0
[RouterC-rip-200] network 16.0.0.0