F3215-HP Load Balancing Module Network Management Command Reference-6PW101

409
Usage guidelines
Networks falling into the summary network will not be advertised. The cost of the summary route is the
lowest cost among summarized routes.
Examples
# Assign an IPv6 address with the 64-bit prefix to GigabitEthernet 0/1 and configure a summary with
the 35-bit prefix.
<Sysname> system-view
[Sysname] interface gigabitethernet0/1
[Sysname-GigabitEthernet0/1] ipv6 address 2001:200::3EFF:FE11:6770/64
[Sysname-GigabitEthernet0/1] ripng summary-address 2001:200:: 35
timers
Use timers to configure RIPng timers.
Use undo timers to restore the default.
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: Interval of the garbage-collect timer in seconds, in the range of 1 to 86400.
suppress-value: Interval of the suppress timer in seconds, in the range of 0 to 86400.
timeout-value: Interval of the timeout timer in seconds, in the range of 1 to 86400.
update-value: Interval of 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.