<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: access-list hitcount in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/access-list-hitcount/m-p/882467#M957643</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In order to add remarks to a rule, you must make to lines. First line is the remark and second line is the rule, like this:&lt;/P&gt;&lt;P&gt;access-list acl_inbound line 3 remark *Following line allows me to ping server1*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list acl_inbound line 4 permit icmp host mypc host server1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Feb 2008 15:44:30 GMT</pubDate>
    <dc:creator>keith.skinner</dc:creator>
    <dc:date>2008-02-01T15:44:30Z</dc:date>
    <item>
      <title>access-list hitcount</title>
      <link>https://community.cisco.com/t5/network-security/access-list-hitcount/m-p/882460#M957636</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to see the hitcount on access-list&lt;/P&gt;&lt;P&gt;that has a remark statement&lt;/P&gt;&lt;P&gt;access-list edn_acl line 20 remark RA_ACL extended permit ip 172.28.37.0 255.255.255.0 172.28.64.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this access-list working fine. but i cant see the hitcount as i can see on another acl &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list edn_acl line 28 extended permit ip host 172.31.205.110 any (hitcnt=5) 0x7807eff6 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is easy to troubleshoot. but now i cant see the hitcount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly tell me how to see the hitcount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;waiting for reply.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 11:43:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list-hitcount/m-p/882460#M957636</guid>
      <dc:creator>wasiimcisco</dc:creator>
      <dc:date>2019-03-11T11:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: access-list hitcount</title>
      <link>https://community.cisco.com/t5/network-security/access-list-hitcount/m-p/882461#M957637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Once you add the "remark" keyword, that acl is nothing more than a comment. Therefore it will never be hit and you won't see a hitcount.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 15:44:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list-hitcount/m-p/882461#M957637</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2008-01-04T15:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: access-list hitcount</title>
      <link>https://community.cisco.com/t5/network-security/access-list-hitcount/m-p/882462#M957638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As the line is an remark the pix won't do anything with it. It's not an active access-list enty so it can't get hitcount. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;only way to get hitcount it to remove the remark statement thus making the acl line active.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 15:46:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list-hitcount/m-p/882462#M957638</guid>
      <dc:creator>r.sneekes</dc:creator>
      <dc:date>2008-01-04T15:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: access-list hitcount</title>
      <link>https://community.cisco.com/t5/network-security/access-list-hitcount/m-p/882463#M957639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u mean to say this acl is not working. and it is useless/unfunction. very strange. Kindly tell me shall i remove the "remark" so that it can start working. If "remark" make the acl useless and unfunction then why cisco give us this option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 15:50:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list-hitcount/m-p/882463#M957639</guid>
      <dc:creator>wasiimcisco</dc:creator>
      <dc:date>2008-01-04T15:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: access-list hitcount</title>
      <link>https://community.cisco.com/t5/network-security/access-list-hitcount/m-p/882464#M957640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you can remove the remark or add the same statement without the remark below it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The option is there so you can do something like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list edn_acl remark The following line is for something I may not remember so I want to comment it&lt;/P&gt;&lt;P&gt;access-list edn_acl remark RA_ACL extended permit ip 172.28.37.0 255.255.255.0 172.28.64.0 255.255.255.0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 15:55:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list-hitcount/m-p/882464#M957640</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2008-01-04T15:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: access-list hitcount</title>
      <link>https://community.cisco.com/t5/network-security/access-list-hitcount/m-p/882465#M957641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i have so many acl on my firewall and it is difficult for me to remember all acl and their ip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But by adding remark on these acl it make these acl UNFUNCTION. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i want to make them functining i have to remove the remark.(am i right ??????)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 16:07:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list-hitcount/m-p/882465#M957641</guid>
      <dc:creator>wasiimcisco</dc:creator>
      <dc:date>2008-01-04T16:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: access-list hitcount</title>
      <link>https://community.cisco.com/t5/network-security/access-list-hitcount/m-p/882466#M957642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 16:16:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list-hitcount/m-p/882466#M957642</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2008-01-04T16:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: access-list hitcount</title>
      <link>https://community.cisco.com/t5/network-security/access-list-hitcount/m-p/882467#M957643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In order to add remarks to a rule, you must make to lines. First line is the remark and second line is the rule, like this:&lt;/P&gt;&lt;P&gt;access-list acl_inbound line 3 remark *Following line allows me to ping server1*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list acl_inbound line 4 permit icmp host mypc host server1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 15:44:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list-hitcount/m-p/882467#M957643</guid>
      <dc:creator>keith.skinner</dc:creator>
      <dc:date>2008-02-01T15:44:30Z</dc:date>
    </item>
  </channel>
</rss>

