CCNP ENARSI Certification Cram Notes : Infrastructure Security
3.3 Troubleshoot control plane policing (CoPP) (Telnet, SSH, HTTP(S), SNMP, EIGRP, OSPF, BGP)
Control plane policing (CoPP) is a security feature used to protect the control plane of a network device from denial-of-service (DoS) attacks, which can disrupt the device's ability to process and forward traffic. CoPP accomplishes this by rate-limiting or dropping traffic that is directed to the control plane of the device, which includes protocols such as Telnet, SSH, HTTP(S), SNMP, EIGRP, OSPF, and BGP.
To troubleshoot CoPP, you can perform the following tasks:
1. Verify that CoPP is enabled on the device: Check the device configuration to ensure that CoPP is enabled and that the policy map is correctly configured.
2. Check the CoPP configuration: Ensure that the policy map has been configured to allow the necessary control plane traffic and to rate-limit or drop traffic that is not authorized.
3. Verify the CoPP counters: Check the CoPP counters to see if any traffic has been dropped or rate-limited. This can help identify which traffic is being affected by the policy map.
4. Use debugging and logging: Use the debug and logging commands to gather more information about the traffic that is being affected by the CoPP policy map.
5. Check for other security features: If CoPP is not working as expected, check for other security features that may be affecting the traffic. For example, ACLs or uRPF may be blocking traffic that is allowed by the CoPP policy map.
By performing these troubleshooting steps, you can identify and resolve issues with CoPP and ensure that the control plane of your network devices is protected from DoS attacks.