Administrator Guide
CONFIGURATION mode
ip route bfd
Example of the show bfd neighbors Command to Verify Static Routes
To verify that sessions have been created for static routes, use the show bfd neighbors command.
The bold line shows BFD for static routes is enabled.
R1(conf)#ip route 2.2.3.0/24 2.2.2.2
R1(conf)#ip route bfd
R1(conf)#do show bfd neighbors
* - Active session role
Ad Dn - Admin Down
C - CLI
I - ISIS
O - OSPF
R - Static Route (RTM)
LocalAddr RemoteAddr Interface State Rx-int Tx-int Mult Clients
2.2.2.1 2.2.2.2 Gi 4/24 Up 200 200 4 R
To view detailed session information, use the show bfd neighbors detail command, as shown in the examples in Disabling BFD for
BGP.
Establishing Static Route Sessions on Specic Neighbors
You can selectively enable BFD sessions on specic neighbors based on a destination prex-list.
When you establish a BFD session using the ip route bfd command, all the next-hop neighbors in the static route become part of the
BFD session. Starting with Dell Networking OS release 9.11.0.0, you can enable BFD sessions on specic next-hop neighbors. You can
specify the next-hop neighbors to be part of a BFD session by including them in a prex-list.
Prex lists are used in route maps and route ltering operations. You can use prex lists as an alternative to existing access lists (ACLs). A
prex is a portion of the IP address. Prex lists constitute any number of bits in an IP address starting from the far left bit of the far left
octet. By specifying the exactly number of bits in an IP address that belong to a prex list, the prex list can be used to aggregate
addresses and perform some functions; for example, redistribution.
You can use the following options to enable or disable the BFD session:
• Permit – The permit option enables creation of a BFD session on the specied prex list or prex list range. The no permit option
enables tear down of the BFD session if and only if the ACL has no permit entry that shares the same neighbor.
• Deny – The deny option prevents BFD sessions from getting created for the specied prex list or prex list range.
For more information on prex lists, see IP Prex Lists.
To enable BFD sessions on specic neighbors, perform the following steps:
Enter the following command to enable BFD session on specic next-hop neighbors:
CONFIGURATION
ip route bfd prefix-list prefix-list-name
The BFD session is established for the next-hop neighbors that are specied in the prex-list.
• The absence of a prex-list causes BFD sessions to be enabled on all the eligible next-hop neighbors.
• You can use only valid IPv4 unicast address prexes in the BFD prex list. An erroneous IP prex in a prex-list causes the entire prex-
list to be rejected.
• A BFD session is enabled for the directly connected next-hop neighbor specied in the congured destination prex list.
• If you attach an empty prex-list, all the existing established BFD sessions are teared down. If a destination prex or prex range is not
present in the prex-list, then it is considered as an implicit deny.
146
Bidirectional Forwarding Detection (BFD)