映射对照表及接口

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

Qos Control域有2个字节,其中,前3个Bit是TID字段,表示数据形态识别码。TID值0-7用于具有优先权的QOS,表示使用者的优先顺序(UP),

值8-15用于参数化的QOS,表示数据流ID(TSID)。

WMM将UP对应相应的AC。其对应关系如下表所示:

下面是AC于vlan优先级的对应关系表

下面是QOs于AC优先级的对应关系表

图3.802.11e优先级同AC映射表dscp-dot11e:DSCP到802.11e映射表

dot11e- dscp:802.11e到DSCP映射表

dscp

0x0

0x08

0x10

0x18

0x20

0x28

0x30

0x38

注意dscp使用的是tos字段的前6个bit,所以命令操作时需要在其后面化成2进制后,添加2个0. AP上的接口:

Dscp于wmm的映射接口

#autelan wmm

usage:: autelan wmm COMMAND [OPTION] ...

OPTIONS:

tos_flag [interface] [0|1] // 接口上的开关

get_tos_flag [interface]

tos_egress_map [interface] [index] [wmm-priority] [tos-qos]

get_tos_egress_map [interface]

tos_ingress_map [interface] [wmm-priority] [tos-qos]

get_tos_ingress_map [interface]

1p_flag [interface] [0|1] // 接口上的开关

get_1p_flag [interface]

1p_egress_map [interface] [wmm-priority] [vlan-qos]

get_1p_egress_map [interface]

1p_ingress_map [interface] [wmm-priority] [vlan-qos]

get_1p_ingress_map [interface]

# autelan wmm get_tos_egress_map ath0

function autelan_ioctl::ioctl error ; No such device

Autelan private wmm config , get tos egress map :

index :: tos-qos :: wmm-qos

0 :: 6 :: 0

1 :: 0 :: 85

2 :: 0 :: 0

3 :: 0 :: 0

4 :: 0 :: 0

5 :: 0 :: 0

6 :: 0 :: 0

7 :: 0 :: 160

# autelan wmm get_tos_ingress_map ath0

wmm-qos :: tos-qos

0 :: 4

1 :: 0

2 :: 0

3 :: 85

Vlan于wmm的映射接口

# autelan wmm get_1p_egress_map ath0

vlan-qos :: wmm-qos

0 :: 12

1 :: 0

2 :: 0

3 :: 85

4 :: 0

5 :: 0

6 :: 0

7 :: 0

# autelan wmm get_1p_ingress_map ath0

wmm-qos :: vlan-qos

0 :: 10

1 :: 0

2 :: 0

3 :: 85

上述命令打印的数据看做无效,只做演示

相关文档
最新文档