transit-delay
Syntax
transit-delay <SECONDS>
no transit-delay
Description
Sets the time delay in Link state transmission for virtual links.
The
no
form of this command sets the delay in Link state transmission to the default of 1 second for virtual links.
Command context
config-router-vlink
Parameters
<SECONDS>
Specifies the time delay for the transit delay, in seconds. Default: 1 second. Range: 1-3600.
Authority
Administrators
Examples
Setting OSPFv3 virtual links transit delay:
switch(config)# router ospfv3 1 switch(config-ospfv3-1)# area 100 virtual-link 100.0.1.1 switch(config-router-vlink6)# transit-delay 30
Setting OSPFv3 virtual links transit delay to default:
switch(config)# router ospfv3 1 switch(config-ospfv3-1)# area 100 virtual-link 100.0.1.1 switch(config-router-vlink6)# no transit-delay