30 passive-interface (ospf) – CANOGA PERKINS 9175 Command Reference User Manual

Page 235

Advertising
background image

CanogaOS Command Reference

15-26


Default

This command is disabled by default.


Command Mode

Router configuration


Usage

The ip-address and wildcard-mask arguments together allow you to define one or multiple interfaces to

be associated with a specific OSPF area using a single command. Using the wildcard-mask argument

allows you to define one or multiple interfaces to be associated with a specific OSPF area using a single

command.


Examples

The following partial example initializes OSPF routing process 109, and defines four OSPF areas:

10.9.50.0, 2, 3, and 0. Areas 10.9.50.0, 2, and 3 mask specific address ranges, and area 0 enables

OSPF for all other networks.

interface eth-0-1

no switchport

ip address 10.108.20.1/24

router ospf 109

network 10.108.20.0 0.0.0.255 area 10.9.50.0

network 10.108.0.0 0.0.255.255 area 2

network 10.109.10.0 0.0.0.255 area 3

network 0.0.0.0 255.255.255.255 area 0


Related Commands

router ospf

15.30 passive-interface (OSPF)

To disable sending routing updates for the Open Shortest Path First (OSPF) 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

Advertising