Which CoPP feature allows the control plane to process packets from a specific source IP address without rate limiting?
CPPr allows defining exceptions to bypass CoPP for trusted sources, such as management stations or routing peers.
Why this answer
Control Plane Protection (CPPr) extends CoPP by allowing granular control over which packets are subject to rate limiting. The CPPr exception feature specifically permits packets from a trusted source IP address to bypass all rate-limiting policies, ensuring critical traffic like routing protocol updates or management access is never dropped even under attack conditions.
Exam trap
Cisco often tests the distinction between CoPP (which applies rate limits to all matched traffic) and CPPr (which can create exceptions), leading candidates to mistakenly think aggregate policers or QoS actions can achieve the same per-source exemption.
How to eliminate wrong answers
Option A is wrong because a CoPP aggregate policer applies a single rate limit to all traffic matching the class, regardless of source IP, and does not provide per-source exceptions. Option C is wrong because QoS pre-classify is used to mark packets before encryption in VPN scenarios, not to exempt specific source IPs from rate limiting. Option D is wrong because a policy-map 'set' action modifies packet markings (e.g., DSCP or CoS) but does not create an exception to rate limiting; it only changes the QoS treatment of the packet.