Which configuration restricts the amount of SSH traffic that a router accepts to 100 kbps?
A.
B.
C.
D.
Which configuration restricts the amount of SSH traffic that a router accepts to 100 kbps?
A.
B.
C.
D.
The correct configuration to restrict the amount of SSH traffic that a router accepts to 100 kbps is C. In this configuration, the policy map 'CoPP_SSH' is applied to the control plane, which manages the router's processor and memory, ensuring that traffic directed to the router itself is limited to 100 kbps. The access list 'CoPP_SSH' permits TCP traffic on port 22 (used for SSH), and the 'police cir 100000' command enforces the traffic rate limit. This effectively applies a traffic policy at the control plane, protecting the router's resources.
The given answer is correct
The given answer is correct (C) as the configuration is blocking traffic to the control plane of the appliance using Control Plane Policing (CoPP).
The correct answer is A permit tcp any any eq 22
its C, please review this topic.
They all say that, except for B.
Not that either is the correct answer, but can anyone spot the difference between answer A and B?
OK, found it thanks to discussion. A has permit 22, B has deny 22.
Another spot the difference challenge
do you still see the 350-401 exam on the site? i can't find it, it says 404 error for all the cisco exams.
correct
C is correct
.........................
C and D are the same??
NOPE C) =Traffic generated by ROUTER that matches access list CoPP_SSH is policed. D) =Traffic passing through ROUTER that matches access list CoPP_SSH is policed.
just a small correction: C) = traffic RECEIVED by the ROUTER that matches access list CoPP_SSH is policed. This is because the policy-map is applied using 'input' keyword.
transit keyword = through router