ip ospf accept adv-rtr
   
   
      Configures OSPF accept policies for the VRF.
    
      Syntax
         
         
            - 
               
                  default ip ospf accept
                     adv-rtr {A.B.C.D} 
                
- 
               
                  default ip ospf accept
                     adv-rtr {A.B.C.D} enable 
                
- 
               
                  default ip ospf accept
                     adv-rtr {A.B.C.D} metric-type 
                
- 
               
                  default ip ospf accept
                     adv-rtr {A.B.C.D} route-map 
                
- 
               
                  ip ospf accept adv-rtr
                     {A.B.C.D} 
                
- 
               
                  ip ospf accept adv-rtr
                     {A.B.C.D} enable 
                
- 
               
                  ip ospf accept adv-rtr
                     {A.B.C.D} metric-type { type1 | type2 | any } 
                
- 
               
                  ip ospf accept adv-rtr
                     {A.B.C.D} route-map WORD<0-64> 
                
- 
               
                  no ip ospf accept adv-rtr
                     {A.B.C.D} 
                
- 
               
                  no ip ospf accept adv-rtr
                     {A.B.C.D} enable 
                
Command Parameters
         
         
            
               - {A.B.C.D}
- Specifies the IP address.
- adv-rtr <A.B.C.D>
- Specifies the advertising router
                  IP address.
- enable
- Enables an OSPF accept entry for a
                  specified advertising router.
- metric-type <type1|type2|any>
- OSPF external routes match this
                  entry. any means match all external routes. type1 means match external type 1
                  only. type2 means match external type 2 only.
- route-map WORD<0-64>
- Specifies the name of the route
                  policy to use for filtering external routes advertised by the specified
                  advertising router before accepting into the routing table.
- vrf WORD<1-16>
- Specifies the configuration for a
                  particular VRF. WORD<1-16> specifies the VRF name.
Command Mode
         
         VRF Router Configuration