H3C S7500 Series Ethernet Switches Command Manual

Table Of Contents
Command Manual – Routing Protocol
H3C S7500 Series Ethernet Switches Chapter 2 RIP Configuration Commands
2-15
Parameters
None
Description
Use the rip input command to enable an interface to receive RIP packets.
Use the undo rip input command to disable an interface from receiving RIP packets.
By default, all interfaces, except loopback interfaces, can receive RIP packets.
This command is used in cooperation with another two commands: rip output and rip
work. Functionally, rip work is equivalent to rip input&rip output. The latter two
commands control the receipt and the transmission of RIP packets respectively on an
interface. The former command equals the functional combination of the latter two
commands.
Related commands: rip output, rip work.
Examples
# Configure the interface VLAN-interface 10 not to receive RIP packets.
<H3C> system-view
System View: return to User View with Ctrl+Z.
[H3C]interface Vlan-interface 10
[H3C-Vlan-interface10] undo rip input
2.1.16 rip metricin
Syntax
rip metricin value
undo rip metricin
View
Interface view
Parameters
value: Additional route metric added when receiving a RIP route, which ranges from 0
to 16. By default, the value is 0.
Description
Use the rip metricin command to configure the additional route metric added to the
RIP routes received on an interface.
Use the undo rip metricin command to restore the default value of this additional route
metric.
Related commands: rip metricout.