Command Manual – Routing Protocol
Quidway S3900 Series Ethernet Switches-Release 1510
Chapter 2 RIP Configuration Commands
Huawei Technologies Proprietary
2-19
<Quidway> system-view
System View: return to User View with Ctrl+Z.
[Quidway] interface Vlan-interface 10
[Quidway-Vlan-interface10] undo rip split-horizon
2.1.21 rip version
Syntax
rip version
{
1
|
2
[
broadcast
|
multicast
] }
undo rip version
View
Interface view
Parameter
1
: Interface version is RIP-1.
2
: Interface version is RIP-2.
broadcast
: Transmission mode of RIP-2 packets is broadcast.
multicast
: Transmission mode of RIP-2 packets is multicast.
Description
Use the
rip version
command to specify the version of RIP packets on an interface.
Use the
undo rip version
command to restore the default RIP packet version on the
interface.
By default, the interface RIP version is RIP-1. RIP-1 transmits packets in broadcast
mode, while RIP-2 transmits packets in multicast mode by default.
When running RIP-1, the interface only receives and transmits RIP-1 broadcast
packets, and receives RIP-2 broadcast packets, but does not receive RIP-2 multicast
packets. When running RIP-2 in broadcast mode, the interface receives and transmits
RIP-2 broadcast packets, receives RIP-1 broadcast packets. When running RIP-2 in
multicast mode, the interface only receives and transmits RIP-2 multicast packets,
receives RIP-2 broadcast packets, but does not receive RIP-1 broadcast packets.
Example
# Configure the interface Vlan-interface 10 as RIP-2 broadcast mode.
<Quidway> system-view
System View: return to User View with Ctrl+Z.
[Quidway] interface Vlan-interface 10
[Quidway-Vlan-interface10] rip version 2 broadcast