<?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: Pix Firewall commands.... Present and Future.... in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-firewall-commands-present-and-future/m-p/4086#M701780</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      I have not had a single problem although I only have a few servers behind the PIX and none of those annoying "USERS" &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Jun 2001 13:53:10 GMT</pubDate>
    <dc:creator>rstaaf</dc:creator>
    <dc:date>2001-06-01T13:53:10Z</dc:date>
    <item>
      <title>Pix Firewall commands.... Present and Future....</title>
      <link>https://community.cisco.com/t5/network-security/pix-firewall-commands-present-and-future/m-p/4071#M701765</link>
      <description>&lt;P&gt;I have heard that the "conduit" statement will not be in future versions of the PIX IOS.  I also heard that it would be replaced by the access list command set.  Does anyone know this for certain or have I just heard gossip?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not all that good with access lists.  Can anyone give me a good basic run down of the difference between the two sets of statements?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance in the current PIX command set I would use:&lt;/P&gt;&lt;P&gt;Conduit Permit icmp any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would I achieve this with an access list?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Eli&lt;/P&gt;</description>
      <pubDate>Sat, 22 Feb 2020 07:13:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-firewall-commands-present-and-future/m-p/4071#M701765</guid>
      <dc:creator>eherron</dc:creator>
      <dc:date>2020-02-22T07:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: Pix Firewall commands.... Present and Future....</title>
      <link>https://community.cisco.com/t5/network-security/pix-firewall-commands-present-and-future/m-p/4072#M701766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well I heard that too, more authentic caz i heard that from couple of cisco engineers. Access-list is basically replac'n conduits caz of router guyz being more comfortable with access-lists. Well I have acccess-list on mu pix two...since conduits and access-list dont seem to work in combination it is recommended to use either. &lt;/P&gt;&lt;P&gt;for command&lt;/P&gt;&lt;P&gt;conduit permit icmp any any&lt;/P&gt;&lt;P&gt;the access-list command will be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list acl_out permit icmp any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With access-list u have to bind a accces-group into a interface like outside in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group acl_out in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2001 21:52:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-firewall-commands-present-and-future/m-p/4072#M701766</guid>
      <dc:creator>shabib.syed</dc:creator>
      <dc:date>2001-03-12T21:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Pix Firewall commands.... Present and Future....</title>
      <link>https://community.cisco.com/t5/network-security/pix-firewall-commands-present-and-future/m-p/4073#M701767</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;I also guess that conduit command is not going to be included in newer vesrions, there is as such no difference between access-list and conduit command. only thing is access-list got more prirority that conduit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason for not including could be that pix and IOS can have more similirality.. that's what i guess.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-sanjeev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2001 10:07:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-firewall-commands-present-and-future/m-p/4073#M701767</guid>
      <dc:creator>ssanjeev</dc:creator>
      <dc:date>2001-03-14T10:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: Pix Firewall commands.... Present and Future....</title>
      <link>https://community.cisco.com/t5/network-security/pix-firewall-commands-present-and-future/m-p/4074#M701768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've heard the same and it might even appear in some documentation. I've actually done an upgrade from version 4.4 to 5.1 and converted all of my conduits to access list. Not a very hard task, just remember to create the access-groups.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2001 19:56:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-firewall-commands-present-and-future/m-p/4074#M701768</guid>
      <dc:creator>kharris</dc:creator>
      <dc:date>2001-03-14T19:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Pix Firewall commands.... Present and Future....</title>
      <link>https://community.cisco.com/t5/network-security/pix-firewall-commands-present-and-future/m-p/4075#M701769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the PIX configuration guide for verision 5.3 there is a note recommending using access lists "to maintain future compatibility". Page 2-23.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2001 18:46:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-firewall-commands-present-and-future/m-p/4075#M701769</guid>
      <dc:creator>mmihalas</dc:creator>
      <dc:date>2001-03-15T18:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Pix Firewall commands.... Present and Future....</title>
      <link>https://community.cisco.com/t5/network-security/pix-firewall-commands-present-and-future/m-p/4076#M701770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe that's true also.  Recently tried to enter aaa accounting (ver 5.2) command and it wouldn't let me.  A call to TAC found a 'hybrid configuration' for which the fix is to change outbound list to an access list.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2001 20:11:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-firewall-commands-present-and-future/m-p/4076#M701770</guid>
      <dc:creator>cdean</dc:creator>
      <dc:date>2001-03-15T20:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Pix Firewall commands.... Present and Future....</title>
      <link>https://community.cisco.com/t5/network-security/pix-firewall-commands-present-and-future/m-p/4077#M701771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, as far as I know the conduit command is a legacy command and should be replaced by access lists. Access lists, are much more powerfull. Conduit statements reflect all inbound communications on all lower level security interfaces. Example security100 (outside or dmz) to security0 (inside). This also means that the same conduit statement also applies for security50 to security0 interface.&lt;/P&gt;&lt;P&gt;Access lists are bound to interfaces, ip addresses and ports so they give you much more flexibility.&lt;/P&gt;&lt;P&gt;It's easier to have different accesses from different interfaces to the security0 interface with access lists, then it would be with conduits, because they reflect higher level interfaces to lower level interfaces security.&lt;/P&gt;&lt;P&gt;Hope this help you&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:patrick.vandenbulcke@offon.com"&gt;patrick.vandenbulcke@offon.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2001 13:59:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-firewall-commands-present-and-future/m-p/4077#M701771</guid>
      <dc:creator>patrickv</dc:creator>
      <dc:date>2001-03-16T13:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: Pix Firewall commands.... Present and Future....</title>
      <link>https://community.cisco.com/t5/network-security/pix-firewall-commands-present-and-future/m-p/4078#M701772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If true, this development (new to me) seems somewhat troubling if conduit capability is removed entirely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   1) If handled like a router, access lists would would appear to increase the burden on the processor because each list item would have to be examined until a match/no-match was found.  Bad if lists are long.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   2) Unless some tool is provided, admin would be grim if one wanted to control the order of list items to move higher activity items to the top of the list.  (E.g., on router, remove all and replace).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My hope would be that they just leave both capabilites as they are now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2001 20:01:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-firewall-commands-present-and-future/m-p/4078#M701772</guid>
      <dc:creator>cyee</dc:creator>
      <dc:date>2001-03-16T20:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Pix Firewall commands.... Present and Future....</title>
      <link>https://community.cisco.com/t5/network-security/pix-firewall-commands-present-and-future/m-p/4079#M701773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As with some others of you, I have just finished migrating to 5.3 on my PIXs. The manual seems to be pretty clear that the access-list/group commands are replacing the conduit method, so I went ahead and changed all my conduits also. In the process, however, as one of you mentioned, I found out you can have either conduits or access lists, but not both. I had intended to gradually replace my conduits, only to find that when I put my first access list in place the rest of the conduits stopped working. Oh, well, the price of progress, right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2001 21:33:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-firewall-commands-present-and-future/m-p/4079#M701773</guid>
      <dc:creator>mitchell.steve</dc:creator>
      <dc:date>2001-03-16T21:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Pix Firewall commands.... Present and Future....</title>
      <link>https://community.cisco.com/t5/network-security/pix-firewall-commands-present-and-future/m-p/4080#M701774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have read on Cisco PIX documentation that the conduit statements are legacy commands and will eventually fade out but I haven't heard of them not being functional on the new software versions of the PIX.  I can tell you this though, the conduit statements are backwards from the access-list statements. i.e. conduit permit icmp &lt;DEST&gt; &lt;SOURCE&gt;&lt;/SOURCE&gt;&lt;/DEST&gt;&lt;/P&gt;&lt;P&gt;access-list &lt;ACL name=""&gt; permit icmp &lt;SOURCE&gt; &lt;DEST&gt;&lt;/DEST&gt;&lt;/SOURCE&gt;&lt;/ACL&gt;&lt;/P&gt;&lt;P&gt;and you also have to apply the access-list statements to an interface whereas the conduit statements you do not.  Also, the access-list statements take precedence over conduit statements.  So if you mix the two, the access-lists will filter traffic before the conduits will.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brody&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2001 18:18:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-firewall-commands-present-and-future/m-p/4080#M701774</guid>
      <dc:creator>brody</dc:creator>
      <dc:date>2001-05-30T18:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: Pix Firewall commands.... Present and Future....</title>
      <link>https://community.cisco.com/t5/network-security/pix-firewall-commands-present-and-future/m-p/4081#M701775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can tell you that conduits still work in release 6.0.  From talking with several engineers they say there is no hurry but, yes conduit is a legacy command and will be replaced with access lists and groups.  It is not so much that routers guys are more familiar with access lists and groups but that Cisco wants to standardize the command set as much as possible.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2001 18:44:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-firewall-commands-present-and-future/m-p/4081#M701775</guid>
      <dc:creator>rstaaf</dc:creator>
      <dc:date>2001-05-30T18:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: Pix Firewall commands.... Present and Future....</title>
      <link>https://community.cisco.com/t5/network-security/pix-firewall-commands-present-and-future/m-p/4082#M701776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Access lists have replaced conduits.  Just as copy run start has replaced write mem.  How many software versions have been released since copy run start was introduced and write mem is still with us?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't expect to see the conduit command killed anytime soon...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2001 09:55:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-firewall-commands-present-and-future/m-p/4082#M701776</guid>
      <dc:creator>tcrellin</dc:creator>
      <dc:date>2001-05-31T09:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: Pix Firewall commands.... Present and Future....</title>
      <link>https://community.cisco.com/t5/network-security/pix-firewall-commands-present-and-future/m-p/4083#M701777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bob,&lt;/P&gt;&lt;P&gt;Since you are using release 6.0, can you answer me something?&lt;/P&gt;&lt;P&gt;I just recently did a PIX install (5.3(1)) to protect a Windows 2000 network with an Exchange 2000 server in the DMZ.  Since all of the server requirements are pretty new, documentation on which ports to open up from the DMZ server to the Windows 2000 servers on the inside was very lacking.  As I was using Access-lists troubleshooting was hindered by the fact that denied packets logged to syslog don't show what port the packet was destined to.  So when testing connectivity and communications failed.  All I'd get was a log entry that only showed source and destination IP denied by Access-list.  Completely useless for telling what port I'm missing in my configuration.  During one go round, I used a sniffer to find the ports (cumbersome and time consuming to set up), it worked out some issues but took a long time to sift through all the captured packets looking for needle in the haystack.  The next go round on a new issue I tried debug ip packets on the PIX, this gave me the ports, but in Hex, so I had to translate them before I could determine if they were a new port or one I've already seen and opened.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally I reverted back to conduits and was able to easily get the destination ports for every blocked packet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for such a long explanation, the simple question is, has Cisco resolved this in 6.x so that when packets are blocked by an access-list the src and dst ports are included in the syslog?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone else has an answer feel free to reply as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2001 14:50:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-firewall-commands-present-and-future/m-p/4083#M701777</guid>
      <dc:creator>thomas.waddell</dc:creator>
      <dc:date>2001-05-31T14:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Pix Firewall commands.... Present and Future....</title>
      <link>https://community.cisco.com/t5/network-security/pix-firewall-commands-present-and-future/m-p/4084#M701778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thomas,&lt;/P&gt;&lt;P&gt;     I haven't converted to access lists and groups yet so I couldn't tell you if it is any different than 5.31.  The PDM alone is worth the upgrade in my opinion.  If you are already on 5.31 I don't see any reason not to just make the move to 6.0.&lt;/P&gt;&lt;P&gt;Bob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2001 14:57:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-firewall-commands-present-and-future/m-p/4084#M701778</guid>
      <dc:creator>rstaaf</dc:creator>
      <dc:date>2001-05-31T14:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: Pix Firewall commands.... Present and Future....</title>
      <link>https://community.cisco.com/t5/network-security/pix-firewall-commands-present-and-future/m-p/4085#M701779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Bob,&lt;/P&gt;&lt;P&gt;I've been contemplating the move to version 6, but I stalled after reading all the open Caveats.  Seemed to be quite a few after such a short time in production.  Have you had any issues at all?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Thomas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2001 13:40:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-firewall-commands-present-and-future/m-p/4085#M701779</guid>
      <dc:creator>thomas.waddell</dc:creator>
      <dc:date>2001-06-01T13:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: Pix Firewall commands.... Present and Future....</title>
      <link>https://community.cisco.com/t5/network-security/pix-firewall-commands-present-and-future/m-p/4086#M701780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      I have not had a single problem although I only have a few servers behind the PIX and none of those annoying "USERS" &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2001 13:53:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-firewall-commands-present-and-future/m-p/4086#M701780</guid>
      <dc:creator>rstaaf</dc:creator>
      <dc:date>2001-06-01T13:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Pix Firewall commands.... Present and Future....</title>
      <link>https://community.cisco.com/t5/network-security/pix-firewall-commands-present-and-future/m-p/4087#M701781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When using PDM (in Pix 6.0) GUI configuration, the new rules written to PIX is in ACL format. That shd help. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2001 15:48:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-firewall-commands-present-and-future/m-p/4087#M701781</guid>
      <dc:creator>robin</dc:creator>
      <dc:date>2001-06-05T15:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: Pix Firewall commands.... Present and Future....</title>
      <link>https://community.cisco.com/t5/network-security/pix-firewall-commands-present-and-future/m-p/4088#M701782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also have the same problem.  I switched to ACLs and now all the useful informatin is gone from the syslog.  I just get "src ip  dest_ip protocol (17,6) denied by access-group".  It was VERY useful seeing the port numbers involved...  I have version 5.1.2 on a PIX 520 (waiting for next fiscal year to get the 16MB card so I can upgrade).  I'd appreciate it if any of you with a higher rev. could let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2001 14:13:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-firewall-commands-present-and-future/m-p/4088#M701782</guid>
      <dc:creator>nagle</dc:creator>
      <dc:date>2001-06-13T14:13:46Z</dc:date>
    </item>
  </channel>
</rss>

