配置指定设备esch port的PCP到CoS的映射。
<tool name> qos -i <device name> [-p <port id>] --port_pcp2cos <port_pcp2cos bitmap>
参数 |
参数说明 |
取值 |
---|---|---|
<device name> |
设备名称。 |
网络设备名,例如:enp134s0f0、eth0。 |
<port id> |
端口号。 eth*设备名称不用“-p”选项。 |
例如:0、1。 |
<port_pcp2cos bitmap> |
设置esch port的PCP到CoS的映射。 |
|
项目 |
描述 |
---|---|
result |
返回设置结果。 |
无。
1 2 | hinicadm3 qos -i enp134s0f0 --port_pcp2cos 0,1,2,3,4,5,6,7 Set port_pcp2cos succeed. |