Parameters
ip-address
: Destination IP address of summary route.
mask
: Subnet mask of summary route, in dotted decimal format.
mask-length
: Subnet mask length of summary route, in the range of 0 to 32.
Description
Use
rip summary-address
to configure RIPv2 to advertise a summary route through the interface.
Use
undo rip summary-address
to remove the configuration.
The summary address is valid only when the automatic summarization is disabled.
Related commands:
summary
.
Examples
# Advertise a local summary address on VLAN-interface 10.
<Sysname> system-view
[Sysname] interface vlan-interface 10
[Sysname-Vlan-interface10] rip summary-address 10.0.0.0 255.255.255.0
rip version
Syntax
rip version
{
1
|
2
[
broadcast
|
multicast
] }
undo rip version
View
Interface view
Default level
2: System level
Parameters
1
: RIP version 1.
2
: RIP version 2.
broadcast
: Sends RIPv2 messages in broadcast mode.
multicast
: Sends RIPv2 messages in multicast mode.
Description
Use
rip version
to specify a RIP version for the interface.
Use
undo rip version
to remove the specified RIP version.
By default, no RIP version is configured for an interface, which uses the global RIP version. If the
global RIP version is not configured, the interface can only send RIPv1 broadcasts and can receive
RIPv1 broadcasts and unicasts, and RIPv2 broadcasts, multicasts, and unicasts.
If RIPv2 is specified with no sending mode configured, RIPv2 messages will be sent in multicast
mode.
When RIPv1 runs on an interface, the interface can perform the following operations:
•
Sends RIPv1 broadcast messages
•
Receives RIPv1 broadcast and unicast messages
When RIPv2 runs on the interface in broadcast mode, the interface can perform the following
operations:
54