
OSPF Commands
©2008 Allied Telesis Inc. All rights reserved.
30.30
AlliedWare Plus
TM
Operating System Software Reference C613-50003-00 REV E
Software Version 5.2.1
ip ospf dead-interval
The dead-interval is the amount of time that OSPF waits to receive an OSPF hello packet from
the neighbor before declaring the neighbor is down. This value is advertised in the router’s
hello packets. It must be a multiple of the hello-interval and be the same for all routers on a
specific network.
The
no
form of this command returns the interval to the default of 40 seconds. If you have
configured this command specifying the IP address of the interface and want to remove the
configuration, specify the IP address (
no ip ospf IPADDR dead-interval
).
Syntax
ip ospf [<ip_address>] dead-interval <1-65535>
no ip ospf [<ip_address>] dead-interval
Mode
Interface mode
Examples
The following example shows configuring the dead-interval to 10 seconds on interface vlan1.
awplus#
configure terminal
awplus(config)#
interface vlan1
awplus(config-if)#
ip ospf dead-interval 10
Related Commands
ip ospf hello-interval, show ip ospf interface
ip ospf disable all
This command completely disables OSPF packet processing on an interface. It overrides the
network area
command and disables the processing of packets on the specific interface.
Syntax
ip ospf disable all
Mode
Interface mode
Example
awplus#
configure terminal
awplus(config)#
interface VLAN2
awplus(config-if)#
ip ospf disable all
Parameter
Description
<ip_address>
The IPv4 address of the interface, in dotted decimal notation.
<1-65545>
The interval in seconds.
Default:
40