
C613-50186-01 Rev B
Command Reference for AR2050V
949
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
OSPF C
OMMANDS
IP
OSPF
TRANSMIT
-
DELAY
ip ospf transmit-delay
Overview
Use this command to set the estimated time it takes to transmit a link-state-update
packet on the VLAN interface.
Use the
no
variant of this command to return to the default of 1 second.
Syntax
ip ospf [<
ip-address
>] transmit-delay
<1-65535
>
no ip ospf [<
ip-address
>] transmit-delay
Default
The default interval is 1 second.
Mode
Interface Configuration for a VLAN interface or a PPP interface.
Usage
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.
Example
The following example shows setting the OSPF transmit delay time to 3 seconds on
the VLAN interface
vlan2
.
awplus#
configure terminal
awplus(config)#
interface vlan2
awplus(config-if)#
ip ospf transmit-delay 3
The following example shows setting the OSPF transmit delay time to 3 seconds on
the PPP interface
ppp0
.
awplus#
configure terminal
awplus(config)#
interface ppp0
awplus(config-if)#
ip ospf transmit-delay 3
Parameter
Description
<
ip-address
>
The IP address of the VLAN interface.
<
1-65535
>
Specifies the time, in seconds, to transmit a link-state update.