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:

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)#

Related Commands

no (meshpoint-config) Removes the meshpoint QoS policy associated with this meshpoint
meshpoint-qos-policy-config-instance Creates and configures a meshpoint QoS policy
AAA Policy Creates and configures an AAA policy