ospfv3 timer dead
Function
The ospfv3 timer dead command sets the dead interval of the OSPFv3 neighbor of the instance on the interface.
The undo ospfv3 timer dead command restores the default value.
By default, the dead interval of OSPFv3 neighbor is 40 seconds for the interface of P2P or Broadcast type. The dead interval of OSPFv3 neighbor is 120 seconds for the interface of P2MP or NBMA type.
Format
ospfv3 timer dead interval [ instance instance-id ]
undo ospfv3 timer dead [ interval ] [ instance instance-id ]
Parameters
Parameter | Description | Value |
---|---|---|
interval | Indicates the dead interval of OSPFv3. | The value is an integer ranging from 1 to 65535, in seconds. |
instance instance-id | Specifies the interface instance ID. | The value is an integer ranging from 0 to 255. The default value is 0. |
Usage Guidelines
Dead interval of OSPFv3 neighbor refers to that the neighbor is invalid if the neighbor does not receive the Hello packets from its neighbor in the interval. The dead interval of wireless access controllers in the same network segment must be consistent.
Before running this command on an interface, run the ospfv3 area command on the interface to enable OSPFv3.
Example
# Set the dead interval of the neighbor to 80 seconds for Vlanif10.
<AC6605> system-view
[AC6605] ipv6
[AC6605] ospfv3
[AC6605-ospfv3-1] router-id 1.1.1.1
[AC6605-ospfv3-1] quit
[AC6605] interface vlanif 10
[AC6605-Vlanif10] ipv6 enable
[AC6605-Vlanif10] ospfv3 1 area 1
[AC6605-Vlanif10] ospfv3 timer dead 80