area

This command filters OSPFv6 area parameters.

Syntax

area a.b.c.d filter-list prefix <ipv6 prefix-list name> {in|out}
area a.b.c.d range [X:X::X:X/M] [advertise|not-advertise] 

Command

Description

a.b.c.d

Defines the OSPFv6 area in IP address format.

filter-list

Filter networks between OSPFv6 areas.

prefix

Filter prefixes between OSPFv6 areas.

ipv6 prefix-list name

Defines the name of an IPv6 prefix-list

range

Defines the configured address range.

in

The IPv6 prefix list is applied to IPv6 prefixes advertised to the relevant area from other areas.

out

The IPv6 prefix list is applied to IPv6 prefixes advertised out of the relevant area to other areas.

advertise

Set the address range status to “advertise” and generates a Type 3 summary link-state advertisement (LSA). (Optional)

not-advertise

Set the address range status to “DoNotAdvertise”. The Type 3 summary LSA is suppressed, and the component networks remain hidden from the other networks. (Optional)

Default

NA

Command Mode

Privileged User

Example

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

(config-data)# router ospf6  
(conf-router)# area ip-address 10.21.5.100 range 10:0::0:0/8 not-advertise