area ip-address|number range a.b.c.d/m not-advertise

This command filters intra area paths which are not advertised in other areas.

Syntax

area ip-address a.b.c.d range a.b.c.d/m not-advertise
area number number range a.b.c.d/m not-advertise
no area peer range a.b.c.d/m not-advertise  

Command

Description

a.b.c.d

Defines the OSPF area in IP address format

number

Defines the OSPF area ID as a decimal value. Range is in between 0 – 4294967295.

a.b.c.d/M

Defines the area range prefix.

not-advertise

Defines not to advertise this range.

Default

NA

Command Mode

Privileged User

Example

This example filters intra area paths and is not advertised into other areas.

(config-data)# router ospf     
(conf-router)# area ip-address 10.21.5.100 range 10.0.0.0/8 not-advertise