ipv6 ospfv3 dead-interval

Syntax

ipv6 ospfv3 dead-interval <SECONDS>

no ipv6 ospfv3 dead-interval

Description

Sets the interval after a neighbor is declared dead when no hello packet is received on the OSPFv3 interface.

The no form of this command sets the interval after which a neighbor is declared dead, to the default for the OSPFv3 interface. The default value is 40 seconds (generally four times the hello packet interval).

Command context

config-if

Parameters

<SECONDS>

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

Authority

Administrators

Examples

Setting OSPFv3 dead interval on the interface:

switch(config)# interface 1/1/1
switch(config-if)# ipv6 ospfv3 dead-interval 30

Setting OSPFv3 dead interval to default on the interface:

switch(config)# interface 1/1/1
switch(config-if)# no ipv6 ospfv3 dead-interval