Hi,
I need some explanation or clarification on the difference of number of hit counts between interface filter and VPN filter.
I have a firewall, ASA 5520, configured for site-to-site VPN with client. The tunnel is up and running but I noticed that the hit count of interface filter and VPN filter are different as below
access-list VPN_filter line 1 extended permit ip host 100.10.48.2 host 70.35.1.1 (hitcnt=896)
access-list Inside line 54 extended permit ip host 100.10.48.2 host 70.35.1.1 (hitcnt=25083)
Any idea of why it is not matched?