ipv6 ospf area (for a port)
   
   
      Configure an OSPFv3 area on an interface.
    
      Syntax
         
         
            - 
               
                  ipv6 ospf area
                     {A.B.C.D}
                
- 
               
                  ipv6 ospf area {A.B.C.D}
                     cost <0-65535>
                
- 
               
                  ipv6 ospf area {A.B.C.D}
                     dead-interval <1-65535>
                
- 
               
                  ipv6 ospf area {A.B.C.D}
                     hello-interval <1-65535>
                
- 
               
                  ipv6 ospf area {A.B.C.D}
                     network eth
                
- 
               
                  ipv6 ospf area {A.B.C.D}
                     network nbma
                
- 
               
                  ipv6 ospf area {A.B.C.D}
                     network p2mp
                
- 
               
                  ipv6 ospf area {A.B.C.D}
                     network p2p
                
- 
               
                  ipv6 ospf area {A.B.C.D}
                     network passive
                
- 
               
                  ipv6 ospf area {A.B.C.D}
                     priority <0-255>
                
- 
               
                  ipv6 ospf area {A.B.C.D}
                     retransmit-interval <1-1800>
                
- 
               
                  ipv6 ospf area {A.B.C.D}
                     transit-delay <1-1800>
                
Command Parameters
         
         
            
               - area {A.B.C.D}
- Creates an IPv6 OSPF area.
- cost <0-65535>
- Configures the OSPF metric for the
                  interface. The switch advertises the metric in router link advertisements. The
                  default is 1.
- dead-interval <1-65535>
- Specifies the dead interval, as
                  the number of seconds to wait before determining the OSPF router is down. The
                  default is 40.
- hello-interval <1-65535>
- Specifies the hello interval, in
                  seconds, for hello packets sent between switches for a virtual interface in an
                  OSPF area. The default is 10.
- network <eth|nbma|p2mp|p2p|passive>
- Configures the type of interface
                  as one of the following: eth: broadcast, nbma: NBMA, p2mp: point-to-multipoint,
                  p2p:pointto-point, or passive: passive interface.
- priority <0-255>
- Configures the OSPF priority for
                  the interface during the election process for the designated router. The interface
                  with the highest priority number is the designated router. The interface with the
                  second-highest priority becomes the backup designated router. 
- If the priority is 0, the
                  interface cannot become either the designated router or a backup. The priority is
                  used only during election of the designated router and backup designated router.
                  The default is 1.
- retransmit-interval <1-1800>
- Specifies the retransmit interval,
                  in seconds, for link-state advertisements. The default is 5.
- transit-delay <1-1800>
- Specifies the transit-delay
                  interval, in seconds, required to transmit a link-state update packet over the
                  virtual interface. The default is 1.
Command Mode
         
         GigabitEthernet Interface Configuration