beautypg.com

Allied Telesis AT-8100 Series User Manual

Page 1734

background image

Chapter 101: QoS Commands

1734

awplus(config-pmap-c)# exit
awplus(config-pmap)# class cmaptwin2
awplus(config-pmap)# police aggregate policeaggtwin
awplus(config-pmap-c)# exit
awplus(config-pmap)# exit

The following example associates two class maps, “cmaptwin7” and
“cmaptwin9,” to policy map, “pmaptwin2.” An aggregate name, “paggtwin,”
is created with the MLS QOS AGGREGATE-POLICE TWIN-RATE
command. In addition, the CIR is set to 1000 Kbps, the CBS is set to
12,000 bytes, the PIR is 50,000 Kbps, and the PBS is set to 17,000 bytes.
The action is set to drop red packets:

awplus> enable
awplus# configure terminal
awplus(config)# mls qos enable
awplus(config)# mls qos aggregate-police paggtwin twin-rate
1000 12000 50000 17000 action drop-red
awplus(config)# policy-map pmaptwin2
awplus(config-pmap)# class cmaptwin7
awplus(config-pmap)# police aggregate paggtwin
awplus(config-pmap-c)# exit
awplus(config-pmap)# class cmaptwin9
awplus(config-pmap)# police aggregate paggtwin
awplus(config-pmap-c)# exit
awplus(config-pmap)# exit