08-23-2020 04:31 PM - edited 08-23-2020 04:34 PM
I am using Cisco Catalyst 3650 L3 switch and using VLAN Interface.
I have applied ACL for the VLAN interface IN direction. The ACL has some deny rules & the traffic is deny as expected.
But when I see the ACL counters, there is no increment in the hit counters. (show access-list <access list name>)
Would like to know how to see the hit counters ? Is there any other commands by which this can be seen ?
08-23-2020 05:24 PM
08-23-2020 06:00 PM
I have the below ACL. What is the difference between hardware and software control
ip access-list extended VLAN100_IN
permit icmp 10.140.60.0 0.0.3.255 10.140.60.0 0.0.0.15
deny ip 10.140.60.0 0.0.3.255 10.0.0.0 0.255.255.255
deny ip 10.140.60.0 0.0.3.255 172.16.0.0 0.15.255.255
deny ip 10.140.60.0 0.0.3.255 192.168.0.0 0.0.255.255
deny ip 10.140.60.0 0.0.3.255 host 4,4,4,4
deny ip 10.140.60.0 0.0.3.255 host 8.8.8.8
permit ip any any
interface VLAN100
ip address 10.140.60.1 255.255.252.0
ip access-group VLAN100_IN in
08-23-2020 06:31 PM
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