Accton Technology ES4626 Switch User Manual


 
319
no mls qos aggregate-policer <aggregate-policer-name>
Function: Define a policy set that can be used in one policy map by several classes; the
no mls qos aggregate-policer <aggregate-policer-name>” command
deletes the specified policy set.
Parameter: <aggregate-policer-name> is the name of the policy set; <rate-kbps> is the
average baud rate (in kb/s) of classified traffic, range from 1,000 to
10,000,000; <burst-kbyte> is the burst value (in kb/s) for classified traffic,
range from 1 to 1,000,000; exceed-action drop means drop packets when
specified speed is exceeded; exceed-action policed-dscp-transmit
specifies to mark down packet DSCP value according to policed-dscp
mapping when specified speed is exceeded.
Default: No policy set is configured by default.
Command mode: Global Mode
Usage Guide: If a policy set is using by a policy map, it cannot be deleted unless the
reference to the policy set is cleared in the appropriate policy map with “no
police aggregate <aggregate-policer-name>” command. The delete
should be performed in Global Mode with “no mls qos aggregate-policer
<aggregate-policer-name>” command.
Example: Set a policy set named “agg1”, the policy set defines the bandwidth for packets
to 20 MB/s, with a burst value of 2 MB, all packets exceeding this bandwidth
setting will be dropped.
Switch(Config)#mls qos aggregate-policer agg1 20000 2000 exceed-action drop
13.1.2.2.9 police aggregate
Command: police aggregate <aggregate-policer-name>
no police aggregate <aggregate-policer-name>
Function: Apply a policy set to classified traffic; the “no police aggregate
<aggregate-policer-name>” command deletes the specified policy set.
Parameter: <aggregate-policer-name> is the policy set name.
Default: No policy set is configured by default.
Command mode: Policy class map configuration Mode
Usage Guide: The same policy set can be referred to by different policy class maps.
Example: Apply policy set “agg1” to packets satisfying c1 class rule.
Switch(Config)#policy-map p1
Switch(Config-PolicyMap)#class c1
Switch(Config--Policy-Class)#police aggregate agg1
Switch(Config--Policy-Class)#exit