13 offset-list (rip), 14 passive-interface (rip) – CANOGA PERKINS 9175 Command Reference User Manual
Page 203
CanogaOS Command Reference
14-10
Related Commands
router rip
14.13 offset-list (RIP)
To add an offset to incoming and outgoing metrics to routes learned via Routing Information Protocol
(RIP), use the offset-list command in router configuration mode. To remove an offset list, use the no
form of this command.
Command Syntax
offset-list access-list-name {in | out} metric-offset [interface-id]
no offset-list {in | out} [interface-id]
access-list-name
Named access list to be applied.
in
Applies the access list to incoming metrics.
out
Applies the access list to outgoing metrics.
metric-offset
Positive offset to be applied to metrics for networks matching the
access list. If the offset is 0, no action is taken.
interface-id
Interface name to which the offset list is applied.
Default
This command is disabled by default.
Command Mode
Router configuration
Usage
The offset value is added to the routing metric. An offset list with an interface is considered extended and
takes precedence over an offset list that is not extended. Therefore, if an entry passes the extended
offset list and the normal offset list, the offset of the extended offset list is added to the metric.
Examples
In the following example, the switch applies an offset of 10 to the delay component of a switch only to
access list 21:
Switch(config-router)# offset-list 21 out 10
Related Commands
14.14 passive-interface (RIP)
To disable sending routing updates for the Routing Information Protocol (RIP) on an interface, use the
passive-interface command in router configuration mode. To re-enable the sending of routing updates,
use the no form of this command.