beautypg.com

Ip ospf transmit-delay – Allied Telesis AT-S83 User Manual

Page 335

background image

AT-S83 Management Software Command Line Interface User’s Guide

335

IP OSPF TRANSMIT-DELAY

Syntax

ip ospf (A.B.C.D) transmit-delay

DELAY <1-65535>

no ip ospf (A.B.C.D) transmit-delay

Parameters

A.B.C.D

Specifies the IP address of the interface. This is an

optional parameter.

DELAY

Specifies the time interval, in seconds, to transmit a

link-state update. Choose a value between 1 and
65,535 seconds. The default interval is 1 second.

Description

Use the IP OSPF TRANSMIT-DELAY command to specify the time
between link-state advertisement (LSA) retransmissions for adjacencies
belonging to the interface. The default interval is 1 second.

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 form of this command to return it to the default value.

Command Mode

Interface mode

Example

The following example sets the OSPF transmit delay time to 6 seconds on
interface 4.

switch# configure terminal

switch(config)# interface xe4

switch(config-if)# ip ospf transmit-interval 6

Related Commands

none