Operation Manual

MP Access Point Commands
Mobility System Software Command Reference Guide
Version 7.3
12 – 314
Examples
The following command sets 802.11a mandatory rates for service profile sp1 to 6 Mbps
and 9 Mbps, disables rates 48 Mbps and 54 Mbps, and changes the beacon rate to 9 Mbps:
MX# set service-profile sp1 transmit-rates 11a mandatory 6.0,9.0 disabled 48.0,54.0
beacon-rate 9.0
success: change accepted.
See Also
show service-profile on page 12-357
set radio-profile rate-enforcement on page 12-276
set service-profile use-client-dscp
Configures MSS to classify the QoS level of IP packets based on their DSCP value, instead of their
802.11 priority.
Syntax
set service-profile profile-name use-client-dscp {enable | disable}
Defaults
Disabled.
Access
Enabled.
History
Usage
If this command is enabled in the service profile, the 802.11 QoS level is ignored, and MSS
classifies QoS level of IP packets based on their DSCP value.
Examples
The following command enables mapping the QoS level of IP packets based on their
DSCP value for service profile sp1:
MX# set service-profile sp1 use-client-dscp enable
success: change accepted.
See Also
show qos on page 7-88
show service-profile on page 12-357
set service-profile user-idle-timeout
Changes the number of seconds MSS has a session available for a client not sending data and is
not responding to keepalives (idle-client probes). If the timer expires, the client session is changed
to the Dissociated state.
The timer is reset to 0 each time a client sends data or responds to an idle-client probe. If the
idle-client probe is disabled, the timer is reset each time the client sends data.
profile-name Service profile name.
enable Enables mapping QoS level from the DSCP level.
disable Disables mapping QoS level from the DSCP level.
MSS Version 6.0 Command introduced.
MSS Version 7.3 Command deprecated.