set protocols ospf area virtual-link hello-interval
Run the command set protocols ospf area virtual-link hello-interval to set the OSPF hello interval on the virtual link. Hello packets will be sent every hello-interval of time. The default value is 10 seconds.
Run the command delete protocols ospf area virtual-link hello-interval to remove this configuration and revert back to the default 10 seconds.
Command Syntax
set protocols ospf [vrf <vrf-name>] area {<ipv4>|<area-id>} virtual-link <ROUTER-ID> hello-interval <seconds>
delete protocols ospf [vrf <vrf-name>] area {<ipv4>|<area-id>} virtual-link <ROUTER-ID> hello-interval <seconds>
Parameter
Parameter | Description |
vrf <vrf-name> | Optional. Specifies the name of the VRF for the OSPF instance. |
area {<ipv4>|<area-id>} | Specifies the OSPF area ID. The value could be IPv4 dotted decimal format or an integer that ranges from 0 to 4294967295. |
virtual-link <ROUTER-ID> | Configures a virtual link with the specified router ID of the remote ABR. |
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 the virtual link.
admin@XorPlus# set protocols ospf area 1.1.1.1 virtual-link 100.0.1.1 hello-interval 60 admin@Xorplus# commit
Copyright © 2024 Pica8 Inc. All Rights Reserved.