05-09-2023 06:02 PM - edited 05-09-2023 07:53 PM
Hello,
The ASDM GUI doesn't show incremented hit (counter) values. I have a permit and deny firewall rule with logging enabled for notifications. The command line syntax shows the counter values, so I know they're accumulating. I'm running a Cisco ASA 5506 with the latest ASA, 9.16(4)19, and ASDM, 7.19(1)94, code loaded. Here's output from the cli showing counter values:
firewall# show access-list outside_access_in_1
access-list outside_access_in_1; 3 elements; name hash: 0x202ecf4e
access-list outside_access_in_1 line 1 remark Required for HTTPS access to DMZ webserver
access-list outside_access_in_1 line 2 extended permit tcp any object https_server eq https log notifications interval 300 inactive (hitcnt=0) (inactive) 0x3b75655e
access-list outside_access_in_1 line 2 extended permit tcp any host 172.16.0.2 eq https log notifications interval 300 inactive (hitcnt=0) (inactive) 0x3b75655e
access-list outside_access_in_1 line 3 remark Required for HTTP access to DMZ webserver
access-list outside_access_in_1 line 4 extended permit tcp any object http_server eq www log notifications interval 300 (hitcnt=278) 0x3b75655e
access-list outside_access_in_1 line 4 extended permit tcp any host 172.16.0.2 eq www log notifications interval 300 (hitcnt=278) 0x3b75655e
access-list outside_access_in_1 line 5 extended deny ip any any log notifications interval 300 (hitcnt=128) 0x3b75655e
firewall#
How do I get the hits (counters) to show up in the ASDM GUI?
Thanks in advance!
Rob