use (meshpoint-config)
   
      
         Uses a QoS (Quality of Service)
            policy defined specifically for meshpoints. To use this QoS policy, it must be
            defined.
      
      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
         
         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)#