F3215-HP Load Balancing Module Network Management Command Reference-6PW101
229
Parameters
seconds: Specifies the hello interval in seconds, in the range of 1 to 65535.
Usage guidelines
The shorter the hello interval is, the faster the topology converges and the more resources are consumed.
Make sure the hello interval on two neighboring interfaces is the same.
Examples
# Configure the hello interval on GigabitEthernet 0/1 as 20 seconds.
<Sysname> system-view
[Sysname] interface gigabitethernet 0/1
[Sysname-GigabitEthernet0/1] ospf timer hello 20
Related commands
ospf timer dead
ospf timer poll
Use ospf timer poll to set the poll interval on an NBMA interface.
Use undo ospf timer poll to restore the default value.
Syntax
ospf timer poll seconds
undo ospf timer poll
Default
The poll interval is 120s.
Views
Interface view
Default command level
2: System level
Parameters
seconds: Specifies the poll interval in seconds, in the range of 1 to 2147483647.
Usage guidelines
When an NBMA interface finds its neighbor is down, it sends hello packets at the poll interval.
The poll interval must be at least four times the hello interval.
Examples
# Set the poll timer interval on GigabitEthernet 0/1 to 130 seconds.
<Sysname> system-view
[Sysname] interface gigabitethernet 0/1
[Sysname-GigabitEthernet0/1] ospf timer poll 130
Related commands
ospf timer hello