
Chapter 6 | CLI – Layer 3 |
|
|
Interface Mode
ip rip rip-version Command
Use the ip rip
The syntax for this command is:
ip rip rip-version [1][2]
The possible versions of the RIP packets received and sent on an interface are:
[1]RIP Version 1 packets
[2]RIP Version 2 packets.
Example:
To specify that RIP version 2 should be running on the basis of the interface “marketing”:
Router-N(config-if:marketing)# ip rip rip version 2
default-metric Command
Use the
The syntax for this command is:
[no] default-metric <number>
number | The interface RIP route metric value. The range is 0 to 15. |
Example:
To set the default RIP metric value. The range is 0 to 15:
Router(config-if:marketing)# default-metric 10
159 |