201
Cisco Nexus 3548 Switch NX-OS Unicast Routing Command Reference
OL-27852-01
Chapter Unicast Routing Commands
ip rip offset-list
ip rip offset-list
To add an offset to incoming and outgoing metrics to routes learned via Routing Information Protocol
(RIP), use the
ip rip offset-list
command. To remove an offset list, use the
no
form of this command.
ip rip offset-list
value
no ip rip offset-list
Syntax Description
Command Default
value: 1
Command Modes
Router address-family configuration mode
Command History
Usage Guidelines
This command does not require a license but if you want to enable Layer 3 interfaces, you must install
the LAN Base Services license.
Examples
This example shows how to configure an offset of 10 for all incoming RIP routes on Ethernet interface
2/1:
switch#
configure terminal
switch(config)#
interface ethernet 2/1
switch(config-if)#
no switchport
switch(config-if)#
ip rip offset-list 10
switch(config-if)#
Related Commands
value
Value to add to the incoming route metric for an interface. The range is from
1 to 15. The default is 1.
Release
Modification
5.0(3)A1(1)
This command was introduced.
Command
Description
ip rip metric-offset
Adds an offset value to incoming RIP route metrics.