redistribute direct (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
                     direct enable 
                
- 
               
                  default redistribute
                     direct metric 
                
- 
               
                  default redistribute
                     direct metric-type 
                
- 
               
                  default redistribute
                     direct route-map 
                
- 
               
                  default redistribute
                     direct subnets 
                
- 
               
                  no redistribute direct
                  
                
- 
               
                  no redistribute direct
                     enable 
                
- 
               
                  no redistribute direct
                     metric 
                
- 
               
                  no redistribute direct
                     metric-type 
                
- 
               
                  no redistribute direct
                     route-map 
                
- 
               
                  no redistribute direct
                     subnets 
                
- 
               
                  redistribute direct
                  
                
- 
               
                  redistribute direct enable
                  
                
- 
               
                  redistribute direct metric
                     <0-65535> 
                
- 
               
                  redistribute direct
                     metric-type external 
                
- 
               
                  redistribute direct
                     metric-type internal 
                
- 
               
                  redistribute direct
                     route-map WORD<0-64> 
                
- 
               
                  redistribute direct
                     subnets allow 
                
- 
               
                  redistribute direct
                     subnets suppress 
                
Command Parameters
         
         
            
               - enable
- Enables route redistribution of
                  the direct protocol. The prefix "default" before the command sets the isis
                  redistribute direct enable to default.
- 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 protocol. The default is internal.
- metric-type internal 
- Configures the type of route to
                  import into the direct protocol. The prefix "default" before the command sets the
                  isis redistribute metric-type to default. 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 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.
Default
         
         By default, route redistribution is disabled.
      
      Command Mode
         
         IS-IS Router Configuration