include
   
      Specifies the MAC addresses included
         in the NAC enforcement list
      Supported on the following devices: 
         
         
            - Access Points: AP5010, AP310i/e, AP410i/e, AP505i, AP510i, AP510e, AP560i, AP6522, AP6562, AP7161, AP7502,
               AP7522, AP7532, AP7562, AP7602, AP7612, AP7622, AP763, AP7662, AP8163, AP8543,
               AP8533.
- Service Platforms:
               NX5500, NX7500, NX9500, NX9600
- Virtual Platforms: CX9000, VX9000
Syntax
         
         include <START-MAC> [<END-MAC> precedence <1-1000>|precedence <1-1000>]
      
      Parameters
         
         include <START-MAC> [<END-MAC> precedence <1-1000>|precedence <1-1000>]
         
                  
                     | <START-MAC> | Specifies a range of MAC addresses or a single MAC address to include in
                        the NAC enforcement list 
                           <START-MAC> –
                              Specify the first MAC address in the range. Note: Use this parameter
                           to specify a single MAC address. | 
                  
                     | <END-MAC> | Specifies the last MAC address in the range (optional if a single MAC is
                        added to the list) 
                           <END-MAC> –
                              Specify the last MAC address in the range. | 
                  
                     | precedence <1-1000> | Sets the rule precedence. Include entries are checked in the order of
                        their rule precedence. 
                           <1-1000> –
                              Specify a value from 1 - 1000. | 
               
      
      Examples
         
         nx9500-6C8809(config-nac-list-test)#include 00-15-70-38-06-49 precedence 2
         nx9500-6C8809(config-nac-list-test)#show context
nac-list test
 exclude 00-04-96-B0-BA-2A 00-04-96-B0-BA-2A precedence 1
 include 00-15-70-38-06-49 00-15-70-38-06-49 precedence 2
nx9500-6C8809(config-nac-list-test)#