ipv6 isis redistribute bgp
   
   
      Identify IPv6 routes on the local switch to be announced into the Shortest Path Bridging
         MAC (SPBM) network.
    
      Syntax
         
         
            - 
               
                  default ipv6 isis
                     redistribute bgp enable
                
- 
               
                  default ipv6 isis
                     redistribute bgp metric 
                
- 
               
                  default ipv6 isis
                     redistribute bgp metric-type
                
- 
               
                  default ipv6 isis
                     redistribute bgp route-map 
                
- 
               
                  ipv6 isis redistribute
                     bgp
                
- 
               
                  ipv6 isis redistribute bgp
                     enable 
                
- 
               
                  ipv6 isis redistribute bgp
                     metric <0-65535> 
                
- 
               
                  ipv6 isis redistribute bgp
                     metric-type external 
                
- 
               
                  ipv6 isis redistribute bgp
                     metric-type internal
                
- 
               
                  ipv6 isis redistribute bgp
                     route-map WORD<0-64> 
                
- 
               
                  no ipv6 isis redistribute
                     bgp
                
- 
               
                  no ipv6 isis redistribute
                     bgp enable 
                
- 
               
                  no ipv6 isis redistribute
                     bgp metric
                
- 
               
                  no ipv6 isis redistribute
                     bgp metric-type 
                
- 
               
                  no ipv6 isis redistribute
                     bgp route-map
                
Command Parameters
         
         
            
               - enable
- Enables Border Gateway Protocol
                  (BGP) route redistribution.
- metric <0-65535>
- Specifies the metric for the
                  redistributed route.Use a value that is consistent with the destination protocol.
                  The default is 1.
- metrictype external
- Specifies the metric type.
                  Specifies a type 1 or a type 2 metric. For metric type 1, the cost of the external
                  routes is equal to the sum of all internal costs and the external cost. For metric
                  type 2, the cost of the external routes is equal to the external cost alone. The
                  default is internal.
- metrictype internal
- Specifies the metric type.
                  Specifies a type 1 or a type 2 metric. For metric type 1, the cost of the external
                  routes is equal to the sum of all internal costs and the external cost. For metric
                  type 2, the cost of the external routes is equal to the external cost alone. The
                  default is internal.
Default
         
         By default, redistribution is disabled.
      
      Command Mode
         
         VRF Router Configuration