OcNOS-SP : Layer 3 Guide : Bidirectional Forwarding Detection Command Reference : Bidirectional Forwarding Commands : bfd interval
bfd interval
Use this command to configure BFD transmit and receive intervals, and the hello multiplier value.
Use the no form of the command to set the intervals and multiplier to their default values.
Note: If “bfd session software” configured on any l3 interface then minimum tx/rx can be configured as 10 else minimum tx/rx can be configured as 3.
Command Syntax
bfd interval <3-999> minrx <3-999> multiplier <3-50>
no bfd interval
Parameters
<3-999>
Transmit interval in milliseconds.
minrx
Receive interval.
<3-999>
Receive interval in milliseconds.
multiplier
Hello multiplier.
<3-50>
Hello multiplier value.
Defaults
The default for the transmit and receive intervals is 250 milliseconds.
The default hello multiplier value is 3.
Command Mode
Interface mode
Applicability
This command was introduced before OcNOS version 1.3.
Example
#configure terminal
(config)#interface eth1
(config-if)#bfd interval 100 minrx 100 multiplier 5
(config-if)#
Last modified date: 08/28/2023