bfd min-transmit-interval
Syntax
bfd min-transmit-interval <INTERVAL>
no bfd min-transmit-interval
Description
Sets the minimum time interval between transmitted BFD control packets on an interface.
The
no
form of this command sets the minimum interval between transmitted BFD control packets to the default value of 3000 ms.
Command context
config-if
Parameters
<INTERVAL>
Specifies the minimum transmit interval in milliseconds. Range: 500 to 20000 . 100 to 20000. Default: 3000.
Authority
Administrators or local user group members with execution rights for this command.
Usage
- If the minimum time interval is set between 500 ms and 1000 ms, then
bfd detect-multiplier
must be set to at least 3. - If
bfd detect-multiplier
is set to 1, then the minimum transmit interval must be set to at least 3000 ms. - Whenever the minimum time interval is set to a value less than 1000 ms, BFD automatically adjusts the transmission interval to 1000 ms if any of the following conditions apply:
The session is operating in asynchronous mode and echo is enabled.
The session state is in any other state than
up
.
As described in RFC 5880, this behavior occurs because BFD echo provides quick detection which allows the BFD asynchronous session to lower its traffic/resource requirements.
Examples
Setting the minimum transmit interval to 500 ms:
switch(config-if)# bfd min-transmit-interval 500
Setting the minimum transmit interval to the default value:
switch(config-if)# no bfd min-transmit-interval