The ospf timer poll command sets a poll interval for sending Hello packets on NBMA networks.
The undo ospf timer poll command restores the default poll interval.
By default, it is 120 seconds.
Parameter | Description | Value |
---|---|---|
interval | Specifies the poll interval for sending Hello packets. | The value is an integer ranging from 1 to 3600, in seconds. |
Usage Scenario
On an NBMA network, after a device's neighbor becomes invalid, the device periodically sends Hello packets to the neighbor according to the poll interval set in the ospf timer poll command. The poll interval should be at least 4 times that of the Hello interval.
Precautions
OSPF does not support the configuration on a null interface.
# Set the poll interval for sending Hello packets on VLANIF100 to 130 seconds.
<HUAWEI> system-view
[HUAWEI] interface vlanif 100
[HUAWEI-Vlanif100] ospf timer poll 130
# Set the poll interval for sending Hello packets on GE0/0/1 to 130 seconds.
<HUAWEI> system-view [HUAWEI] interface gigabitethernet 0/0/1 [HUAWEI-GigabitEthernet0/0/1] undo portswitch [HUAWEI-GigabitEthernet0/0/1] ospf timer poll 130