area
To create an OSPF v2 or OSPFv3 area, use the area command in router configuration mode. To remove the area, use the no form of this command.
area area_id
no area area_id
Syntax Description
area_id |
The ID of the area being created. You can specify the identifier as either a decimal number or an IP address. Valid decimal values range from 0 to 4294967295. |
Command Default
No default behavior or values.
Command Modes
The following table shows the modes in which you can enter the command:
Command Mode |
Firewall Mode |
Security Context |
|||
---|---|---|---|---|---|
Routed |
Transparent |
Single |
Multiple |
||
Context |
System |
||||
Router configuration |
|
— |
|
— |
— |
IPv6 router configuration |
|
— |
|
— |
— |
Command History
Release |
Modification |
---|---|
7.0(1) |
We added this command. |
9.0(1) |
Support for OSPFv3 was added. |
Usage Guidelines
The area that you create does not have any parameters set. Use the related area commands to set the area parameters.
Examples
The following example shows how to create an OSPF area with an area ID of 1:
ciscoasa(config-router)# area 1
ciscoasa(config-router)#