8-17
Examples
Enable the split horizon function on VLAN-interface 100.
<Sysname> system-view
[Sysname] interface vlan-interface 100
[Sysname-Vlan-interface100] ripng split-horizon
ripng summary-address
Syntax
ripng summary-address ipv6-address
prefix-length
undo ripng summary-address
ipv6-address prefix-length
View
Interface view
Default Level
2: System level
Parameters
ipv6-address
: Destination IPv6 address of the summary route.
prefix-length
: Prefix length of the destination IPv6 address of the summary route, in the range
of 0 to 128. It indicates the number of consecutive 1s of the prefix, which defines the network
ID.
Description
Use the
ripng summary-address
command to configure a summary network to be advertised
through the interface.
Use the
undo ripng summary-address
command to remove the summary.
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 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
Syntax
timers
{
garbage-collect garbage-collect-value
|
suppress suppress-value
|
timeout
timeout-value
|
update update-value
} *
undo timers
{
garbage-collect
|
suppress
|
timeout
|
update
} *