area <AREA-ID>
Syntax
area <AREA-ID>
no area <AREA-ID>
Description
Creates a normal area with
<AREA-ID>
set if not present. If area is present and is not the normal area, this command changes the area type to normal area.
The
no
form of this command deletes the area with the
<AREA-ID>
specified. The area can be of any type (stub, stub no-summary, and default normal area).
Command context
config-ospfv3
Parameters
<AREA-ID>
- Specifies the area ID in one of the following formats.
Area identifier in IPv4 address format. Format: A.B.C.D
Area identifier in decimal format. Range: 0-4294967295.
Authority
Administrators
Examples
Creating a normal area:
switch(config)# router ospfv3 1 switch(config-ospfv3-1)# area 1 switch(config-ospfv3-1)# area 1.1.1.1
Deleting an area:
switch(config)# router ospfv3 1 switch(config-ospfv3-1)# no area 1 switch(config-ospfv3-1)# no area 0.0.0.1