HP MSR2000/3000/4000 Router Series Layer 3 - IP Routing Command Reference

80
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.
Examples
# Advertise a summary route on Ethernet 1/1.
<Sysname> system-view
[Sysname] interface ethernet 1/1
[Sysname-Ethernet1/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 on an interface.
Use undo rip version to restore the default.
Syntax
rip version { 1 | 2 [ broadcast | multicast ] }
undo rip version
Default
No RIP version is configured on an interface. The interface can send RIPv1 broadcasts, and receive RIPv1
broadcasts and unicasts, and RIPv2 broadcasts, multicasts, and unicasts.