redistribute bgp (for IS-IS)
   
   
      Control the redistribution of routes from the global router into the Shortest Path Bridging
         MAC (SPBM) Intermediate-System-to-Intermediate-System (IS-IS) domain.
    
      Syntax
         
         
            - 
               
                  default redistribute bgp
                     enable
                
- 
               
                  default redistribute bgp
                     metric
                
- 
               
                  default redistribute bgp
                     metric-type
                
- 
               
                  default redistribute bgp
                     route-map
                
- 
               
                  default redistribute bgp
                     subnets
                
- 
               
                  no redistribute
                     bgp
                
- 
               
                  no redistribute bgp
                     enable
                
- 
               
                  no redistribute bgp
                     metric
                
- 
               
                  no redistribute bgp
                     metric-type
                
- 
               
                  no redistribute bgp
                     route-map
                
- 
               
                  no redistribute bgp
                     subnets
                
- 
               
                  redistribute bgp
                
- 
               
                  redistribute bgp
                     enable
                
- 
               
                  redistribute bgp metric
                     <0-65535> 
                
- 
               
                  redistribute bgp
                     metric-type external
                
- 
               
                  redistribute bgp
                     metric-type internal
                
- 
               
                  redistribute bgp route-map
                     WORD<0-64>
                
- 
               
                  redistribute bgp subnets
                     allow
                
- 
               
                  redistribute bgp subnets
                     suppress
                
Command Parameters
         
         
            
               - enable
- Enables the redistribution of the
                  BGP into the Shortest Path Bridging MAC (SPBM) network. The prefix "default"
                  before the command sets the isis redistribute bgp enable to default.
- enable
- Enables the redistribution of the
                  specified protocol into the Shortest Path Bridging MAC (SPBM) network. 
- metric <0-65535>
- Configures the metric (cost) to
                  apply to redistributed routes. The default is 1.
- metric-type external
- Configures the type of route to
                  import into the BGP. The prefix "default" before the command sets the isis
                  redistribute metric-type to default. The default is internal.
- metric-type external
- Configures the type of route to
                  import into the protocol. The default is internal.
- metric-type internal
- Configures the type of route to
                  import into the BGP. The prefix "default" before the command sets the isis
                  redistribute metric-type to default. The default is internal.
- metric-type internal 
- Configures the type of route to
                  import into the protocol. The default is internal.
- route-map WORD<0-64>
- Configures the route policy to
                  apply to redistributed routes.
- subnets allow
- Indicates whether the subnets are
                  advertised individually or aggregated to their classful subnet. Choose allow to
                  advertise the subnets individually with the learned or configured mask of the
                  subnet. The default is allow.
- subnets allow
- Indicates whether the subnets are
                  advertised individually or aggregated to their classful subnet. Choose allow to
                  advertise the subnets individually with the learned or configured mask of the
                  subnet. The prefix "default" before the command sets the isis redistribute subnets
                  to default. The default is allow.
- subnets suppress
- Indicates whether the subnets are
                  advertised individually or aggregated to their classful subnet. Choose allow to
                  advertise the subnets individually with the learned or configured mask of the
                  subnet. The default is allow.
- subnets suppress
- Indicates whether the subnets are
                  advertised individually or aggregated to their classful subnet. Choose allow to
                  advertise the subnets individually with the learned or configured mask of the
                  subnet. The prefix "default" before the command sets the isis redistribute subnets
                  to default. The default is allow.
Default
         
         By default, route redistribution is disabled.
      
      Command Mode
         
         IS-IS Router Configuration