F3726, F3211, F3174, R5135, R3816-HP Firewalls and UTM Devices Network Management Command Reference-6PW100

Table Of Contents
304
Syntax
rip version { 1 | 2 [ broadcast | multicast ] }
undo rip version
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.
Views
Interface view
Default command level
2: System level
Parameters
1: Specifies RIP version 1.
2: Specifies RIP version 2.
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 GigabitEthernet 0/1 to broadcast RIPv2 messages.
<Sysname> system-view
[Sysname] interface gigabitethernet 0/1
[Sysname-GigabitEthernet0/1] rip version 2 broadcast
silent-interface (RIP view)
Use silent-interface to disable an interface from sending routing updates. The interface can still receive
routing updates.
Use undo silent-interface to restore the default.