38
Enabling BFD for RIP FRR
By default, RIP FRR does not use BFD to detect primary link failures. To speed up RIP convergence, enable
BFD single-hop echo detection for RIP FRR to detect primary link failures.
To configure BFD for RIP FRR:
Step Command
Remarks
1.
Enter system view.
system-view
N/A
2.
Configure the source IP
address of BFD echo packets.
bfd echo-source-ip
ip-address
By default, the source IP address of
BFD echo packets is not
configured.
3.
Enter interface view.
interface
interface-type
interface-number
N/A
4.
Enable BFD for RIP FRR.
rip primary-path-detect bfd echo
By default, BFD for RIP FRR is
disabled.
Displaying and maintaining RIP
Execute
display
commands in any view and execute
reset
commands in user view.
Task Command
Display RIP current status and configuration
information.
display rip
[
process-id
]
Display active routes in RIP database.
display rip
process-id
database
[
ip-address
{
mask-length
|
mask
} ]
Display RIP interface information.
display rip
process-id
interface
[
interface-type
interface-number
]
Display routing information about a specified RIP
process.
display rip
process-id
route
[
ip-address
{
mask-length
|
mask
} [
verbose
] |
peer
ip-address
|
statistics
]
Reset a RIP process.
reset rip
process-id
process
Clear the statistics of a RIP process.
reset rip
process-id
statistics
RIP configuration examples
Configuring basic RIP
Network requirements
As shown in
Figure 7
, enable RIPv2 on all interfaces on Router A and Router B. Configure Router B to not
advertise route 10.2.1.0/24 to Router A, and to accept only route 2.1.1.0/24 from Router A.