Prerequisites for BFD for RIPv2 Support
BFD is independent of RIPv2 and must be enabled and functional on the router.
The documentation set for this product strives to use bias-free language. For the purposes of this documentation set, bias-free is defined as language that does not imply discrimination based on age, disability, gender, racial identity, ethnic identity, sexual orientation, socioeconomic status, and intersectionality. Exceptions may be present in the documentation due to language that is hardcoded in the user interfaces of the product software, language used based on RFP documentation, or language that is used by a referenced third-party product. Learn more about how Cisco is using Inclusive Language.
The BFD for RIPv2 Support feature is used to facilitate an alternate path selection when a neighboring router is inactive.
Routing Information Protocol (RIP) uses the timeout of prefixes of a particular neighbor to identify if a neighbor is inactive. By default, the timeout is 180 seconds; that is, although the next-hop router is inactive, the RIP router will still broadcast prefixes for up to 180 seconds.
Bidirectional Forward Detection (BFD) is a protocol that provides subsecond failure detection using a single, common standardized mechanism that is independent of media and routing protocols.
BFD is independent of RIPv2 and must be enabled and functional on the router.
Perform this task to configure BFD on RIPv2 neighbors:
Command or Action | Purpose | |||
---|---|---|---|---|
Step 1 |
enable Example:
|
Enables privileged EXEC mode.
|
||
Step 2 |
configure terminal Example:
|
Enters global configuration mode. |
||
Step 3 |
router rip Example:
|
Configures the RIP routing process and enters router configuration mode. |
||
Step 4 |
bfd all-interfaces Example:
|
Enables BFD on all interfaces associated with the routing process.
|
||
Step 5 |
end Example:
|
Exits router configuration mode and returns to global configuration mode. |
The following example shows how to configure BFD for all interfaces associated with a RIPv2 neighbor:
!
interface GigabitEthernet 0/0/0
ip address 10.10.10.1 255.255.255.0
bfd interval 50 min_rx 50 multiplier 5
end
!
interface GigabitEthernet 0/0/1
ip address 10.10.20.1 255.255.255.0
bfd interval 50 min_rx 50 multiplier 5
end
!
router rip
version 2
redistribute connected
network 10.0.0.0
neighbor 10.10.20.2 bfd
bfd all-interfaces
no auto-summary
!
Related Topic |
Document Title |
---|---|
Cisco IOS IP Routing: Protocol-Independent Commands |
Cisco IOS IP Routing: Protocol-Independent Command Reference |
Standard |
Title |
---|---|
None |
-- |
MIB |
MIBs Link |
---|---|
None |
-- |
RFC |
Title |
---|---|
None |
-- |
Description |
Link |
---|---|
The Cisco Support and Documentation website provides online resources to download documentation, software, and tools. Use these resources to install and configure the software and to troubleshoot and resolve technical issues with Cisco products and technologies. Access to most tools on the Cisco Support and Documentation website requires a Cisco.com user ID and password. |
http://www.cisco.com/cisco/web/support/index.html |
The following table provides release information about the feature or features described in this module. This table lists only the software release that introduced support for a given feature in a given software release train. Unless noted otherwise, subsequent releases of that software release train also support that feature.
Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required.
Feature Name |
Releases |
Feature Information |
---|---|---|
BFD for RIPv2 Support |
Cisco IOS XE Release 3.3 |
The BFD for RIPv2 Support feature is used to facilitate alternate path selection when a neighboring router is inactive. The following commands were introduced or modified: bfd all-interfaces, debug ip rip bfd events, neighbor (RIP), and show ip rip neighbor . |