Quality of Service (QoS) Commands
Cisco Sx350 Ph. 2.2.5 Devices - Command Line Interface Reference Guide 934
47
If the policy map includes the police command a separate copy of the policy map
rules is created in TCAM for each Ethernet port.
An egress policy cannot support the following actions:
• set with the queue keyword
• trust
• redirect
• mirror
• police
The service-policy output command fails if the bound policy contains actions not
supported by egress policies.
A policy map cannot be bound as input and output at the same time.
Example
The following example attaches a policy map called Policy1 to the input interface.
switchxxxxxx(config-if)#
service-policy input
policy1
The following example attaches a policy map called Policy1 to the input interface
and forwards all packets that do not meet the rules of the policy.
switchxxxxxx(config-if)#
service-policy input
policy1 permit-any
The following example attaches a policy map called Policy2 to the output
interface.
switchxxxxxx(config-if)#
service-policy output
policy2
47.16 qos aggregate-policer
Use the qos aggregate-policer Global Configuration mode command to define the
policer parameters that can be applied to multiple traffic classes. Use the no form
of this command to remove an existing aggregate policer.