ip ospf area (for a VRF)
Configure OSPF parameters on a port to control how OSPF behaves.
Syntax
-
default ip ospf area
{A.B.C.D}
-
default ip ospf area
{A.B.C.D} default-cost
-
default ip ospf area
{A.B.C.D} import
-
default ip ospf area
{A.B.C.D} import-summaries enable
-
default ip ospf area
{A.B.C.D} stub
-
ip ospf area
{A.B.C.D}
-
ip ospf area {A.B.C.D}
default-cost <0-16777215>
-
ip ospf area {A.B.C.D}
import external
-
ip ospf area {A.B.C.D}
import noexternal
-
ip ospf area {A.B.C.D}
import nssa
-
ip ospf area {A.B.C.D}
import-summaries enable
-
ip ospf area {A.B.C.D}
stub
-
no ip ospf area
{A.B.C.D}
-
no ip ospf area {A.B.C.D}
import-summaries enable
Command Parameters
- <A.B.C.D>
- Configures the OSPF identification
number for the area, typically formatted as an IP address.
- default-cost <0-16777215>
- Stub area default metric for this
stub area, which is the cost from 0 to 16 777 215. This is the metric value
applied at the indicated type of service.
- import <external|noexternal|nssa>
- Specifies the type of area:
external - Stub and NSSA (not so stubby area) are both false.
noexternal-Configures the area as stub area. nssa - Configures the area as
NSSA.
- import-summaries enable
- Configures the area support to
import summary advertisements into a stub area. This parameter must be used only
if the area is a stub area.
- stub
- Configures the import external
option for this area as stub. A stub area has only one exit point (router
interface) from the area.
Command Mode
VRF Router Configuration