54
Syntax
rip split-horizon
undo rip split-horizon
Default
The split horizon function is enabled.
Views
Interface view
Predefined user roles
network-admin
Usage guidelines
•
The split horizon function prevents routing loops. If you want to disable the function, make sure that
the operation is dispensable.
•
If both split horizon and poison reverse are enabled, only the poison reverse function takes effect.
Examples
# Enable the split horizon function on VLAN-interface 10.
<Sysname> system-view
[Sysname] interface vlan-interface 10
[Sysname-Vlan-interface10] rip split-horizon
rip summary-address
Use
rip summary-address
to configure RIPv2 to advertise a summary route on an 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
}
Default
RIPv2 does not advertise a summary route.
Views
Interface view
Predefined user roles
network-admin
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.
Usage guidelines
This command takes effect only when automatic route summarization is disabled.