<?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 Simplify PIX configuration changes? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/simplify-pix-configuration-changes/m-p/608232#M501301</link>
    <description>&lt;P&gt;I have recently had an application move from one server to another. Is it posibble to simply redefine the "names" statement to use the new IP address?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg: previous statement;&lt;/P&gt;&lt;P&gt;name 10.1.1.1 WEB_SERVER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proposed statement;&lt;/P&gt;&lt;P&gt;name 192.168.1.1 WEB_SERVER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would allow me to perform only the single config change, as the name is already associated with an object-group, and that group is associated with an existing rule.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Cheers, Kirby.&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 08:54:36 GMT</pubDate>
    <dc:creator>kirbyellis</dc:creator>
    <dc:date>2020-02-21T08:54:36Z</dc:date>
    <item>
      <title>Simplify PIX configuration changes?</title>
      <link>https://community.cisco.com/t5/network-security/simplify-pix-configuration-changes/m-p/608232#M501301</link>
      <description>&lt;P&gt;I have recently had an application move from one server to another. Is it posibble to simply redefine the "names" statement to use the new IP address?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg: previous statement;&lt;/P&gt;&lt;P&gt;name 10.1.1.1 WEB_SERVER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proposed statement;&lt;/P&gt;&lt;P&gt;name 192.168.1.1 WEB_SERVER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would allow me to perform only the single config change, as the name is already associated with an object-group, and that group is associated with an existing rule.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Cheers, Kirby.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 08:54:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/simplify-pix-configuration-changes/m-p/608232#M501301</guid>
      <dc:creator>kirbyellis</dc:creator>
      <dc:date>2020-02-21T08:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Simplify PIX configuration changes?</title>
      <link>https://community.cisco.com/t5/network-security/simplify-pix-configuration-changes/m-p/608233#M501303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi  ... that will be great but unfortunately it is not possible.  This is what would happend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.-  when you type in no name 10.1.1.1 WEB_SERVER ( as you can't have a name map to 2 IP addresses at the same time ). All you entries referencing to WEB_SERVER will show up as 10.1.1.1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.-  When you type in name 192.168.1.1 WEB_SERVER to "remap"the name ..  the old references to WEB_SERVER will remain as 10.1.1.1 and only new entries will be mapped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest you to :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.-  type in show run | inc WEB_SERVER and copy the output to notepad. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.-  Rename the map accordingly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.-  Find/Replace WEB_SERVER by 192.168.1.1 from the output on point 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.-  You can apply the new config accrodingly by copying and pasting &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5.-  Remove any reference to 10.1.1.1  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No nice  ..  but it is the only way  ...&lt;/P&gt;&lt;P&gt;&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;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>Wed, 17 May 2006 23:56:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/simplify-pix-configuration-changes/m-p/608233#M501303</guid>
      <dc:creator>Fernando_Meza</dc:creator>
      <dc:date>2006-05-17T23:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: Simplify PIX configuration changes?</title>
      <link>https://community.cisco.com/t5/network-security/simplify-pix-configuration-changes/m-p/608234#M501305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What if I first remove the mapping of &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object-group network SERVERS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no network-object host WEB_SERVER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then re-define the IP address of WEB_SERVER from:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;name 10.1.1.1 WEB_SERVER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;name 192.168.1.1 WEB_SERVER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that this is one more step than I originally intended, but I think it should still work.&lt;/P&gt;&lt;P&gt;Whadyareckon?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2006 02:16:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/simplify-pix-configuration-changes/m-p/608234#M501305</guid>
      <dc:creator>kirbyellis</dc:creator>
      <dc:date>2006-05-19T02:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Simplify PIX configuration changes?</title>
      <link>https://community.cisco.com/t5/network-security/simplify-pix-configuration-changes/m-p/608235#M501306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ..  wait  ..  are you referencing the WEB_SERVER on the access-list by using the object-group SERVERS.  Because if that is the case then yes  ..  you are correct ..  I thought your access-list was referencing your server by its host name WEB_SERVER .. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2006 03:47:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/simplify-pix-configuration-changes/m-p/608235#M501306</guid>
      <dc:creator>Fernando_Meza</dc:creator>
      <dc:date>2006-05-19T03:47:48Z</dc:date>
    </item>
  </channel>
</rss>

