[Contents] [Prev] [Next] [Index] [Report an Error]


area

Syntax

area area-id;

Hierarchy Level

[edit protocols (ospf | ospf3)],
[edit routing-instances routing-instance-name protocols (ospf | ospf3)],
[edit logical-routers
logical-router-name protocols (ospf | ospf3)],
[edit logical-routers logical-router-name routing-instances routing-instance-name
    protocols (ospf | ospf3)]

Description

Specify the area identifier for this router to use when participating in OSPF routing. All routers in an area must use the same area identifier to establish adjacencies.

Specify multiple area statements to configure the router as an area border router. An area border router automatically summarizes routes between areas; use the area-range statement to configure route summarization. By definition, an area border router must be connected to the backbone area either through a physical link or through a virtual link. To create a virtual link, use the virtual-link statement.

To specify that the router is directly connected to the OSPF and OSPFv3 backbone, include the area 0.0.0.0 statement.

All routers on the backbone must be contiguous. If they are not, use the virtual-link statement to create the appearance of connectivity to the backbone.

Options

area-id—Area identifier. The identifier can be up to 32 bits. It is common to specify the area number as a simple integer or an IP address. Area number 0.0.0.0 is reserved for the OSPF and OSPFv3 backbone area.

Usage Guidelines

See Configure the Backbone Area and Other Areas.

Required Privilege Level

routing—To view this statement in the configuration.
routing-control—To add this statement to the configuration.

See Also

area-range, virtual-link


[Contents] [Prev] [Next] [Index] [Report an Error]