use (meshpoint-config)
   
      
         Uses a Quality of Service (QoS) policy defined specifically for meshpoints.
            To use this QoS policy, it must be defined.
      
      Supported on the following
            platforms:
         
         
            - Access Points — AP7502, AP7522,
               AP7532, AP7562, AP7602, AP7612, AP7622, AP7632, AP7662, AP8163, AP8543, AP8533
Syntax
         
         use [aaa-policy <AAA-POLICY-NAME>|meshpoint-qos-policy <MESHPOINT-QOS-POLICY-NAME>]
      
      Parameters
         
         use [aaa-policy <AAA-POLICY-NAME>|meshpoint-qos-policy <MESHPOINT-QOS-POLICY-NAME>]
         
                  
                     | meshpoint-qos-policy
                        <MESHPOINT-QOS-POLICY-NAME> | Configures this meshpoint to use a predefined
                        meshpoint QoS policy 
                            <MESHPOINT-QOS-POLICY-NAME> – Specify the meshpoint QoS policy
                              name (should be existing and configured). | 
                  
                     | aaa-policy <AAA-POLICY-NAME> | Configures this meshpoint to use a predefined
                        aaa-policy 
                           <AAA-POLICY-NAME> – Specify the aaa-policy name (should be
                              existing and configured). | 
               
      
      Examples
         
         nx9500-6C8809(config-meshpoint-test)#use meshpoint-qos-policy test
         nx9500-6C8809(config-meshpoint-test)#show context
meshpoint test
 description "This is an example of a meshpoint description"
 meshid TestingMeshPoint
 shutdown
 beacon-format mesh-point
 control-vlan 1
 allowed-vlans 1,10-16,18-23
 neighbor inactivity-timeout 300
 data-rates 2.4GHz bgn
 data-rates 5GHz an
 security-mode psk
 root
 use meshpoint-qos-policy test
nx9500-6C8809(config-meshpoint-test)#