set protocols ospf area virtual-link retransmit-interval
Run the command set protocols ospf area virtual-link retransmit-interval to set the time between retransmitting lost link state advertisements for the OSPF virtual link.
The command delete protocols ospf area virtual-link retransmit-interval sets the time between retransmitting lost link state advertisements to the default of 5 seconds for the OSPF virtual link.
Command Syntax
set protocols ospf [vrf <vrf-name>] area {<ipv4>|<area-id>} virtual-link <ROUTER-ID> retransmit-interval <INTERVAL>
delete protocols ospf [vrf <vrf-name>] area {<ipv4>|<area-id>} virtual-link <ROUTER-ID> retransmit-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. |
retransmit-interval <INTERVAL> | Specifies the retransmit interval, in seconds. Range: 1 to 65535. Default: 5. |
Example
-  Configure the OSPF retransmit interval for the OSPF virtual link.
admin@XorPlus# set protocols ospf area 1.1.1.1 virtual-link 100.0.1.1Â retransmit-interval 30 admin@Xorplus# commit
Copyright © 2024 Pica8 Inc. All Rights Reserved.