Command Manual - Routing Protocol
Quidway S3500 Series Ethernet Switches Chapter 2 RIP Configuration Commands
Huawei Technologies Proprietary
2-15
Example
# Specify the interface Vlan-interface 1 not to use split horizon when processing RIP
packets.
[Quidway] interface Vlan-interface 1
[Quidway-Vlan-interface1] undo rip split-horizon
2.1.19 rip version
Syntax
rip version 1
rip version 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 packet is broadcast.
multicast: Transmission mode of RIP-2 packet is multicast.
Description
Using rip version command, you can configure the version of RIP packets on an
interface. Using undo rip version command, you can restore the default value of 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 only receives and
transmits RIP-2 broadcast packets, receives RIP-1 packets and RIP-2 multicast
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 packets.
Example
# Configure the interface Vlan-interface 1 as RIP-2 broadcast mode.
[Quidway] interface Vlan-interface 1
[Quidway-Vlan-interface1] rip version 2 broadcast