<?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 ASA 5550 ACl's in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-5550-acl-s/m-p/1275329#M777639</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am carrying out some cleanup tasks on our 5550 firewall; and am using the syntax below in conf t to remove old access-lists (the majority are access lists left from captures etc) :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;host# sh access-list CAP1&lt;BR /&gt;access-list SL-CAP; 0 elements&lt;BR /&gt;host# conf t&lt;BR /&gt;host(config)# clear configure access-list CAP1&lt;BR /&gt;host(config)# wr&lt;BR /&gt;Building configuration...&lt;BR /&gt;[OK]&lt;BR /&gt;host(config)# end&lt;BR /&gt;host# sh access-list CAP1&lt;BR /&gt;access-list CAP1; 0 elements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All other access lists apart from this and one other have removed as expected - I have checked to see if the captures are still running, but they have been removed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advice that you could be provide would be greatly appreciated, thankyou in advance!&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 16:43:10 GMT</pubDate>
    <dc:creator>Dale Sanderson</dc:creator>
    <dc:date>2019-03-11T16:43:10Z</dc:date>
    <item>
      <title>ASA 5550 ACl's</title>
      <link>https://community.cisco.com/t5/network-security/asa-5550-acl-s/m-p/1275329#M777639</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am carrying out some cleanup tasks on our 5550 firewall; and am using the syntax below in conf t to remove old access-lists (the majority are access lists left from captures etc) :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;host# sh access-list CAP1&lt;BR /&gt;access-list SL-CAP; 0 elements&lt;BR /&gt;host# conf t&lt;BR /&gt;host(config)# clear configure access-list CAP1&lt;BR /&gt;host(config)# wr&lt;BR /&gt;Building configuration...&lt;BR /&gt;[OK]&lt;BR /&gt;host(config)# end&lt;BR /&gt;host# sh access-list CAP1&lt;BR /&gt;access-list CAP1; 0 elements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All other access lists apart from this and one other have removed as expected - I have checked to see if the captures are still running, but they have been removed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advice that you could be provide would be greatly appreciated, thankyou in advance!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 16:43:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5550-acl-s/m-p/1275329#M777639</guid>
      <dc:creator>Dale Sanderson</dc:creator>
      <dc:date>2019-03-11T16:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5550 ACl's</title>
      <link>https://community.cisco.com/t5/network-security/asa-5550-acl-s/m-p/1275330#M777705</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;can you get the output of the following?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;show run | i CAP1&lt;/P&gt;&lt;P&gt;show run | i SL-CAP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2009 00:37:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5550-acl-s/m-p/1275330#M777705</guid>
      <dc:creator>Tanveer Deewan</dc:creator>
      <dc:date>2009-11-27T00:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5550 ACl's</title>
      <link>https://community.cisco.com/t5/network-security/asa-5550-acl-s/m-p/1275331#M777739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Forgive my mistake - there is only one access list I am in reference to -&amp;nbsp; that was my mistake on failing to sanatise the output properly &lt;SPAN __jive_emoticon_name="silly" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/silly.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In full :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;host# sh access-list SL-CAP&lt;BR /&gt;access-list SL-CAP; 0 elements&lt;BR /&gt;host# conf t&lt;BR /&gt;host(config)# clear configure access-list SL-CAP&lt;BR /&gt;host(config)# wr&lt;BR /&gt;Building configuration...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[OK]&lt;BR /&gt;host(config)# end&lt;BR /&gt;host# sh run | inc SL-CAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#no output#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;host# sh access-list SL-CAP&lt;BR /&gt;access-list SL-CAP; 0 elements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2009 09:14:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5550-acl-s/m-p/1275331#M777739</guid>
      <dc:creator>Dale Sanderson</dc:creator>
      <dc:date>2009-11-27T09:14:07Z</dc:date>
    </item>
  </channel>
</rss>

