Police aggregate, Police aggregate 3 – Allied Telesis AT-8100 Series User Manual
Page 1753
AT-8100 Switch Command Line User’s Guide
1753
POLICE AGGREGATE
Syntax
police aggregate
name
Parameters
name
Indicates the name of the police aggregator.
Mode
Policy Map Class mode
Description
Use this command to assign an aggregate policer to a class map that is
associated with a policy map. You can assign the same aggregate policer
multiple times to different class maps within the same policy map and to
class maps assigned to different policy maps.
To create an aggregate name, use one of the following commands:
“MLS QOS AGGREGATE-POLICE SINGLE-RATE” on page 1729
“MLS QOS AGGREGATE-POLICE TWIN-RATE” on page 1732.
Use the no form of this command, NO POLICE AGGREGATE, to remove
the association between an aggregate name and a class map. See “NO
POLICE AGGREGATE” on page 1752.
Examples
The following example creates an aggregate name, “policyagg1,” with the
MLS QOS AGGREGATE-POLICE SINGLE-RATE command. Then the
aggregate name is assigned to class maps “cmap1” and “cmap2” within
policy map, “pmap1:”
awplus> enable
awplus# configure terminal
awplus(config)# mls qos enable
awplus(config)# mls qos aggregate-police policyagg1 single-
rate 125 125 1024 1024 action policed-dscp-transmit
awplus(config)# policy-map pmap1
awplus(config-pmap)# class cmap1
awplus(config-pmap-c)# police aggregate policyagg1
awplus(config-pmap-c)# exit
awplus(config-pmap)# class cmap2
awplus(config-pmap-c)# police aggregate policyagg1