<?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: clear pix acl counters in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/clear-pix-acl-counters/m-p/130892#M601277</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello, &lt;/P&gt;&lt;P&gt;i have pix 6.2.2 and &lt;/P&gt;&lt;P&gt;clear access-list x counters &lt;/P&gt;&lt;P&gt;does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Aug 2003 12:49:13 GMT</pubDate>
    <dc:creator>ozgurg</dc:creator>
    <dc:date>2003-08-07T12:49:13Z</dc:date>
    <item>
      <title>clear pix acl counters</title>
      <link>https://community.cisco.com/t5/network-security/clear-pix-acl-counters/m-p/130890#M601275</link>
      <description>&lt;P&gt;does anybody know how to clear pix acl counters?&lt;/P&gt;&lt;P&gt;clear access-list counters does not work for pix.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 06:55:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/clear-pix-acl-counters/m-p/130890#M601275</guid>
      <dc:creator>ozgurg</dc:creator>
      <dc:date>2020-02-21T06:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: clear pix acl counters</title>
      <link>https://community.cisco.com/t5/network-security/clear-pix-acl-counters/m-p/130891#M601276</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;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear access-list "access-list name" counters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps --&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2003 12:40:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/clear-pix-acl-counters/m-p/130891#M601276</guid>
      <dc:creator>jmia</dc:creator>
      <dc:date>2003-08-07T12:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: clear pix acl counters</title>
      <link>https://community.cisco.com/t5/network-security/clear-pix-acl-counters/m-p/130892#M601277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello, &lt;/P&gt;&lt;P&gt;i have pix 6.2.2 and &lt;/P&gt;&lt;P&gt;clear access-list x counters &lt;/P&gt;&lt;P&gt;does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2003 12:49:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/clear-pix-acl-counters/m-p/130892#M601277</guid>
      <dc:creator>ozgurg</dc:creator>
      <dc:date>2003-08-07T12:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: clear pix acl counters</title>
      <link>https://community.cisco.com/t5/network-security/clear-pix-acl-counters/m-p/130893#M601278</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;Now that's strange as I actually tried on a Lab pix running IOS 6.2.2 with cmd 'clear access-list 'acl-name' counters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway you could remove the acl's from the pix onto a text-editor, and issue a 'no access-list &lt;INTERFACE_NAME&gt;' as the first line of your acl on the text-editor and then in config mode paste back onto the pix, do a 'write memory' and do 'clear xlate' and this should clear ALL hit counters for the acl in question.&lt;/INTERFACE_NAME&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best to use 'hyperterminal' to do the above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks --&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2003 13:07:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/clear-pix-acl-counters/m-p/130893#M601278</guid>
      <dc:creator>jmia</dc:creator>
      <dc:date>2003-08-07T13:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: clear pix acl counters</title>
      <link>https://community.cisco.com/t5/network-security/clear-pix-acl-counters/m-p/130894#M601279</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;Sorry forgot to say on my other post - don't forget the access-group cmd, i.e. if you remove the inside acls then remove also the access-group cmd for the inside interface as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks --&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2003 13:14:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/clear-pix-acl-counters/m-p/130894#M601279</guid>
      <dc:creator>jmia</dc:creator>
      <dc:date>2003-08-07T13:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: clear pix acl counters</title>
      <link>https://community.cisco.com/t5/network-security/clear-pix-acl-counters/m-p/130895#M601280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;config t&lt;/P&gt;&lt;P&gt;clear access-list acl-id-here counters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to do the command in configuration mode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Aug 2003 17:10:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/clear-pix-acl-counters/m-p/130895#M601280</guid>
      <dc:creator>kcook</dc:creator>
      <dc:date>2003-08-15T17:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: clear pix acl counters</title>
      <link>https://community.cisco.com/t5/network-security/clear-pix-acl-counters/m-p/130896#M601281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That advice will kill his traffic.  &lt;/P&gt;&lt;P&gt;Also "no access-list &lt;INTERFACE_NAME&gt;" isn't a command.&lt;/INTERFACE_NAME&gt;&lt;/P&gt;&lt;P&gt;I think you meant "no access-list &lt;ACL_ID&gt;", but anyway putting that at the top of a set of access-list commands with the same id, then pasting it all in, is not a good idea.  I've seen the pix lose the next few access-list commands while it processes the "no access-list".  Then your access-list is different than you intended.&lt;/ACL_ID&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to replace the ACL, enter the new one then change the access-group command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clearing the ACL counters needs to be done in config mode.  &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Aug 2003 17:40:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/clear-pix-acl-counters/m-p/130896#M601281</guid>
      <dc:creator>kcook</dc:creator>
      <dc:date>2003-08-15T17:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: clear pix acl counters</title>
      <link>https://community.cisco.com/t5/network-security/clear-pix-acl-counters/m-p/130897#M601282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a question to for 'kcook', can you tell me why 'no access-list &lt;INTERFACE_NAME&gt; is not a command? and also, why it will 'kill' as you say?? I'm confused.. you must know something that I don't !! Please feel free to explain...&lt;/INTERFACE_NAME&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks - Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Aug 2003 19:32:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/clear-pix-acl-counters/m-p/130897#M601282</guid>
      <dc:creator>jmia</dc:creator>
      <dc:date>2003-08-15T19:32:20Z</dc:date>
    </item>
  </channel>
</rss>

