xStack
create ospf aggregation
Purpose | Used to configure OSPF area aggregation settings. |
Syntax | create ospf aggregation <area_id> <network_address> |
| lsdb_type summary {advertise [enabled disabled]} |
Description | This command is used to create an OSPF area aggregation. |
Parameters | <area_id> − A |
| (xxx.xxx.xxx.xxx) that uniquely identifies the OSPF area in the |
| OSPF domain. |
| <network_address> − The |
| address that uniquely identifies the network that corresponds to the |
| OSPF Area. |
| lsdb_type summary − The type of address aggregation. |
| advertise [enabled disabled] − Allows for the advertisement trigger |
| to be enabled or disabled. |
Restrictions | Only |
|
|
Usage Example:
To create an OSPF area aggregation:
Command: create ospf aggregation 10.1.1.1 10.48.76.122/16 lsdb_type summary advertise enable
Success.
delete ospf aggregation
Purpose | Used to delete an OSPF area aggregation configuration. |
Syntax | delete ospf aggregation <area_id> <network_address> |
| lsdb_type summary |
Description | This command is used to delete an OSPF area aggregation |
| configuration. |
Parameters | <area_id> − A |
| (xxx.xxx.xxx.xxx) that uniquely identifies the OSPF area in the |
| OSPF domain. |
| <network_address> − The |
| address that uniquely identifies the network that corresponds to |
| the OSPF Area. |
| lsdb_type summary − Specifies the type of address aggregation. |
Restrictions | Only |
|
|
Usage Example
To configure the OSPF area aggregation settings:
311