Which of the following is true of an ACL when a packet matching an ACE is found?

A. The matching ACE is skipped to allow all other ACEs to be examined.
B. The matching ACE is processed and then the last ACE is examined.
C. The matching ACE is processed and then the next ACE is examined.
D. The matching ACE is processed and the next packet is examined.

Answer: D. The matching ACE is processed and the next packet is examined.

Computer Science & Information Technology

You might also like to view...

Document Properties are searchable items.

a. true b. false

Computer Science & Information Technology

To declare an int variable number with initial value 2, you write

a. int number = 2L; b. int number = 2l; c. int number = 2; d. int number = 2.0;

Computer Science & Information Technology