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-vlan
Parameters
<SECONDS>
Specifies the time delay for the transit delay, in seconds. Default: 1 second. Range: 1-3600.
Authority
Administrators or local user group members with execution rights for this command.
Examples
Setting OSPF transit delay on the interface:
switch(config)# interface vlan 1 switch(config-if-vlan)# ip ospf transit-delay 30
Setting OSPF transit delay to the default on the interface:
switch(config)# interface vlan 1 switch(config-if-vlan)# no ip ospf transit-delay