Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Run the command protocols ospf interface dead-interval to configure the OSPF neighbor router dead interval in seconds. This value must be the same on all routers in the OSPF domain.

Run the command delete protocols ospf interface dead-interval to remove this configuration and revert to the default value which is 40 seconds.


Command Syntax

set protocols ospf interface <vlan-interfacedead-interval <1-65535>

delete protocols ospf interface <vlan-interfacedead-interval 


Parameter

Parameter

Description

interface <vlan-interface>

Specifies the name of the interface.

dead-interval <1-65535>Specifies the OSPF neighbor dead interval in seconds. The value ranges from 1 to 65535. The default interval is 40 seconds.


Example

  •  Configure the OSPF neighbor dead interval to 60 seconds.
Code Block
admin@XorPlus# set protocols ospf interface vlan200 dead-interval 60
admin@Xorplus# commit