Dell(conf-policy-map-in-cpuqos)#class-map class-ipv6 qos-policy rate_limit_200kDell(conf-policy-map-in-cpuqos)#exitThe following example shows creating the control plane service policy.Dell(conf)#control-plane-cpuqosDell(conf-control-cpuqos)#service-policy rate-limit-protocols egressFP_rate_policyDell(conf-control-cpuqos)#exitConfiguring CoPP for CPU QueuesControlling traffic on the CPU queues does not require ACL rules, but does require QoS policies.CoPP for CPU queues converts the input rate from kbps to pps, assuming 64 bytes is the average packet size, and applies that rate to thecorresponding queue. Consequently, 1 kbps is roughly equivalent to 2 pps.The basics for creating a CoPP service policy is to create QoS policies for the desired CPU bound queue and associate it with a particularrate-limit. The QoS policies are assigned to a control-plane service policy for each port-pipe.1 Create a QoS input policy for the router and assign the policing.CONFIGURATION modeqos-policy-input name cpu-qos2 Create an input policy-map to assign the QoS policy to the desired service queues.l.CONFIGURATION modepolicy-map--input namecpu-qos service-queue queue-number qos-policy name3 Enter Control Plane mode.CONFIGURATION modecontrol-plane-cpuqos4 Assign a CPU queue-based service policy on the control plane in cpu-qos mode. Enabling this command sets the queue ratesaccording to those configured.CONTROL-PLANE modeservice-policy rate-limit-cpu-queues input-policy-mapExamples of Configuring CoPP for CPU QueuesThe following example shows creating the QoS policy.Dell#confDell(conf)#qos-policy-input cpuq_1Dell(conf-qos-policy-in)#rate-police 3000 40 peak 500 40Dell(conf-qos-policy-in)#exitDell(conf)#qos-policy-input cpuq_2Dell(conf-qos-policy-in)#rate-police 5000 80 peak 600 50Dell(conf-qos-policy-in)#exitThe following example shows assigning the QoS policy to the queues.Dell(conf)#policy-map-input cpuq_rate_policy cpu-qosDell(conf-qos-policy-in)#service-queue 5 qos-policy cpuq_1Dell(conf-qos-policy-in)#service-queue 6 qos-policy cpuq_2Dell(conf-qos-policy-in)#service-queue 7 qos-policy cpuq_1242 Control Plane Policing (CoPP)