set protocols ospf interface hello-interval
Run the command set protocols ospf interface hello-interval to set the OSPF hello interval on the specified interface. Hello packets will be sent every hello-interval of time. The default value is 10 seconds.
Run the command delete protocols ospf interface hello-interval to remove this configuration and revert back to the default 10 seconds.
Command Syntax
set protocols ospf interface <interface-name> hello-interval <seconds>
delete protocols ospf interface <interface-name> hello-interval <seconds>
Parameter
Parameter | Description |
interface <interface-name> | Specifies the VLAN interface name, the loopback interface name, the routed interface or the sub-interface name. |
hello-interval <seconds> | Specifies the hello interval in seconds. The value ranges from 1 to 65535. The default value is 10 seconds. |
Example
- Â Configure the hello interval to 60 seconds on interface vlan200.
admin@XorPlus# set protocols ospf interface vlan200 hello-interval 60 admin@Xorplus# commit
Copyright © 2024 Pica8 Inc. All Rights Reserved.