set protocols ospf area virtual-link dead-interval
Run the command set protocols ospf area virtual-link dead-interval to configure the OSPF neighbor router of a virtual link dead interval in seconds. This value must be the same on all routers in the OSPF domain.
Run the command delete protocols ospf area virtual-link dead-interval to remove this configuration and revert to the default value which is 40 seconds.
Command Syntax
set protocols ospf [vrf <vrf-name>] area {<ipv4>|<area-id>} virtual-link <ROUTER-ID> dead-interval <seconds>
delete protocols ospf [vrf <vrf-name>] area {<ipv4>|<area-id>} virtual-link <ROUTER-ID> dead-intervalÂ
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. |
dead-interval <seconds> | 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.
admin@XorPlus# set protocols ospf area 1.1.1.1 virtual-link 100.0.1.1 dead-interval 60 admin@Xorplus# commit
Copyright © 2024 Pica8 Inc. All Rights Reserved.