Unlike standard ACLs, the extended IP ACL requires the keyword ________ before an IP address to configure matching

A) host
B) ip
C) port
D) ipv4

A
Explanation: A) Extended IP ACLs require the use of the host keyword to identify an IP address for use in matching.

Computer Science & Information Technology

You might also like to view...

Which Android Studio option allows a developer to save time by automatically removing any unused imported classes?

a. Fix imports b. Quick includes c. Run optimizations d. Optimize imports

Computer Science & Information Technology

Write the same code using the designed loop structure. You are not writing complete programs!

Write a for loop and a do while loop that writes the numbers 13 to 24. The list of numbers should be on one line in the output window, separated by a comma, like this: 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24

Computer Science & Information Technology