F3726, F3211, F3174, R5135, R3816-HP Firewalls and UTM Devices Network Management Command Reference-6PW100

Table Of Contents
303
Usage guidelines
The split horizon function prevents routing loops. If you want to disable the function, make sure 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 GigabitEthernet 0/1.
<Sysname> system-view
[Sysname] interface gigabitethernet 0/1
[Sysname-GigabitEthernet0/1] 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 }
Views
Interface view
Default command level
2: System level
Parameters
ip-address: Specifies the destination IP address of summary route.
mask: Specifies the subnet mask of summary route, in dotted decimal notation.
mask-length: Specifies the subnet mask length of summary route, in the range of 0 to 32.
Usage guidelines
The summary address takes effect only when the automatic summarization is disabled.
Examples
# Advertise a local summary address on GigabitEthernet 0/1.
<Sysname> system-view
[Sysname] interface gigabitethernet 0/1
[Sysname-GigabitEthernet0/1] rip summary-address 10.0.0.0 255.255.255.0
Related commands
summary
rip version
Use rip version to specify a RIP version for the interface.
Use undo rip version to remove the specified RIP version.