A service provider wants to protect its routers from CPU overload caused by excessive traffic to the control plane. Which mechanism should be configured on IOS XR routers to classify and rate-limit management traffic?
Trap 1: uRPF strict mode
uRPF is used for anti-spoofing, not for control plane protection.
Trap 2: BGP Flowspec
BGP Flowspec distributes traffic filtering rules, but does not directly rate-limit control plane traffic.
Trap 3: MPLS TTL propagation
MPLS TTL propagation is related to label spoofing prevention, not control plane protection.
- A
uRPF strict mode
Why wrong: uRPF is used for anti-spoofing, not for control plane protection.
- B
BGP Flowspec
Why wrong: BGP Flowspec distributes traffic filtering rules, but does not directly rate-limit control plane traffic.
- C
MPLS TTL propagation
Why wrong: MPLS TTL propagation is related to label spoofing prevention, not control plane protection.
- D
CoPP (Control Plane Protection)
CoPP is designed to protect the control plane by rate-limiting traffic.