assoc-response
  
  
    Configures the deny-threshold and
      rssi-threshold values. These threshold values are considered when responding to a client‘s
      association/authentication request.
    Supported on the following devices: 
         
         
            - Access Points: AP3000/X, 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
      
      assoc-response [deny-threshold <1-12>|rssi-threshold <-100--40>]
    
    Parameters
      
      assoc-response [deny-threshold <1-12>|rssi-threshold <-100--40>]
      
            
              | assoc-response | Configures the association response thresholds | 
            
              | deny-threshold <1-12> | Configures the number of times association/authentication request, from a
                client, is ignored if the RSSI is less than the configured RSSI threshold. This
                option is disabled by default. 
                  <1-12> – Specify the
                    deny-threshold from 1 - 12. | 
            
              | rssi-threshold <-100--40> | Configures an association response RSSI threshold value. If the RSSI is below
                the configured threshold value, the client‘s association/authentication request is
                ignored. This option is disabled by default. rssi-threshold 
                  <-100--40> – Specify a
                    value from -100 - -40 dBm. | 
          
    
    Examples
      
      nx9500-6C8809(config-wlan-test)#assoc-response rssi-threshold -60
      nx9500-6C8809(config-wlan-test)#assoc-response deny-threshold 4
      nx9500-6C8809(config-wlan-test)#show context
wlan test
 ssid test
 bridging-mode local
 encryption-type none
 authentication-type none
 assoc-response rssi-threshold -60
 assoc-response deny-threshold 4
 registration user group-name guest expiry-time 2000 agreement-refresh 14400
nx9500-6C8809(config-wlan-test)#