Command
IP OSPF Dead-Interval
Use
Sets the OSPF dead interval for the interface.
Syntax
Router(config-if)#ip ospf dead-interval <seconds>
Example
In this example, the dead-interval is configured R1’s int fa0/0.
Here’s the ospf interface information before the changes.
R1(config-if)#do show ip ospf interface fa0/0 |
Now the changes to the dead-interval are applied.
R1(config-if)#ip ospf dead-interval 5 |
Here’s the ospf interface information after the changed dead-interval.
R1(config-if)#do show ip ospf interface fa0/0 |