ip static fall-over-bfd
Use this command to enable BFD support for a specific IPv4 static route.
Use the no form of the command to disable the BFD support for a specific IPv4 static route.
Command Syntax
ip static A.B.C.D/M A.B.C.D fall-over-bfd (disable|enable)
no ip static A.B.C.D/M A.B.C.D
ip static vrf NAME A.B.C.D/M A.B.C.D fall-over-bfd (disable|enable)
no ip static vrf NAME A.B.C.D/M A.B.C.D
Parameters
A.B.C.D/M
The IPv4 destination prefix and mask length.
A.B.C.D
The IPv4 gateway address.
disable
Disable BFD.
enable
Enable BFD.
NAME
Enable/disable BFD for the IPv4 routes for this user-defined Virtual Routing and Forwarding instance name.
Command Mode
Configure mode
Applicability
This command was introduced before OcNOS version 1.3 and updated in OcNOS version 1.3.5.
Example
#configure terminal
(config)#ip static A.B.C.D/M A.B.C.D fall-over-bfd disable
#configure terminal
(config)# ip static vrf vrf1 A.B.C.D/M A.B.C.D fall-over-bfd enable
Last modified date: 08/28/2023