What router command allows you to determine whether an IP access list is enabled on a particular interface?

What router command allows you to determine whether an IP access list is enabled on a particular interface? Correct Answer show ip interface

Of the available choices only the show ip interface command will tell you which interfaces have access lists applied. show access - lists will not show you which interfaces have an access list applied. 

Related Questions

You configure the following access list:
access-list 110 deny tcp 10.1.1.128 0.0.0.63 any eq smtpaccess-list 110 deny tcp any eq 23int ethernet 0ip access-group 110 out
What will the result of this access list be?