HP MSR2000/3000/4000 Router Series Layer 3 - IP Routing Command Reference
81
Views
Interface view
Predefined user roles
network-admin
Parameters
1: Specifies the RIP version as RIPv1.
2: Specifies the RIP version as RIPv2.
[ broadcast | multicast ]: Sends RIPv2 messages in broadcast mode or multicast mode (default).
Usage guidelines
If an interface has no RIP version configured, it uses the global RIP version. Otherwise, it uses the RIP
version configured on it.
An interface running RIPv1 can perform the following operations:
• Sends RIPv1 broadcast messages.
• Receives RIPv1 broadcast and unicast messages.
An interface running RIPv2 in broadcast mode can perform the following operations:
• Sends RIPv2 broadcast messages.
• Receives RIPv1 broadcast and unicast messages, and RIPv2 broadcast, multicast, and unicast
messages.
An interface running RIPv2 in multicast mode can perform the following operations:
• Sends RIPv2 multicast messages.
• Receives RIPv2 broadcast, multicast, and unicast messages.
Examples
# Configure RIPv2 in broadcast mode on Ethernet 1/1.
<Sysname> system-view
[Sysname] interface ethernet 1/1
[Sysname-Ethernet1/1] rip version 2 broadcast
Related commands
version
silent-interface
Use silent-interface to disable an interface from sending RIP messages. The interface can still receive RIP
messages.
Use undo silent-interface to restore the default.
Syntax
silent-interface { interface-type interface-number | all }
undo silent-interface { interface-type interface-number | all }
Default
All RIP interfaces can send RIP messages.