OcNOS-SP : Layer 3 Guide : Open Shortest Path First Command Reference : OSPFv2 Commands : ip ospf resync-timeout
ip ospf resync-timeout
Use this command to set the interval after which adjacency is reset if out-of-band re-synchronization has not occurred. The interval period starts from the time a restart signal is received from a neighbor.
Use the no parameter with this command to set the default value (40 seconds).
Command Syntax
ip ospf (A.B.C.D|) resync-timeout <1-65535>
no ip ospf (A.B.C.D|) resync-timeout
Parameters
A.B.C.D
IP address of the interface.
<1-65535>
Re-synchronization timeout of the interface in seconds.
Default
By default, the re-synchronization timeout is 40 seconds.
Command Mode
Interface mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
The following example shows setting the OSPF re-synchronization timeout value to 65 seconds on the eth0 interface.
#configure terminal
(config)#interface eth0
(config-if)#ip ospf resync-timeout 65
Last modified date: 10/16/2023