437
Usage guidelines
Networks on 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 VLAN-interface 100 and configure a summary with the
35-bit prefix length.
<Sysname> system-view
[Sysname] interface vlan-interface 100
[Sysname-Vlan-interface100] ipv6 address 2001:200::3EFF:FE11:6770/64
[Sysname-Vlan-interface100] 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 is 120 seconds, the timeout timer is 180
seconds, and the update timer is 30 seconds.
Views
RIPng view
Predefines user roles
network-admin
Parameters
garbage-collect-value
: Sets the garbage-collect timer in the range of 1 to 86400 seconds.
suppress-value
: Sets the suppress timer in the range of 0 to 86400 seconds.
timeout-value
: Sets the timeout timer in the range of 1 to 86400 seconds.
update-value
: Sets the update timer in the range of 1 to 86400 seconds.
Usage guidelines
RIPng has the following timers:
•
Update timer
—Interval between update messages.
•
Timeout timer
—Route aging time. If no update for a route is received before the timer expires, RIPng
sets the metric of the route to 16.
•
Suppress timer
—How long a RIPng route stays in suppressed state. When the metric of a route
becomes 16, the route enters the suppressed state. If RIPng receives an update for the route from the
same neighbor and the route in the update has a metric less than 16, RIPng uses the route to replace
the suppressed route.