Policy-map configuration mode
This command is allowed only for the egress direction.
Use the no form of this command to remove QoS egress scheduling from the interface.
The following example configures QoS egress scheduling on an interface.
device# configure terminal device(config)# policy-map policy_1 device(config-policymap)# class default device(config-policymap-class)# scheduler strict-priority 1 dwrr 25 25 25 10 5 5 5
The following example command configures the QoS egress scheduling on an interface with TC0-TC3 with equal weights and TC4-TC7 as strict, but with queue shapers of 2.0 Gbps, 1.5 Gbps, 1.0 Gbps, and 0.5 Gbps respectively.
device# configure terminal device(config)# policy-map policy_2 device(config-policymap)#class default device(config-policymap-class)# scheduler strict-priority 4 dwrr 25 25 25 25 TC4 2000000 TC5 1500000 TC6 1000000 TC7 500000 device(config-policymap-class)# int eth 0/29-30 device(conf-if-eth-0/29-30)# no service-policy out device(conf-if-eth-0/29-30)# service-policy out h1