R3102-R3103-HP 6600/HSR6600 Routers Layer 3 - IP Routing Command Reference

378
Examples
# Specify the neighbor fe80::1111.
<Sysname> system-view
[Sysname] interface gigabitethernet 2/1/1
[Sysname-Gigabitethernet2/1/1] ospfv3 peer fe80::1111
ospfv3 timer dead
Use ospfv3 timer dead to configure the OSPFv3 neighbor dead time for an interface that belongs to a
specified instance.
Use undo ospfv3 timer dead to restore the default.
Syntax
ospfv3 timer dead seconds [ instance instance-id ]
undo ospfv3 timer dead [ seconds ] [ instance instance-id ]
Default
The OSPFv3 neighbor dead time is 40 seconds for P2P and Broadcast interfaces, and is not supported
on P2MP and NBMA interfaces.
Views
Interface view
Default command level
2: System level
Parameters
seconds: Specifies the dead time in seconds, in the range of 1 to 65535.
instance-id: Specifies an instance by its ID in the range of 0 to 255. The default is 0.
Usage guidelines
OSPFv3 neighbor dead time: if an interface receives no hello packet from a neighbor after dead time
elapses, the interface considers the neighbor dead.
The dead seconds value is at least four times the Hello seconds value and must be identical on interfaces
attached to the same network segment.
Examples
# Configure the OSPFv3 neighbor dead time as 80 seconds for the interface in instance 1.
<Sysname> system-view
[Sysname] interface serial 2/2/0
[Sysname-Serial2/2/0] ospfv3 timer dead 80 instance 1
Related commands
ospfv3 timer hello
ospfv3 timer hello
Use ospfv3 timer hello to configure the hello interval for an interface that belongs to an instance.
Use undo ospfv3 timer hello to restore the default.