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

Parameters

<SECONDS>

Specifies the time interval for the retransmit interval, in seconds. Default: 5 seconds. Range: 1-3600.

Authority

Administrators

Examples

Setting OSPF retransmit interval on the interface:

switch(config)# interface 1/1/1
switch(config-if)# ip ospf retransmit-interval 30

Setting OSPF retransmit interval to the default on the interface:

switch(config)# interface 1/1/1
switch(config-if)# no ip ospf retransmit-interval