R3303-HP HSR6800 Routers Layer 3 - IP Routing Configuration Guide

47
Configure a static route destined for 100.1.1.1/24 and enable static route redistribution into RIP on Router
C so Router A can learn two routes destined for 100.1.1.1/24 through GigabitEthernet 2/1/1 and
GigabitEthernet 2/1/2, respectively, and uses the one through GigabitEthernet 2/1/1.
Enable BFD for RIP on GigabitEthernet 2/1/1 of Router A. When the link over GigabitEthernet 2/1/1
fails, BFD can quickly detect the link failure and notify it to RIP so RIP deletes the neighbor relationship
and the route information learned on GigabitEthernet 2/1/1, and uses the route destined for 100.1.1.1
24 through GigabitEthernet 2/1/2.
Figure 12 Network diagram
Configuration procedure
1. Configure IP addresses for interfaces. (Details not shown.)
2. Configure basic RIP and enable BFD on the interfaces:
# Configure Router A.
<RouterA> system-view
[RouterA] rip 1
[RouterA-rip-1] network 192.168.1.0
[RouterA-rip-1] quit
[RouterA] interface GigabitEthernet 2//1
[RouterA-GigabitEthernet2/1/1] rip bfd enable
[RouterA-GigabitEthernet2/1/1] quit
[RouterA] rip 2
[RouterA-rip-2] network 192.168.2.0
[RouterA-rip-2] quit
# Configure Router B.
<RouterB> system-view
[RouterB] rip 1
[RouterB-rip-1] network 192.168.2.0
[RouterB-rip-1] network 192.168.3.0
[RouterB-rip-1] quit
# Configure Router C.
<RouterC> system-view
[RouterC] rip 1
[RouterC-rip-1] network 192.168.1.0
[RouterC-rip-1] network 192.168.3.0
[RouterC-rip-1] import-route static
[RouterC-rip-1] quit