R3721-F3210-F3171-HP High-End Firewalls Network Management Configuration Guide-6PW101

Table Of Contents
354
Configuring BFD for RIP (single-hop detection in BFD echo
packet mode) at the CLI
Network requirements
As shown in Figure 247:
Firewall A and Router C are interconnected through a Layer 2 switch. GigabitEthernet 0/1 of the
two routers runs RIP process 1, BFD is enabled on GigabitEthernet 0/1 of Router A.
Firewall A is connected to Router C through Router B. GigabitEthernet 0/2 on Firewall A runs RIP
process 2. GigabitEthernet 0/2 on Router C, and GigabitEthernet 0/1 and GigabitEthernet 0/2
on Router B run RIP process 1.
Configure a static route and enable static route redistribution into RIP on Router C. Firewall A learns
the static route sent by Router C, and the output interface of the route is the interface connected to
the Layer 2 switch.
When the link between Router C and the Layer 2 switch fails, BFD can quickly detect the link failure
and notify it to RIP, and the BFD session goes down. In response, RIP deletes the neighbor
relationship with Router C and the route information received from Router C. Then, Firewall A learns
the static route from Router C with the output interface being the interface connected to Router B.
Figure 247 Network diagram
Configuration procedure
1. Configure RIP basic functions and enable BFD on the interfaces:
# Configure Firewall A.
<FirewallA> system-view
[FirewallA] rip 1
[FirewallA-rip-1] network 192.168.1.0
[FirewallA-rip-1] quit
[FirewallA] interface GigabitEthernet0/1
[FirewallA-GigabitEthernet0/1] rip bfd enable
[FirewallA-GigabitEthernet0/1] quit
[FirewallA] rip 2
[FirewallA-rip-2] network 192.168.2.0
[FirewallA-rip-2] quit
# Configure Router B.
<RouterB> system-view