R3303-HP HSR6800 Routers Layer 3 - IP Routing Command Reference
378
Parameters
seconds: Specifies the interval between hello packets, in the range of 1 to 65535 seconds.
instance-id: Specifies an instance by its ID in the range of 0 to 255. The default is 0.
Examples
# Configure the hello interval as 20 seconds for an interface in instance 1.
<Sysname> system-view
[Sysname] interface serial 2/2/0
[Sysname-Serial2/2/0] ospfv3 timer hello 20 instance 1
Related commands
ospfv3 timer dead
ospfv3 timer retransmit
Use ospfv3 timer retransmit to configure the LSA retransmission interval for an interface in an instance.
Use undo ospfv3 timer retransmit to restore the default.
Syntax
ospfv3 timer retransmit interval [ instance instance-id ]
undo ospfv3 timer retransmit [ interval ] [ instance instance-id ]
Default
The interval defaults to 5 seconds.
Views
Interface view
Default command level
2: System level
Parameters
interval: Specifies the LSA retransmission interval 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
After sending a LSA to its neighbor, the device waits for an acknowledgement. If receiving no
acknowledgement after the LSA retransmission interval elapses, it retransmits the LSA.
The LSA retransmission interval should not be too small for avoidance of unnecessary retransmissions.
Examples
# Configure the LSA retransmission interval on an interface in instance 1 as 12 seconds.
<Sysname> system-view
[Sysname] interface gigabitethernet 2/1/1
[Sysname-Gigabitethernet2/1/1] ospfv3 timer retransmit 12 instance 1
ospfv3 timer poll
Use ospfv3 timer poll to set the poll interval on an NBMA interface.