61
area (OSPF view)
Use
area
to create an area and enter area view.
Use
undo area
to remove an area.
Syntax
area
area-id
undo area
area-id
Default
No OSPF area is created.
Views
OSPF view
Predefined user roles
network-admin
Parameters
area-id
: Specifies an area by its ID, which is an IP address or a decimal integer in the range of 0 to
4294967295 that is translated into the IP address format.
Examples
# Create area 0 and enter area 0 view.
<Sysname> system-view
[Sysname] ospf 100
[Sysname-ospf-100] area 0
[Sysname-ospf-100-area-0.0.0.0]
asbr-summary
Use
asbr-summary
to configure a summary route on an ASBR.
Use
undo asbr-summary
to remove a summary route on an ASBR.
Syntax
asbr-summary
ip-address
{
mask
|
mask-length
} [
cost
cost
|
not-advertise
|
tag
tag
] *
undo asbr-summary
ip-address
{
mask
|
mask-length
}
Default
No route summarization is configured on an ASBR.
Views
OSPF view
Predefined user roles
network-admin
Parameters
ip-address
: Specifies the destination IP address of the summary route.
mask
: Specifies the mask in dotted decimal notation.