<?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 Need PIX 501 access-list change help in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/need-pix-501-access-list-change-help/m-p/2292871#M344769</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;Good to hear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do remember to mark a reply as the correct answer if it answered your question&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Aug 2013 15:10:17 GMT</pubDate>
    <dc:creator>Jouni Forss</dc:creator>
    <dc:date>2013-08-14T15:10:17Z</dc:date>
    <item>
      <title>Need PIX 501 access-list change help</title>
      <link>https://community.cisco.com/t5/network-security/need-pix-501-access-list-change-help/m-p/2292863#M344758</link>
      <description>&lt;P&gt;I need to change:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list &amp;lt;name&amp;gt; permit ip host 192.168.1.2 192.168.50.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list &amp;lt;name&amp;gt; permit ip host 192.168.1.8 192.168.50.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wondering if someone could give me the command syntax or steps to get this done, even a pointer to a webpage showing just how to do this would be great.&amp;nbsp; The manual just isn't cutting it for me for whatever reason, and nothing specifically on how to do this shows up in a google search. Never worked with a PIX before, totally different beast.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 02:25:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-pix-501-access-list-change-help/m-p/2292863#M344758</guid>
      <dc:creator>miked_187</dc:creator>
      <dc:date>2019-03-12T02:25:21Z</dc:date>
    </item>
    <item>
      <title>Need PIX 501 access-list change help</title>
      <link>https://community.cisco.com/t5/network-security/need-pix-501-access-list-change-help/m-p/2292864#M344760</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;Ok, here is what you could do&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the following commands to view on what line of the ACL the current rule is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;show access-list &lt;NAME&gt;&lt;/NAME&gt;&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;show access-list &lt;NAME&gt; | inc 192.168.1.2&lt;/NAME&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now check the line number of the old rule&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use the current line number in the below command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list &lt;NAME&gt; line &lt;RULE number=""&gt; permit ip host 192.168.1.8 192.168.50.0 255.255.255.0&lt;/RULE&gt;&lt;/NAME&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this you can simply check that the new rule is getting hits. Test the connection and use the command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;show access-list &lt;NAME&gt; | inc line &lt;RULE number=""&gt;&lt;/RULE&gt;&lt;/NAME&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can simply remove the old rule with the below command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;no access-list &lt;NAME&gt; permit ip host 192.168.1.2 192.168.50.0 255.255.255.0&lt;/NAME&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please&amp;nbsp; do remember to mark a reply as the correct answer if it answered your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Feel free to ask more if this didnt solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 09:35:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-pix-501-access-list-change-help/m-p/2292864#M344760</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-08-14T09:35:56Z</dc:date>
    </item>
    <item>
      <title>Need PIX 501 access-list change help</title>
      <link>https://community.cisco.com/t5/network-security/need-pix-501-access-list-change-help/m-p/2292865#M344762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the detailed reply Jouni, I'm off to do this now - is there a save/commit action that I need in order to make the changes stick?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 14:13:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-pix-501-access-list-change-help/m-p/2292865#M344762</guid>
      <dc:creator>miked_187</dc:creator>
      <dc:date>2013-08-14T14:13:02Z</dc:date>
    </item>
    <item>
      <title>Need PIX 501 access-list change help</title>
      <link>https://community.cisco.com/t5/network-security/need-pix-501-access-list-change-help/m-p/2292866#M344763</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;The command to save the configuration is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;write memory&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've gotten used to writing it as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;wr mem&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is your PIX firewall software level?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check that from the output of the command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;show version&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 14:26:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-pix-501-access-list-change-help/m-p/2292866#M344763</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-08-14T14:26:30Z</dc:date>
    </item>
    <item>
      <title>Need PIX 501 access-list change help</title>
      <link>https://community.cisco.com/t5/network-security/need-pix-501-access-list-change-help/m-p/2292867#M344765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;wonky stuff&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm logged into the PIX via the console cable and putty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see the $ prompt, respond with 'en' and the password, get to the # prompt.&amp;nbsp; All is well so far.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I enter:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list &lt;NAME&gt; line 1 permit ip host 192.168.1.8 192.168.50&lt;/NAME&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at that point the command I'm entering seems to slide to the L into the cursor to the point of 'permit ...' and I get a $ prompt again - I see the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pixfirewall# $ permit ip host 192.168.1.8 192.168.50.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; and I enter in the remaining&amp;nbsp; part of the command:&amp;nbsp; .0 255.255.255.0 and then hit enter.&amp;nbsp; I get back:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pixfirewall# access-list &lt;NAME&gt; line 1 permit ip host 192.168.1.8 192.168.50$&lt;/NAME&gt;&lt;/P&gt;&lt;P&gt;Type help or '?' for a list of available commands.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried changing the putty window width but no luck.&amp;nbsp; The docs say "PIX Firewall permits up to 512 characters in a command" and I'm well under that - Suggestions?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 14:39:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-pix-501-access-list-change-help/m-p/2292867#M344765</guid>
      <dc:creator>miked_187</dc:creator>
      <dc:date>2013-08-14T14:39:08Z</dc:date>
    </item>
    <item>
      <title>Need PIX 501 access-list change help</title>
      <link>https://community.cisco.com/t5/network-security/need-pix-501-access-list-change-help/m-p/2292868#M344766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cisco PIX Firewall Version 6.3(5)&lt;/P&gt;&lt;P&gt;Cisco PIX Device Manager Version 3.0(4)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Compiled on Thu 04-Aug-05 21:40 by morlee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 14:40:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-pix-501-access-list-change-help/m-p/2292868#M344766</guid>
      <dc:creator>miked_187</dc:creator>
      <dc:date>2013-08-14T14:40:23Z</dc:date>
    </item>
    <item>
      <title>Need PIX 501 access-list change help</title>
      <link>https://community.cisco.com/t5/network-security/need-pix-501-access-list-change-help/m-p/2292869#M344767</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;Wrong configuration mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to enter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;configure terminal&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or shorter with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;conf t&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then&amp;nbsp; you should be at &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;pixfirewall(config)#&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this mode you change settings&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the mode you were is mostly mean for viewing settings&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You're software level is pretty old and the device you are using is already a very old device that is not sold anymore. So your software also has some different CLI behaviour compared to the new software levels.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 14:44:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-pix-501-access-list-change-help/m-p/2292869#M344767</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-08-14T14:44:44Z</dc:date>
    </item>
    <item>
      <title>Need PIX 501 access-list change help</title>
      <link>https://community.cisco.com/t5/network-security/need-pix-501-access-list-change-help/m-p/2292870#M344768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, thats got it I think.&amp;nbsp; Popped out of configure mode and did another show access-list and things look right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much for your help, very appreciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 15:04:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-pix-501-access-list-change-help/m-p/2292870#M344768</guid>
      <dc:creator>miked_187</dc:creator>
      <dc:date>2013-08-14T15:04:29Z</dc:date>
    </item>
    <item>
      <title>Need PIX 501 access-list change help</title>
      <link>https://community.cisco.com/t5/network-security/need-pix-501-access-list-change-help/m-p/2292871#M344769</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;Good to hear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do remember to mark a reply as the correct answer if it answered your question&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 15:10:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-pix-501-access-list-change-help/m-p/2292871#M344769</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-08-14T15:10:17Z</dc:date>
    </item>
    <item>
      <title>Need PIX 501 access-list change help</title>
      <link>https://community.cisco.com/t5/network-security/need-pix-501-access-list-change-help/m-p/2292872#M344770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;done&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 17:55:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-pix-501-access-list-change-help/m-p/2292872#M344770</guid>
      <dc:creator>miked_187</dc:creator>
      <dc:date>2013-08-14T17:55:07Z</dc:date>
    </item>
  </channel>
</rss>

