A service provider is configuring Control Plane Policing (CoPP) on IOS XR routers to protect the control plane. The engineer wants to rate-limit ICMP traffic destined to the router to 1 Mbps, while allowing BGP and OSPF traffic with higher limits. Which type of CoPP classification should be used for the ICMP traffic?
Trap 1: Critical class
Incorrect: The Critical class is reserved for routing protocols such as BGP and OSPF, not for ICMP.
Trap 2: Management class
Incorrect: The Management class is used for out-of-band management traffic (e.g., SSH, SNMP), not for ICMP.
Trap 3: Control-plane class
Incorrect: There is no standard 'control-plane' class in IOS XR CoPP. The control plane is protected by all classes; ICMP falls under the Normal class.
- A
Critical class
Why wrong: Incorrect: The Critical class is reserved for routing protocols such as BGP and OSPF, not for ICMP.
- B
Management class
Why wrong: Incorrect: The Management class is used for out-of-band management traffic (e.g., SSH, SNMP), not for ICMP.
- C
Normal priority class
Correct: The Normal priority class is designed for traffic like ICMP, SSH, and SNMP. ICMP destined to the router should be classified as normal priority.
- D
Control-plane class
Why wrong: Incorrect: There is no standard 'control-plane' class in IOS XR CoPP. The control plane is protected by all classes; ICMP falls under the Normal class.