R3303-HP HSR6800 Routers Layer 3 - IP Routing Command Reference
333
On frame relay and other non-broadcast multi-access (NBMA) links, split horizon should be disabled if
multiple VCs are configured on the primary interface and secondary interfaces to ensure route
advertisement. For detailed information, see Layer 2—WAN Configuration Guide.
Examples
# Enable the split horizon function on GigabitEthernet 2/1/1.
<Sysname> system-view
[Sysname] interface gigabitethernet 2/1/1
[Sysname-GigabitEthernet2/1/1] ripng split-horizon
ripng summary-address
Use ripng summary-address to configure a summary network to be advertised through the interface.
Use undo ripng summary-address to remove the summary.
Syntax
ripng summary-address ipv6-address prefix-length
undo ripng summary-address ipv6-address prefix-length
Views
Interface view
Default command level
2: System level
Parameters
ipv6-address: Specifies the destination IPv6 address of the summary route.
prefix-length: Specifies the 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.
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 2/1/1 and configure a summary with
the 35-bit prefix.
<Sysname> system-view
[Sysname] interface gigabitethernet 2/1/1
[Sysname-GigabitEthernet2/1/1] ipv6 address 2001:200::3EFF:FE11:6770/64
[Sysname-GigabitEthernet2/1/1] ripng summary-address 2001:200:: 35
timers
Use timers to configure RIPng timers.
Use undo timers to restore the default.