The area command creates an OSPF area and displays the OSPF area view.
The undo area command deletes a specified area.
By default, the system does not creates any OSPF area.
Parameter | Description | Value |
---|---|---|
area-id | Specifies an area ID. The area with the area-id of 0 is the backbone area. | The value can be a decimal integer or in dotted decimal notation. When the value is an integer, the value ranges from 0 to 4294967295. |
Usage Scenario
The number of devices increases with the expansion of a network. This leads to a large LSDB on every OSPF-enabled device on a large-scale network. Route flapping frequently occurs and as such, a large number of OSPF packets are transmitted on the network. This wastes bandwidth resources.
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 a unique area ID.
Configuration Impact
After OSPF partitions the AS into different areas, the functions of multiple devices in the same area, such as the timer, filter, and summarization, can be planned and configured uniformly in the area. Therefore, the size of the LSDB is reduced, and network performance is improved.
Prerequisites
An OSPF process has been started using the ospf command.
Precautions