area
Syntax
areaarea-id;Hierarchy Level
[edit logical-routerslogical-router-nameprotocols (ospf | ospf3)],[edit logical-routerslogical-router-namerouting-instancesrouting-instance-nameprotocols (ospf | ospf3)],[edit protocols (ospf | ospf3)],[edit routing-instancesrouting-instance-nameprotocols (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
areastatements to configure the router as an area border router. An area border router does not automatically summarize routes between areas; use thearea-rangestatement 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 thevirtual-linkstatement.To specify that the router is directly connected to the OSPF and OSPFv3 backbone, include the
area 0.0.0.0statement.All routers on the backbone must be contiguous. If they are not, use the
virtual-linkstatement 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 Configuring 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.