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