OcNOS-SP : Layer 3 Guide : Open Shortest Path First Command Reference : OSPFv3 Commands : ipv6 ospf dead-interval
ipv6 ospf dead-interval
Use this command to set the amount of time that the router waits to receive an OSPF hello packet from the neighbor before declaring the neighbor down.
The dead interval is advertised in hello packets. OSPF compares the dead interval in a received packet to the dead interval configured for the receiving interface. If the intervals do not match, the hello packet is discarded.
Use the no parameter with this command to reset the interval to default.
Command Syntax
ipv6 ospf dead-interval <1-65535>
ipv6 ospf dead-interval <1-65535> instance-id (<0-31>|<64-95>)
no ipv6 ospf dead-interval
no ipv6 ospf dead-interval instance-id (<0-31>|<64-95>)
Parameters
dead-interval
Specify the interval.
<1-65535>
Specify the interval in seconds.
instance-id
Specify the instance.
<0-31>
Interface instance ID for IPv6 unicast
<64-95>
Interface instance ID for IPv4 unicast.
Default
By default, dead interval is 40 seconds
Command Mode
Interface mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
#configure terminal
(config)#interface eth0
(config-if)#ipv6 ospf dead-interval 20
Last modified date: 10/16/2023