10-06-2017 11:12 PM - edited 03-05-2019 09:15 AM
Hi
I have a router where the same ACL is applied across several interfaces.
I would like to know the ACL counts/matches for each individual interface. Is this possible?
I don't believe it is but would appreciate your views.
Look forward to hearing from you,
Phil
10-07-2017 01:15 AM
Hi Phil,
Have you tried the following command for each interface?
show ip access-list interface fa0/0 in ( if the interface is fastethernet 0/0 and direction is IN)
Here is sample output:
Router# show ip access-list interface FastEthernet 0/1 in
Extended IP access list 150 in
10 permit ip host 10.1.1.1 any (3 matches)
30 permit ip host 10.2.2.2 any (12 matches)
HTH,
Meheretab
10-07-2017 05:56 AM - edited 10-07-2017 06:01 AM
Hi Phil,
This link could be useful, usually the ACLs show the matches for all interfaces if you execute show access-list....
http://www.techrepublic.com/blog/data-center/how-to-view-cisco-ios-acl-statistics/
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide