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 in the following platforms:

  • Access Points — AP505i, AP510i/e, AP560i/h
  • Service Platforms — NX5500, NX7500, NX9500, NX9600, 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)#

Related Commands

no (wlan-config-mode) Removes the configured deny-threshold and rssi-threshold values