ipv6 ospf area (for a VRF)
   
   
      Configure OSPF parameters on a VRF to control how OSPF behaves.
    
      Syntax
         
         
            - 
               
                  default ipv6 ospf area
                     {A.B.C.D}
                
- 
               
                  default ipv6 ospf area
                     {A.B.C.D} default-cost
                
- 
               
                  default ipv6 ospf area
                     {A.B.C.D} import
                
- 
               
                  default ipv6 ospf area
                     {A.B.C.D} import-summaries enable
                
- 
               
                  ipv6 ospf area
                     {A.B.C.D}
                
- 
               
                  ipv6 ospf area {A.B.C.D}
                     default-cost <0-16777215>
                
- 
               
                  ipv6 ospf area {A.B.C.D}
                     import external
                
- 
               
                  ipv6 ospf area {A.B.C.D}
                     import noexternal
                
- 
               
                  ipv6 ospf area {A.B.C.D}
                     import nssa
                
- 
               
                  ipv6 ospf area {A.B.C.D}
                     import-summaries enable
                
- 
               
                  no ipv6 ospf area
                     {A.B.C.D}
                
- 
               
                  no ipv6 ospf area
                     {A.B.C.D} import-summaries enable
                
Command Parameters
         
         
            
               - {A.B.C.D}
- Specifies the area 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.
Command Mode
         
         VRF Router Configuration