OcNOS-RON : Layer 3 Guide : Open Shortest Path First Command Reference : OSPFv2 Commands : area interface retransmit-interval
area interface retransmit-interval
Use this command to specify the time between link-state advertisement (LSA) retransmissions for adjacencies belonging to the interface.
After sending an LSA to a neighbor, the router keeps the LSA until it receives an acknowledgement. If the router does not receive an acknowledgement during the retransmit interval, 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.
Use the no parameter with this command to return to the default value.
Command Syntax
router ospf <0-65535> / area (A.B.C.D|<0-4294967295>) interface <IFNAME> retransmit-interval <1-3600>
router ospf <0-65535> / no area (A.B.C.D|<0-4294967295>) interface <IFNAME> retransmit-interval
Parameters
A.B.C.D
OSPF area ID as an IPv4 address
<0-4294967295>
OSPF area ID as a decimal value
IFNAME
Specify the interface name
retransmit-interval
Holddown timer values in seconds
<1-3600>
Specify the interval in seconds
Default
By default, retransmit interval is 5 seconds.
Command Mode
Router mode
Applicability
This command was introduced in OcNOS version 6.3.0.
Examples
#configure terminal
(config)#router ospf 100
(config-router)#area 1 interface xe1 retransmit-interval 6
 
 
 
 
 
 
 
 
 
 
Last modified date: 08/28/2023