dead-interval

Syntax

dead-interval <SECONDS>

no dead-interval

Description

Sets the interval after which a neighbor is declared dead if no hello packet comes in for virtual links.

The no form of this command sets the dead interval to default for virtual links. The default value is 40 seconds (generally four times the hello packet interval).

Command context

config-router-vlink

Parameters

<SECONDS>

Specifies the time interval for the dead interval, in seconds. Range: 1 to 65535. Default: 40.

Authority

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

Examples

Setting OSPFv3 virtual links dead interval:

switch(config)# router ospfv3 1
switch(config-ospfv3-1)# area 100 virtual-link 100.0.1.1
switch(config-router-vlink6)# dead-interval 30

Setting OSPFv3 virtual links dead interval to default:

switch(config)# router ospfv3 1
switch(config-ospfv3-1)# area 100 virtual-link 100.0.1.1
switch(config-router-vlink6)# no dead-interval