Versions Compared

Key

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

...

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

delete protocols ospf interface <vlan-interface> vif <vlan-interface> <vlan-interfacedead-interval 


Parameter

Parameter

Description

interface

<vlan

<vlan-

interface>

interface>

Specifies the name of the interface.

vif <vlan-interface>

Specifies the VIF interface name.
dead-interval
<1
<1-
65535>
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 vif vlan200 dead-interval 60
admin@Xorplus# commit

...