Implementing Cisco IP Routing (CCNP ROUTE, legacy) — Question 195

Refer to the following access list.
access-list 100 permit ip any any log
After applying the access list on a Cisco router, the network engineer notices that the router CPU utilization has risen to 99 percent. What is the reason for this?

Answer options

Correct answer: A, I, P

Explanation

The correct answer is A because when the 'log' keyword is used, packets are processed in a way that requires more CPU resources, as they are logged. Options B and C are incorrect because fast switching and process switching do not involve logging and thus do not contribute to the high CPU utilization seen in this scenario.