...
set protocols ospf interface <vlan-interface> vif <vlan-interface><vlan-interface> dead-interval <1<1-65535>65535>
delete protocols ospf interface <vlan-interface> vif <vlan-interface> <vlan-interface> dead-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 vif vlan200 dead-interval 60
admin@Xorplus# commit |
...