Examples

Enable BFD on all OSPFv3 Interfaces

switch(config)# router ospfv3 1
switch(config-ospfv3-1)# bfd all-interfaces

Disable BFD on all OSPFv3 Interfaces

switch(config)# router ospfv3 1
switch(config-ospfv3-1)# no bfd all-interfaces

Enable BFD on a single OSPFv3 interface

switch(config)# interface 1/1/1
switch(config-if)# ipv6 ospfv3 bfd

Disable BFD on a single OSPFv3 interface

switch(config)# interface 1/1/1
switch(config-if)# ipv6 ospfv3 bfd disable

Set BFD as default on an OSPFv3 interface

switch(config)# interface 1/1/1
switch(config-if)# no ipv6 ospfv3 bfd