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

config-if-vlan

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 dead interval on the interface:

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

Setting OSPFv3 dead interval to default on the interface:

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