What command can I use to show that the access control list (<a href="http://searchsoftwarequality.techtarget.com/sDefinition/0,,sid92_gci213757,00.html" target="_blank">ACL</a>) is working?
Software/Hardware used:
ASKED:
November 7, 2008 9:45 PM
UPDATED:
August 11, 2009 12:47 AM
you have collected full of information about how to see ACLs in routers as well as switches.
After putting teh command Sh Access-lists.
If matches are generating in your access-list, it means your access-list is working absolutely fine in the network.
you can check it out in your live network. Please be careful, if you are going to delete access-list in your running network.
Suppose if you want to delect any access-list, so pleas never use no access-list 102 command.
If you will do the same, your entire access-list 102 will delete. So please be cautious & use the command :
Router(config)#ip access-list extended 102
Router(config-list)#no 10 permit tcp host 10.0.0.1 any eq telnet log
Router(config-list)#exit
Then only that sequence no. access-list will go to erase & other will be remain as it was.
For any further query & doubt. Please write me on my email ID : bhupendra_singh007@yahoo.co.in
Thanks & Regards,
Bhupendra Singh