Command Manual – IPv6 Routing
H3C S7500E Series Ethernet Switches
Chapter 2 IPv6 RIPng Configuration
Commands
2-17
Description
Use the
ripng summary-address
command to configure a summary advertised
through the interface.
Use the
undo ripng summary-address
command to remove the summary.
If the prefix and the prefix length of a route match the IPv6 prefix, the IPv6 prefix will be
advertised instead. Thus, one route can be advertised on behalf of many routes. After
summarization, the summary route cost 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
2.1.20 timers
Syntax
timers
{
garbage-collect garbage-collect-value
|
suppress suppress-value
|
timeout
timeout-value
|
update update-value
}*
undo timers
{
garbage-collect
|
suppress
|
timeout
|
update
}*
View
RIPng view
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.
Description
Use the
timers
command to configure RIPng timers.
Use the
undo timers
command to restore the default.
By default, the garbage-collect timer is 120 seconds, the suppress timer 120 seconds,
the timeout timer 180 seconds, and the update timer 30 seconds.
RIPng is controlled by the above four timers.