R3303-HP HSR6800 Routers Layer 3 - IP Routing Command Reference
334
Syntax
timers { garbage-collect garbage-collect-value | suppress suppress-value | timeout timeout-value |
update update-value } *
undo timers { garbage-collect | suppress | timeout | update } *
Default
The garbage-collect timer is 120 seconds, the suppress timer 120 seconds, the timeout timer 180 seconds,
and the update timer 30 seconds.
Views
RIPng view
Default command level
2: System level
Parameters
garbage-collect-value: Specifies the garbage-collect timer in seconds, in the range of 1 to 86400.
suppress-value: Specifies the suppress timer in seconds, in the range of 0 to 86400.
timeout-value: Specifies the timeout timer in seconds, in the range of 1 to 86400.
update-value: Specifies the update timer in seconds, in the range of 1 to 86400.
Usage guidelines
RIPng is controlled by the following timers:
• Update timer—Defines the interval between update messages.
• Timeout timer—Defines the route aging time. If no update message related to a route is received
within the aging time, the metric of the route is set to 16 in the routing table.
• Suppress timer—Defines for how long a RIPng route stays in suppressed state. When the metric of
a route is 16, the route enters the suppressed state. In suppressed state, only routes that come from
the same neighbor and whose metric is less than 16 will be received by the router to replace
unreachable routes.
• Garbage-collect timer—Defines the interval from when the metric of a route becomes 16 to when it
is deleted from the routing table. During the garbage-collect timer length, RIPng advertises the route
with the routing metric set to 16. If no update message is announced for that route before the
garbage-collect timer expires, the route will be completely deleted from the routing table.
HP recommends not changing the default values of these timers under normal circumstances.
The lengths of these timers must be kept consistent on all routers in the network.
Examples
# Configure the update, timeout, suppress, and garbage-collect timers as 5s, 15s, 15s, and 30s.
<Sysname> system-view
[Sysname] ripng 100
[Sysname-ripng-100] timers update 5
[Sysname-ripng-100] timers timeout 15
[Sysname-ripng-100] timers suppress 15
[Sysname-ripng-100] timers garbage-collect 30