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 OSPFv2 virtual links transit delay:

switch# configure terminal
switch(config)# router ospf 1
switch(config-ospf-1)# area 100 virtual-link 100.0.1.1
switch(config-router-vlink)# transit-delay 30

Setting OSPFv2 virtual links transit delay to default:

switch# configure terminal
switch(config)# router ospf 1
switch(config-ospf-1)# area 100 virtual-link 100.0.1.1
switch(config-router-vlink)# no transit-delay