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. Range: 1 to 3600. Default: 1.

Authority

Administrators or local user group members with execution rights for this command.

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