OcNOS-SP : Layer 3 Guide : Open Shortest Path First Command Reference : OSPFv2 Commands : area interface dead-interval
area interface dead-interval
Use this command to set the interval during which the router waits to receive an OSPF hello packet from the neighbor before declaring the neighbor down. This value is advertised in the router’s hello packets. It must be a multiple of hello-interval and be the same for all routers on a specific network.
 
Use the no parameter with this command to return to the default time. If you have configured this command specifying the IP address of the interface and want to remove the configuration, use the no parameter with the specified IP address (no ip ospf dead-interval A.B.C.D).
Command Syntax
area (A.B.C.D|<0-4294967295>) interface <IFNAME> dead-interval <1-65535>
no area (A.B.C.D|<0-4294967295>) interface <IFNAME> dead-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
dead-interval
Specify the interval
<1-65535>
Specify the interval in seconds
Default
No default value is specified.
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 dead-interval 10
 
 
 
 
 
 
 
 
 
 
 
 
 
Last modified date: 10/16/2023