Which IOS command(s) will show the matches (or hits) for each ACL?

A) show ip interface
B) show acl match
C) show acl
D) show ip acl
E) show ip access-lists
F) show access-lists
G) show access-lists match
H) show access-lists detail


E, F
Explanation: E) The commands show ip access-lists and show access-lists are correct; both commands will show matches made by an IPv4 ACL.
F) The commands show ip access-lists and show access-lists are correct; both commands will show matches made by an IPv4 ACL.

Computer Science & Information Technology

You might also like to view...

Given the following function:

```Function AddIt(X) As Float Set AddIt = X + 15/2 End Function``` What is displayed when the following statement in the main program is executed? ```Write AddIt(4)``` a. 9.5 b. 9 c. 11.5 d. 11

Computer Science & Information Technology

There is no difference between batch processing an action and using the Image Processor dialog box.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The Undo button will permit a user to undo up to 100 changes

Indicate whether the statement is true or false

Computer Science & Information Technology

For the style rule set, a:hover {font-weight: bold; color: #009900; text-decoration: underline;}

a. What is the technical name for the :hover element? b. Name two similar elements c. What role does the color declaration play in the above rule set? d. What general color is specified in the color declaration?

Computer Science & Information Technology