beautypg.com

Allied Telesis AT-8100 Series User Manual

Page 1667

background image

AT-8100 Switch Command Line User’s Guide

1667

awplus mls qos aggregate-police
policyagg1 single-rate 125 30000
60000 action policed-dscp-transmit

Creates an aggregate name called “policyagg1”
with a CIR of 125 Kbps, a CBS of 30,000 bytes, an
EBS of 60,000 bytes, and an action of modifying
packets and then sending them.

awplus(config)# class-map cmap1

Creates a class map called “cmap1” and enters the
Configuration Class-map mode.

awplus(config-cmap)# match protocol
ip

Assigns the IP protocol as a matching criteria to
class map “cmap1.”

awplus(config-cmap)# exit

Exits the Configuration Class-map mode.

awplus(config)# class-map cmap2

Creates a class map called “cmap2” and enters the
Configuration Class-map mode.

awplus(config-cmap)# match vlan 7

Assigns VLAN 7 to class map “cmap2” so traffic
from VLAN 7 is included in this class map.

awplus(config-cmap)# exit

Exits the Configuration Class-map mode.

awplus(config)# policy-map pmap1

Creates a policy map “pmap1” and enters the
Policy Map Configuration mode.

awplus(config-pmap)# class cmap1

Associates an existing class map “cmap1” to the
policy map and enters the Policy Map Class
Configuration mode.

awplus(config-pmap-c)# exit

Exits the Policy Map Class Configuration mode.

awplus(config-pmap)# class cmap2

Associates an existing class map “cmap2” to the
policy map and enters the Policy Map Class
Configuration mode.

awplus(config-pmap-c)# exit

Exits the Policy Map Class Configuration mode.

awplus(config-pmap)# exit

Exits the Policy Map Configuration mode.

awplus(config)# policy-map pmap1

Enters the Policy Map Configuration mode for a
policy map “pmap1.”

awplus(config-pmap)# class cmap1

Enters the Policy Map Class Configuration mode
for a class map “cmap1.”

awplus(config-pmap-c)# police
aggregate policyagg1

Associates aggregate name “policyagg1” with
class map “cmap1.”

awplus(config-pmap-c)# exit

Exits the Policy Map Class Configuration mode.

awplus(config-pmap)# class cmap2

Enters the Policy Map Class Configuration mode
for a class map “cmap2.”

Table 216. Creating a Police Aggregator (Continued)

Command

Description