R2511-HP MSR Router Series Layer 3 - IP Routing Command Reference(V5)

60
broadcast: Sends RIPv2 messages in broadcast mode.
multicast: Sends RIPv2 messages in multicast mode.
Usage guidelines
If RIPv2 is specified with no sending mode configured, RIPv2 messages are 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:
Sends RIPv2 broadcast messages.
Receives RIPv1 broadcast and unicast messages, and RIPv2 broadcast, multicast, and unicast
messages.
When RIPv2 runs on the interface in multicast mode, the interface can perform the following operations:
Sends RIPv2 multicast messages.
Receives RIPv2 broadcast, multicast, and unicast messages.
Examples
# Configure Ethernet 1/1 to broadcast RIPv2 messages.
<Sysname> system-view
[Sysname] interface ethernet 1/1
[Sysname-Ethernet1/1] rip version 2 broadcast
silent-interface (RIP view)
Use silent-interface to disable an interface or all interfaces from sending routing updates. The interface
only receives but does not send 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 interfaces are allowed to send routing updates.
Views
RIP view
Default command level
2: System level
Parameters
interface-type interface-number: Specifies an interface by its type and number.
all: Disables all interfaces from sending routing updates.
Examples
# Configure all interfaces to operate in silent mode, and activate Ethernet 1/1.