ipv6 ospfv3 bfd
Syntax
ipv6 ospfv3 bfd
no ipv6 ospfv3 bfd
Description
Enables BFD for OSPFv3 on the current interface. The interface must have OSPFv3 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)# ipv6 ospfv3 bfd
Disabling BFD on interface
1/1/1
:
switch(config)# interface 1/1/1 switch(config-if)# no ipv6 ospfv3 bfd