C613-50170-01 Rev B
Command Reference for x510 Series
956
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
RIP
NG
FOR
IP
V
6 C
OMMANDS
OFFSET
-
LIST
(IP
V
6 RIP
NG
)
offset-list (IPv6 RIPng)
Overview
Use this command to add an offset to in and out metrics to routes learned through
RIPng.
Use the
no
variant of this command to remove an offset list.
Syntax
offset-list {
<access-list-number>
|
<access-list-name>}
{in|out}
<offset>
[
<interface>
]
no offset-list {
<access-list-number>
|
<access-list-name>}
{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 Configuration
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.
Example
In this example the router examines the RIPng updates being sent out from
interface
vlan2
and adds
8
hops to the routes matching the ip addresses
specified in the access list
2
.
awplus#
configure terminal
awplus(config)#
router ipv6 rip
awplus(config-router)#
offset-list mylist in 8 vlan2
Parameter
Description
<
access-list-number
>
Specify an access-list number to apply to an offset-list.
<
access-list-name
>
Specify and access-list name to apply to an offset-list.
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
>
The interface to match. For instance:
vlan2
.