The priority-map downstream dscp command configures mapping from the DSCP priority of 802.3 packets to the user priority of 802.11 packets when packets are sent to an AP from upper-layer devices.
The undo priority-map downstream dscp command restores the default mapping from the DSCP priority of 802.3 packets to the user priority of 802.11 packets when packets are sent to an AP from upper-layer devices.
priority-map downstream dscp { dscp-value1 [ to dscp-value2 ] } &<1-10> dot11e dot11e-value
undo priority-map downstream dscp
Parameter |
Description |
Value |
---|---|---|
dscp dscp-value1 |
Specifies the DSCP priority of 802.3 packets. |
The value is an integer that ranges from 0 to 63. A larger value indicates a higher priority. |
to dscp-value2 |
Specifies the DSCP priority of 802.3 packets. |
The value is an integer that ranges from 0 to 63. A larger value indicates a higher priority. dscp-value2 must be greater than dscp-value1. |
dot11e dot11e-value |
Specifies the user priority of 802.11 packets. |
The value is an integer that ranges from 0 to 7. A larger value indicates a higher priority. |
802.3 and 802.11 data packets use different fields to identify their priorities. 802.11 packets sent from a WMM-capable STA carry the user priority (also called the User Priority field), and IP packets transmitted on an Ethernet carry the DSCP priority (also called the ToS field). When data packets are forwarded from the central AP or upper-layer network to an RU, the RU needs to convert the 802.3 packets to 802.11 packets and map the ToS field in the IP packet header to the UP field of 802.11 packets. You can use the priority-map downstream dscp command to configure mapping from the DSCP priority of 802.3 packets to the user priority of 802.11 packets.