Users Guide

Table Of Contents
1. 创建 5
OS10(config)# class-map type queuing q5
2.
OS10(config-cmap-queuing)# match queue 5
使使 QoS
使
绿
使
1. 创建 QoS
OS10(config)# class-map example-cmap-all-traffic
2. QoS -
OS10(config)# policy-map example-interface-policer
OS10(config-pmap-qos)# class example-cmap-all-traffic
OS10(config-pmap-c-qos)#police cir 4000 pir 6000
3. QoS
OS10(config)# interface ethernet 1/1/14
OS10(conf-if-eth1/1/14)# service-policy input type qos example-interface-policer
1. 创建 QoS
OS10(config)# class-map example-cmap-cos3
OS10(config-cmap-qos)# match cos 3
2. QoS CoS ID
OS10(config)# policy-map example-flow-policer
OS10(config-pmap-qos)# class example-cmap-cos3
OS10(config-pmap-c-qos)# set qos-group 3
OS10(config-pmap-c-qos)#police cir 4000 pir 6000
3. QoS
OS10(config)# interface ethernet 1/1/15
OS10(conf-if-eth1/1/15)# service-policy input type qos example-flow-policer
使 ID ID
1073