O Commands

ospfv3 bfd

To configure Bidirectional Forwarding Detection (BFD) for Open Shortest Path First version 3 (OSPFv3) on one or more interfaces, use the ospfv3 bfd command.

ospfv3 bfd [disable]

Syntax Description

disable

(Optional) Enables BFD on a per-interface basis for one or more interfaces associated with the OSPFv3 routing process.

Command Default

None

Command Modes

Interface configuration mode

Command History

Release

Modification

6.2(2)

This command was introduced.

Usage Guidelines

OSPFv3 must be running on all participating devices. You must configure the baseline parameters for BFD sessions on the interfaces over which you want to run BFD sessions to discover BFD neighbors.

Examples

This example shows how to configure BFD for OSPFv3 on one or more interfaces:

switch# configure terminal
switch(config)# interface ethernet 3/1
switch(config-router)# ospfv3 bfd disable
switch(config-if)# exit
switch(config)#