ip ospf transit-delay

Syntax

ip ospf transit-delay <SECONDS>

no ip ospf transit-delay

Description

Sets the time delay in link state transmission for the OSPF interface.

The no form of this command sets the delay in link state transmission to the default of 1 second for the OSPF interface.

Command context

config-if

Parameters

<SECONDS>

Specifies the time delay for the transit delay, in seconds. Default: 1 second. Range: 1-3600.

Authority

Administrators

Examples

Setting OSPF transit delay on the interface:

switch# configure terminal
switch(config)# interface 1/1/1
switch(config-if)# ip ospf transit-delay 30

Setting OSPF transit delay to the default on the interface:

switch# configure terminal
switch(config)# interface 1/1/1
switch(config-if)# no ip ospf transit-delay