RIP Commands
©2008 Allied Telesis Inc. All rights reserved.
Software Version 5.2.1
AlliedWare Plus
TM
Operating System Software Reference C613-50003-00 REV E
28.19
offset-list
Use this command to add an offset to
in
and
out
metrics to routes learned through RIP.
Use the
no
parameter with this command to remove the offset list.
Syntax
offset-list <access_list> {in|out} <offset> [<interface>]
no offset-list <access_list> {in|out} <offset> [<interface>]
Default
The default
offset value
is the metric value of the interface over which the updates are
being exchanged.
Mode
Router mode and Address Family mode
Usage
Use this command to specify the offset value that is added to the routing metric. When the
networks match the access list the offset is applied to the metrics. No change occurs if the
offset value is zero.
Examples
In this example the router examines the RIP updates being sent out from interface VLAN2 and
adds 5 hops to the routes matching the ip addresses specified in the access list 1.
awplus#configure terminal
awplus(config)#router rip
awplus(config-router)#offset-list 1 in 5 VLAN2
Related Commands
access-list (standard)
)
access-list (extended)
)
Parameter
Description
<access_list>
Specifies the access-list number or names to apply.
in
Indicates the access list will be used for metrics of incoming advertised
routes.
out
Indicates the access list will be used for metrics of outgoing advertised
routes.
<offset>
<0-16>
Specifies that the offset is used for metrics of networks matching
the access list.
<interface>
An alphanumeric string that specifies the interface to match.