DGS-6604
ip ospf retransmit-interval
CLI Reference Guide
293
ip ospf retransmit-interval
Use this command to specify the time between link-state advertisement (LSA)
retransmissions for adjacencies belonging to the interface. The no form of this
command will reset the retransmit-interval to the default value.
ip ospf retransmit-interval
SECONDS
no ip ospf retransmit-interval
Default
5 seconds
Command Mode
Interface configuration
Usage Guideline
After sending an LSA to a neighbor, the router keeps the LSA until it receives an
acknowledgement. In case the router does not receive an acknowledgement
during the set time (the retransmit interval value) it retransmits the LSA. Set the
retransmission interval value conservatively to avoid needless retransmission.
The interval should be greater than the expected round-trip delay between two
routers.
Example
The following example shows setting the ospf retransmit interval to 10 seconds
on sVLAN 1 interface
Verify the settings by entering the
show ip ospf interface
command
Syntax Description
SECONDS
Specifies the interval in seconds. The range is 1 to 65535.
Switch# configure terminal
Switch(config)# interface vlan1
Switch(config-if)# ip ospf retransmit interval 10