352-001 · Question #126
What are two benefits of protecting the control plane of a network device? (Choose two.)
The correct answer is C. maintains routing protocol adjacencies with local neighbors D. maintains remote management access to the router. Protecting the control plane (via CoPP or similar policies) ensures the router CPU is not overwhelmed, which keeps routing adjacencies stable and management sessions available.
Question
What are two benefits of protecting the control plane of a network device? (Choose two.)
Options
- Aprevents the delivery of packets from spoof sources
- Bpreserves the confidentiality of traffic encrypted by IPsec
- Cmaintains routing protocol adjacencies with local neighbors
- Dmaintains remote management access to the router
How the community answered
(37 responses)- A8% (3)
- B19% (7)
- C73% (27)
Why each option
Protecting the control plane (via CoPP or similar policies) ensures the router CPU is not overwhelmed, which keeps routing adjacencies stable and management sessions available.
Filtering spoofed source addresses is a data plane function implemented with Unicast Reverse Path Forwarding (uRPF) or ACLs, not control plane protection.
IPsec encryption and confidentiality operate in the data plane (or hardware offload); control plane protection does not influence the encryption of transit traffic.
Routing protocol adjacencies (OSPF, BGP, EIGRP) are processed by the control plane CPU. If the control plane is protected from flood attacks, protocol hello and keepalive packets continue to be processed, preserving neighbor relationships.
Remote management protocols such as SSH and Telnet are also handled by the control plane. Policing protects the CPU so management traffic is not starved or dropped during an attack or high-load event.
Concept tested: Control plane policing benefits on network devices
Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/sec_data_acl/configuration/xe-16/sec-data-acl-xe-16-book/sec-ctrl-plane-policing.html
Topics
Community Discussion
No community discussion yet for this question.