C613-50170-01 Rev B
Command Reference for x510 Series
1019
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
OSPF C
OMMANDS
IP
OSPF
RETRANSMIT
-
INTERVAL
ip ospf retransmit-interval
Overview
Use this command to specify the time between link-state advertisement (LSA)
retransmissions for adjacencies belonging to the interface.
Use the
no
variant of this command to return to the default of 5 seconds.
Syntax
ip ospf [<
ip-address
>] retransmit-interval <
1-65535
>
no ip ospf [<
ip-address
>] retransmit-interval
Default
The default interval is 5 seconds.
Mode
Interface Configuration for a VLAN interface.
Usage
After sending an LSA to a neighbor, the router keeps the LSA until it receives an
acknowledgment. In case the router does not receive an acknowledgment 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 6
seconds on the VLAN interface
vlan2
.
awplus#
configure terminal
awplus(config)#
interface vlan2
awplus(config-if)#
ip ospf retransmit-interval 6
Parameter
Description
<
ip-address
>
The IP address of the interface.
<
1-65535
>
Specifies the interval in seconds.