13 offset-list (rip) – CANOGA PERKINS CanogaOS Command Reference User Manual

Page 233

Advertising
background image

CanogaOS Command Line Reference

Revision 1.02

Proprietary & Confidential Canoga Pertkins Metro Ethernet Switches

Page 233 of 855

This command permits the point-to-point (nonbroadcast) exchange of routing information. When it is
used in combination with the passive-interface router configuration command, routing information can
be exchanged between a subset of switches and access servers on a LAN.
Multiple neighbor commands can be used to specify additional neighbors or peers.


Examples

In the following example, RIP updates are sent to all interfaces on network 10.108.0.0 except eth-0-1.
However, in this case a neighbor switch configuration command is included. This command permits
the sending of routing updates to specific neighbors. One copy of the routing update is generated per
neighbor.
router rip
network 10.108.0.0/16
passive-interface eth-0-1
neighbor 10.108.20.4
!


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

Advertising