14 passive-interface (rip) – CANOGA PERKINS CanogaOS Command Reference User Manual

Page 234

Advertising
background image

CanogaOS Command Line Reference

Revision 1.02

Proprietary & Confidential Canoga Pertkins Metro Ethernet Switches

Page 234 of 855

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.


Command Syntax

passive-interface interface-id
no passive-interface interface-id

interface-id

The interface name.


Default

Routing updates are sent on the interface.


Command Mode

Router configuration


Usage

If you disable the sending of routing updates on an interface, the particular subnet will continue to be
advertised to other interfaces, and updates from other switches on that interface continue to be
received and processed.


Examples

The following example sets the interface eth-0-1 as passive:
router rip
network 10.108.0.0/16
passive-interface eth-0-11
!


Related Commands

router rip

Advertising