OcNOS-SP : Layer 3 Guide : Open Shortest Path First Command Reference : OSPFv2 Commands : ip ospf transmit-delay
ip ospf transmit-delay
Use this command to set the estimated time it takes to transmit a link-state-update packet on the interface.
The transmit delay value adds a specified time to the age field of an update. If the delay is not added, the time in which the LSA transmits over the link is not considered. This command is especially useful for low speed links. Add transmission and propagation delays when setting the transmit delay value.
Use the no parameter with this command to return to the default value (1 second).
Command Syntax
ip ospf (A.B.C.D|) transmit-delay <1-3600>
no ip ospf (A.B.C.D|) transmit-delay
Parameters
A.B.C.D
IPv4 address of the interface.
<1-3600>
Time in seconds to transmit a link-state update.
Default
By default, the transmit delay is 1 second
Command Mode
Interface mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
The following example shows setting the OSPF transmit delay time to 3 seconds on the eth0 interface.
#configure terminal
(config)#interface eth0
(config-if)#ip ospf transmit-delay 3
Last modified date: 10/16/2023