ip ospf bfd
Syntax
ip ospf bfd
no ip ospf bfd
Description
Enables BFD for OSPFv2 on the current interface. The interface must have OSPFv2 enabled on it. This overrides the global settings defined with the command
bfd all-interfaces
.
The
no
form of this command sets the current interface to the global settings defined with the command
bfd all-interfaces
.
Command context
config-if
Authority
Administrators
Examples
Enabling BFD on interface
1/1/1
:
switch(config)# interface 1/1/1 switch(config-if)# ip ospf bfd
Disabling BFD on interface
1/1/1
:
switch(config)# interface 1/1/1 switch(config-if)# no ip ospf bfd