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.
You might also like to view...
How do you activate the Lock Drawing Mode feature in PowerPoint 2013?
A) Click the Lock Drawing Mode button on the Insert tab. B) Right-click the shape you want and select Lock Drawing Mode. C) Right-click the Shapes button and select Lock Drawing Mode. D) Click the Lock Drawing Mode option below the Shape gallery.
Answer the following statements true (T) or false (F)
1) Virtual functions allow old code to call new code. 2) Virtual functions are implemented with a table look up that is done at run time. 3) Late binding refers to a failure to secure one’s ski boots. 4) In a class, functions declared with the virtual keyword need not be defined. 5) The virtual function mechanism binds the “right” function to objects.