The area command creates an OSPF area and displays the OSPF area view.
The undo area command deletes the specified OSPF area.
By default, the system does not creates an OSPF area.
| Parameter | Description | Value |
|---|---|---|
| area-id | Specifies the area ID. The area with the area-id being 0 is a backbone area. |
The value can be an integer or an IP address.
|
Usage Scenario
All devices in a large-scale network run OSPF and a large number of OSPF packets are transmitted on the network with the expansion of the network. This leads to a large LSDB on each device. In this case, the bandwidth utilization is reduced.
OSPF resolves this problem by partitioning an AS into different areas. An area is regarded as a logical group and each group is identified by an area ID.
Configuration Impact
After OSPF partitions the AS into different areas, functions, such as the timer, filter, and summarization, of multiple routers in the same area, can be planned and configured uniformly in the area. Therefore, the size of the LSDB is reduced and the network performance is improved.
Prerequisites
Run the ospf command before you run the area command the first time to start the OSPF process and enter the OSPF view.
Precautions