InterviewSolution
Saved Bookmarks
| 1. |
You are working on a router that has established privilege levels that restrict access to certain functions. You discover that you are not able to execute the command . How can you view and confirm the access lists that have been applied to the Ethernet 0 interface on your router? |
| Answer» The only command that shows which access lists have been applied to an interface is show ip interface Ethernet 0. The command show access-lists displays all configured access lists, and show ip access-lists displays all configured IP access lists, but neither command indicates whether the displayed access lists have been applied to an interface. | |