<?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: Removing a static nat on Pix 515E in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/removing-a-static-nat-on-pix-515e/m-p/725956#M1005602</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 post the running config of your firewall + the output of a "sh xlate" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jul 2007 09:33:02 GMT</pubDate>
    <dc:creator>Jon Marshall</dc:creator>
    <dc:date>2007-07-05T09:33:02Z</dc:date>
    <item>
      <title>Removing a static nat on Pix 515E</title>
      <link>https://community.cisco.com/t5/network-security/removing-a-static-nat-on-pix-515e/m-p/725948#M1005580</link>
      <description>&lt;P&gt;I have a static nat table with this rule&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;( i have put in X to cover my publci ip for security reasons for this post)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 65.91.XXX.XX 192.168.211.1 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I remove just that one line without clearing the entire table? &lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 10:07:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/removing-a-static-nat-on-pix-515e/m-p/725948#M1005580</guid>
      <dc:creator>tbarberio</dc:creator>
      <dc:date>2019-03-11T10:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: Removing a static nat on Pix 515E</title>
      <link>https://community.cisco.com/t5/network-security/removing-a-static-nat-on-pix-515e/m-p/725949#M1005582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You just need to put the &lt;NO&gt; statement in front of the line !&lt;/NO&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no static (inside,outside) 65.91.XXX.XX 192.168.211.1 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usulaly after changing the NAT to clear the translation table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear xlate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But take care this will reset all connections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sincerely&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2007 22:39:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/removing-a-static-nat-on-pix-515e/m-p/725949#M1005582</guid>
      <dc:creator>Patrick Iseli</dc:creator>
      <dc:date>2007-04-30T22:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: Removing a static nat on Pix 515E</title>
      <link>https://community.cisco.com/t5/network-security/removing-a-static-nat-on-pix-515e/m-p/725950#M1005584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ..  add the no in front of the sentence no static (inside,outside) 65.91.XXX.XX 192.168.211.1 netmask 255.255.255.255 0 0  and then type in clear xlate global 65.91.XXX.XX netmask 255.255.255.255. In that way you will not affect the other connections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps   ..  please rate it if it does &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 May 2007 02:19:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/removing-a-static-nat-on-pix-515e/m-p/725950#M1005584</guid>
      <dc:creator>Fernando_Meza</dc:creator>
      <dc:date>2007-05-01T02:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: Removing a static nat on Pix 515E</title>
      <link>https://community.cisco.com/t5/network-security/removing-a-static-nat-on-pix-515e/m-p/725951#M1005586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to do the same, but it gives me some error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: % Invalid input detected at '^' marker.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have seen something in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sh xlate &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and it shows me the same &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Global XXX.XXX.XXX.XXX Local XXX.XXX.XXX.XXX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do i need to remove the this also because it is the same NAT which i want to remove. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how do i remove this as well? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear xlate? what is xlate? are these active connections? what if i say clear xlate? will it remove the xlate entries permanently? please help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 05:05:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/removing-a-static-nat-on-pix-515e/m-p/725951#M1005586</guid>
      <dc:creator>hussainkhalid</dc:creator>
      <dc:date>2007-07-05T05:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: Removing a static nat on Pix 515E</title>
      <link>https://community.cisco.com/t5/network-security/removing-a-static-nat-on-pix-515e/m-p/725952#M1005589</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;To clear an an an xlate entry use the command Fernando sent. This will remove the specific xlate entry. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Xlate is the translation table that the pix uses for NAT translations. If you say "clear xlate" you remove all the current translations which means that all existing connections through the firewall will be dropped, probably not something you want to do in a production environment &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;The xlate entries are dynamically added so if you remove it the next time the connection is made the entry will reappear. If you want to ensure that an xlate entry never returns you need to remove the corresponding nat entry from your configuration. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 05:58:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/removing-a-static-nat-on-pix-515e/m-p/725952#M1005589</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2007-07-05T05:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Removing a static nat on Pix 515E</title>
      <link>https://community.cisco.com/t5/network-security/removing-a-static-nat-on-pix-515e/m-p/725953#M1005592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no static (Inside,Outside) 62.215.215.215 62.215.215.215 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;    ^ clear global 62.215.215.215 Local 62.215.215.215&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: % Invalid input detected at '^' marker.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I GET THIS ERROR MESSAGE! PLEASE HELP ON THIS!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 06:31:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/removing-a-static-nat-on-pix-515e/m-p/725953#M1005592</guid>
      <dc:creator>hussainkhalid</dc:creator>
      <dc:date>2007-07-05T06:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Removing a static nat on Pix 515E</title>
      <link>https://community.cisco.com/t5/network-security/removing-a-static-nat-on-pix-515e/m-p/725954#M1005595</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;Instead of typing this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear global 62.215.215.215 Local 62.215.215.215&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear xlate global 62.215.215.215&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BUT before you do this type &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"sh xlate" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the entry for 62.215.215.215 is not in the xlate table you don't need to clear it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 06:35:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/removing-a-static-nat-on-pix-515e/m-p/725954#M1005595</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2007-07-05T06:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Removing a static nat on Pix 515E</title>
      <link>https://community.cisco.com/t5/network-security/removing-a-static-nat-on-pix-515e/m-p/725955#M1005599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;didnt work, doesnt give any error but when i say &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sh xlate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the entry is still there!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do i need to remove NAT before that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 09:24:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/removing-a-static-nat-on-pix-515e/m-p/725955#M1005599</guid>
      <dc:creator>hussainkhalid</dc:creator>
      <dc:date>2007-07-05T09:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: Removing a static nat on Pix 515E</title>
      <link>https://community.cisco.com/t5/network-security/removing-a-static-nat-on-pix-515e/m-p/725956#M1005602</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 post the running config of your firewall + the output of a "sh xlate" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 09:33:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/removing-a-static-nat-on-pix-515e/m-p/725956#M1005602</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2007-07-05T09:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: Removing a static nat on Pix 515E</title>
      <link>https://community.cisco.com/t5/network-security/removing-a-static-nat-on-pix-515e/m-p/725957#M1005604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry, cannot! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 10:09:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/removing-a-static-nat-on-pix-515e/m-p/725957#M1005604</guid>
      <dc:creator>hussainkhalid</dc:creator>
      <dc:date>2007-07-05T10:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Removing a static nat on Pix 515E</title>
      <link>https://community.cisco.com/t5/network-security/removing-a-static-nat-on-pix-515e/m-p/725958#M1005605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i tried to delete the static nat and xlate...doesnt work!  xlate doesnt give any error but still shows in the list...and static nat gives error on that command...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: % Invalid input detected at '^' marker.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2007 11:13:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/removing-a-static-nat-on-pix-515e/m-p/725958#M1005605</guid>
      <dc:creator>hussainkhalid</dc:creator>
      <dc:date>2007-07-09T11:13:28Z</dc:date>
    </item>
  </channel>
</rss>

