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

Page 266

Advertising
background image

CanogaOS Command Line Reference

Revision 1.02

Proprietary & Confidential Canoga Pertkins Metro Ethernet Switches

Page 266 of 855

no network {ip-address wildcard-mask | ip-address/prefix-length} area area-id

ip-address IP address.
wildcard-mask

IP-address-type mask that includes “don’t care” bits.

prefix-length

Prefix length for the network.

area-id

Area that is to be associated with the OSPF address range. It can be
specified as either a decimal value or as an IP address.


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

Advertising