Exam 300-410 All QuestionsBrowse all questions from this exam
Question 269

Refer to the exhibit. An engineer implemented CoPP to limit Telnet traffic to protect the router CPU. It was noticed that the Telnet traffic did not pass through

CoPP. Which configuration resolves the issue?

    Correct Answer: C

    The configuration issue lies within the access-list entries, where source and destination IP addresses appear to be swapped. The correct configuration should specify the correct source and destination IPs for Telnet traffic to match the intended control plane policing (CoPP) policy. Hence, the correct configuration is to permit TCP traffic from the actual source IP to the destination IP on the Telnet port, which is correctly reflected in option C.

Discussion
guy276465281819372Option: C

C is correct. matching IP address source and destination.

HungarianDishOption: C

"exceed-action drop" achieves the goal, however, the source IPs in the access-list are wrong and need to be corrected for sure. So it is "C" for me.

god_fatherOption: C

police bps [burst-normal] [burst-max] conform-action action exceed-action action [violate-action action] Syntax Description bps Average rate, in bits per second. Valid values are 8000 to 200000000. burst-normal (Optional) Normal burst size in bytes. Valid values are 1000 to 51200000. Default normal burst size is 1500. burst-max (Optional) Maximum burst size, in bytes. Valid values are 1000 to 51200000. Default varies by platform. conform-action Specifies action to take on packets that conform to the rate limit. exceed-action Specifies action to take on packets that exceed the rate limit. violate-action (Optional) Specifies action to take on packets that violate the normal and maximum burst sizes. action Action to take on packets. Specify one of the following keywords: •drop—Drops the packet.

SeMo0o0o0Option: C

C is correct

ZamanROption: C

C is the answer

HungarianDishOption: C

I meant the destination IPs in the access-list. Destination IPs need to be corrected.

herojackyOption: D

limit Telnet traffic to protect the router CPU