use

interface-config-radio-instance

Applies an association ACL policy and a radio QoS policy on this radio interface

An association ACL is a policy-based ACL that either prevents or allows wireless clients from connecting to a controller managed access point radio. An ACL is a sequential collection of permit and deny conditions that apply to controller packets. When a packet is received on an interface, the controller compares the fields in the packet against any applied ACLs to verify the packet has the required permissions to be forwarded, based on the criteria specified in the access lists. If a packet does not meet any of the criteria specified in the ACL, the packet is dropped.

Supported in the following platforms:

  • Access Points — AP505i, AP510i, AP510e, AP560i, AP560h

Syntax

use [association-acl-policy|radio-qos-policy]
use [association-acl-policy <ASSOC-ACL-POLICY-NAME>|radio-qos-policy <RADIO-QOS-POLICY-NAME>]

Parameters

use [association-acl-policy <ASSOC-ACL-POLICY-NAME>|radio-qos-policy <RADIO-QOS-POLICY-NAME>]
use Applies an association ACL policy and a radio QoS policy on this radio interface
association-acl-policy Uses a specified association ACL policy with this radio interface
  • <ASSOC-ACL-POLICY-NAME> – Specify the association ACL policy name (should be existing and fully configured).
radio-qos-policy Uses a specified radio QoS policy with this radio interface
  • <RADIO-QoS-POLICY-NAME> – Specify the radio QoS policy name (should be existing and fully configured).

Example

nx9500-6C8809(config-profile-510TestProfile-if-radio1)#use association-acl-policy test

nx9500-6C8809(config-profile-510TestProfile-if-radio1)#show context
 interface radio1
  rf-mode sensor
  placement outdoor
  mesh client
  rts-threshold 100
  off-channel-scan channel-list 2.4GHz 1
  guard-interval long
  aggregation ampdu tx-only
  rifs tx-only
  use association-acl-policy test
  sniffer-redirect omnipeek 172.16.10.1 channel 1
  aeroscout forward
  ekahau forward ip 172.16.10.1 port 3
  --More--
nx9500-6C8809(config-profile-510TestProfile-if-radio1)#

Related Commands

no (radio-interface-config-command) Dissociates the specified association ACL policy and radio QoS policy