![](/images/new-backgrounds/1202185/202185619x1.webp)
xStack
create ospf area
Purpose | Used to configure OSPF area settings. |
Syntax | create ospf area <area_id> type [normal stub |
| {stub_summary [enabled disabled] metric <value 0- |
| 65535>}] |
Description | This command is used to create an OSPF area and configure its |
| settings. |
Parameters | <area_id> − The OSPF area ID. The user may enter a |
| number in the form of an IP address (xxx.xxx.xxx.xxx) that |
| uniquely identifies the OSPF area in the OSPF domain. |
| type [normal stub] − The OSPF area mode of operation − stub or |
| normal. |
| stub_summary [enabled disabled] − Enables or disables the |
| OSPF area to import summary LSA advertisements. |
| metric <value |
| 65535. 0 denotes that the value will be automatically assigned. |
| The default setting is 0. |
Restrictions | Only |
|
|
Usage Example:
To create an OSPF area:
Command: create ospf area 10.48.74.122 type normal
Success.
delete ospf area
Purpose | Used to delete an OSPF area. |
Syntax | delete ospf area <area_id> |
Description | This command is used to delete an OSPF area. |
Parameters | <area_id> − A |
| (xxx.xxx.xxx.xxx) that uniquely identifies the OSPF area in the |
| OSPF domain. |
Restrictions | Only |
|
|
Usage Example:
To delete an OSPF area:
Command: delete ospf area 10.48.74.122
Success.
307