ip ospf retransmit-interval
Syntax
ip ospf retransmit-interval <SECONDS>
no ip ospf retransmit-interval
Description
Sets the time between retransmitting lost link state advertisements for the OSPF interface.
The
no
form of this command sets the time between retransmitting lost link state advertisements to the default of 5 seconds for the OSPF interface.
Command context
config-if
config-if-vlan
Parameters
<SECONDS>
Specifies the time interval for the retransmit interval, in seconds. Default: 5 seconds. Range: 1-3600.
Authority
Administrators or local user group members with execution rights for this command.
Examples
Setting OSPF retransmit interval on the interface:
switch(config)# interface vlan 1 switch(config-if-vlan)# ip ospf retransmit-interval 30
Setting OSPF retransmit interval to the default on the interface:
switch(config)# interface vlan 1 switch(config-if-vlan)# no ip ospf retransmit-interval