Police Aggregate - D-Link DXS-3600 Series Cli Reference Manual

Layer 2/3 managed 10gigabit
Hide thumbs Also See for DXS-3600 Series:
Table of Contents

Advertisement

DXS-3600 Series Layer 3 Managed 10Gigabit Ethernet Switch CLI Reference Guide
Switch(config-cmap)# exit
Switch(config)# policy-map police-setting
Switch(config-pmap)# class access-match
Switch(config-pmap-c)# police 8 1 exceed-action drop
Switch(config-pmap-c)# exit
Switch(config-pmap)# exit
Switch(config)# interface ethernet 1/0/1
Switch(config-if)# service-policy input police-setting
Switch(config-if)#
87-14

police aggregate

This command is used to configure a named aggregate policer as the policy for a traffic class in a policy
map. Use the no command to delete the name aggregate policer from a class policy.
police aggregate NAME
no police
Parameters
NAME
Default
None.
Command Mode
Policy-map Class Configuration Mode.
Command Default Level
Level: 12.
Usage Guideline
Use the mls qos aggregate-policer command in the global configuration mode to create a named
aggregate policer. Then use the police aggregate command in the policy-map class configuration mode
to configure the named aggregate policer as the policy for a traffic class. A named aggregate policer
cannot be referenced from a different policy map. If a named aggregate policer is attached to multiple
ingress ports, the metering operation of the policer will not be applied to the aggregate traffic but remains
applied to the traffic received on the individual port.
Example
This example shows how to configure a named aggregate policer's parameters and apply the policer to
multiple classes in a policy map: An aggregate policer with single rate policing named "agg_policer1" is
created. This policer is configured as the policy for traffic class 1, 2, and 3.
Switch# configure terminal
Switch(config)# mls qos aggregate-policer agg_policer1 10000 16384 exceed-action drop
Switch(config)# policy-map policy2
Switch(config-pmap)# class class1
Switch(config-pmap-c)# police aggregate agg_policer1
Switch(config-pmap-c)# exit
Switch(config-pmap)# class class2
Switch(config-pmap-c)# police aggregate agg_policer1
Specifies a previously defined aggregate policer name as the
aggregate policer for a traffic class.
1095

Advertisement

Table of Contents
loading

Table of Contents