R3303-HP HSR6800 Routers Layer 3 - IP Routing Command Reference

58
Syntax
rip split-horizon
undo rip split-horizon
Default
The split horizon function is enabled.
Views
Interface view
Default command level
2: System level
Usage guidelines
The split horizon function is necessary for preventing routing loops. To disable it in special cases,
make sure it is necessary.
In Frame Relay, X.25 and other non-broadcast multi-access (NBMA) networks, split horizon should
be disabled if multiple VCs are configured on the primary and secondary interfaces to ensure route
advertisement. For detailed information, see Layer 2—WAN Configuration Guide.
Only the poison reverse function takes effect if both the split horizon and poison reverse functions are
enabled.
Examples
# Enable the split horizon function on GigabitEthernet 2/1/1.
<Sysname> system-view
[Sysname] interface gigabitethernet 2/1/1
[Sysname-GigabitEthernet2/1/1] rip split-horizon
rip summary-address
Use rip summary-address to configure RIPv2 to advertise a summary route through the interface.
Use undo rip summary-address to remove the configuration.
Syntax
rip summary-address ip-address { mask | mask-length }
undo rip summary-address ip-address { mask | mask-length }
Views
Interface view
Default command level
2: System level
Parameters
ip-address: Specifies the destination IP address of the summary route.
mask: Specifies the subnet mask of the summary route, in dotted decimal notation.
mask-length: Specifies the subnet mask length of the summary route, in the range of 0 to 32.