<?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: Impact of changing the IP Address on the server in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/impact-of-changing-the-ip-address-on-the-server/m-p/2408707#M309067</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would seem to me that the old/current IP address is of a server that uses SNMP to get information from the ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would have to make a new one for the new server IP address provided that this SNMP is still a relevant configuration?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you dont know the &lt;STRONG&gt;"community"&lt;/STRONG&gt; string and since its masked with the &lt;STRONG&gt;*&lt;/STRONG&gt; marks then you can use this command to view it in clear text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;more system:running-config | inc snmp-server host&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the ASA interface for the server changes then you naturally have to change the interface in the &lt;STRONG&gt;"snmp-server" &lt;/STRONG&gt;command also. In that situation you will most likely have to change configurations on the server side also since it can only contact its own ASA interface and not the old ASA interface IF the interface changes that is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So your server is changing to a new network. Will it also be changing to a new interface on the ASA? I guess then you will have to look at the current interface ACLs more closely than just checking for the exact old/current IP address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I mean is that you would then have to look through all the rules that refer to the whole old network 192.168.50.0/24 for example and see if you have to make similiar rules for the new network (or atleast for the new server) so that no important traffic will get blocked. This is because its very likely that some traffic from the server is allowed by those statements that use the whole source network.&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/images/emoticons/happy.gif"&gt;&lt;/SPAN&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, 13 Nov 2013 15:49:33 GMT</pubDate>
    <dc:creator>Jouni Forss</dc:creator>
    <dc:date>2013-11-13T15:49:33Z</dc:date>
    <item>
      <title>Impact of changing the IP Address on the server</title>
      <link>https://community.cisco.com/t5/network-security/impact-of-changing-the-ip-address-on-the-server/m-p/2408704#M309064</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to change the IP address of the server.&lt;/P&gt;&lt;P&gt;I need to confirm what Firewall Rules will need to change when this server’s IP Address changes for any existing services, if there are any.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked the firewall for existing rules.&lt;/P&gt;&lt;P&gt;Currently server is connected to interface x of the fw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did search by Source and destination IP on the ASDM&amp;nbsp; of the fw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That shows me 3 rules used by server IP say 192.168.50.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anu other way or to find where this server IP is used by firewall rules?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAhesh&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 03:04:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/impact-of-changing-the-ip-address-on-the-server/m-p/2408704#M309064</guid>
      <dc:creator>mahesh18</dc:creator>
      <dc:date>2019-03-12T03:04:11Z</dc:date>
    </item>
    <item>
      <title>Impact of changing the IP Address on the server</title>
      <link>https://community.cisco.com/t5/network-security/impact-of-changing-the-ip-address-on-the-server/m-p/2408705#M309065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess it depends on the complexity of the network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naturally the obvious first step is to see in which configurations the current IP address is specifically mentioned by using the command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;show run | inc 192.168.50.1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and possibly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;show access-list | inc 192.168.50.1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The next question would be if the IP address of the server 192.168.50.1 changes to some IP address in the same network? For example some other IP address in the network 192.168.50.0/24?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it stays in the same network range with different IP address then you most likely have less things to consider.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it changes to a completely different address range then you probably have more configurations to go through.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then there is naturally questions regarding NAT. You will have to make sure that the same NAT rules apply to the server even after the IP address changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not really sure if I can give many instructions. The most usual thing related to such changes in my work is simply changing the NAT configurations real source address to the new IP address while everything else stays the same.&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, 13 Nov 2013 00:01:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/impact-of-changing-the-ip-address-on-the-server/m-p/2408705#M309065</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-11-13T00:01:56Z</dc:date>
    </item>
    <item>
      <title>Impact of changing the IP Address on the server</title>
      <link>https://community.cisco.com/t5/network-security/impact-of-changing-the-ip-address-on-the-server/m-p/2408706#M309066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Jouni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Server is changing to new subnet as compare to new one.&lt;/P&gt;&lt;P&gt;Your commands were very helpfull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i run the command &lt;STRONG&gt;show run | inc 192.168.50.1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;snmp-server host x&amp;nbsp; 192.168.50.1 poll community **** version 2c&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what does above command mean?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 15:35:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/impact-of-changing-the-ip-address-on-the-server/m-p/2408706#M309066</guid>
      <dc:creator>mahesh18</dc:creator>
      <dc:date>2013-11-13T15:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: Impact of changing the IP Address on the server</title>
      <link>https://community.cisco.com/t5/network-security/impact-of-changing-the-ip-address-on-the-server/m-p/2408707#M309067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would seem to me that the old/current IP address is of a server that uses SNMP to get information from the ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would have to make a new one for the new server IP address provided that this SNMP is still a relevant configuration?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you dont know the &lt;STRONG&gt;"community"&lt;/STRONG&gt; string and since its masked with the &lt;STRONG&gt;*&lt;/STRONG&gt; marks then you can use this command to view it in clear text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;more system:running-config | inc snmp-server host&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the ASA interface for the server changes then you naturally have to change the interface in the &lt;STRONG&gt;"snmp-server" &lt;/STRONG&gt;command also. In that situation you will most likely have to change configurations on the server side also since it can only contact its own ASA interface and not the old ASA interface IF the interface changes that is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So your server is changing to a new network. Will it also be changing to a new interface on the ASA? I guess then you will have to look at the current interface ACLs more closely than just checking for the exact old/current IP address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I mean is that you would then have to look through all the rules that refer to the whole old network 192.168.50.0/24 for example and see if you have to make similiar rules for the new network (or atleast for the new server) so that no important traffic will get blocked. This is because its very likely that some traffic from the server is allowed by those statements that use the whole source network.&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/images/emoticons/happy.gif"&gt;&lt;/SPAN&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, 13 Nov 2013 15:49:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/impact-of-changing-the-ip-address-on-the-server/m-p/2408707#M309067</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-11-13T15:49:33Z</dc:date>
    </item>
    <item>
      <title>Impact of changing the IP Address on the server</title>
      <link>https://community.cisco.com/t5/network-security/impact-of-changing-the-ip-address-on-the-server/m-p/2408708#M309068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Jouni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Server is chaning to new subnet but interface of ASA&amp;nbsp; is same.&lt;/P&gt;&lt;P&gt;I check the new subnet IP that also points to same ASA interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i try to ran the command &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;more system:running-config | inc snmp-server host&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;from enable mode and config mode seems ASA does not support the more command.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 16:01:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/impact-of-changing-the-ip-address-on-the-server/m-p/2408708#M309068</guid>
      <dc:creator>mahesh18</dc:creator>
      <dc:date>2013-11-13T16:01:00Z</dc:date>
    </item>
    <item>
      <title>Impact of changing the IP Address on the server</title>
      <link>https://community.cisco.com/t5/network-security/impact-of-changing-the-ip-address-on-the-server/m-p/2408709#M309069</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 should be supported&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is from my ASA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ASA(config)# more system:running-config | inc snmp-server host&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;snmp-server host LAN 10.0.0.100 poll community test version 2c&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ASA# more system:running-config | inc snmp-server host&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;snmp-server host LAN 10.0.0.100 poll community test version 2c&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure that there are no spaces between in the &lt;STRONG&gt;system:running-config&lt;/STRONG&gt; section of the command&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, 13 Nov 2013 16:37:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/impact-of-changing-the-ip-address-on-the-server/m-p/2408709#M309069</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-11-13T16:37:07Z</dc:date>
    </item>
    <item>
      <title>Impact of changing the IP Address on the server</title>
      <link>https://community.cisco.com/t5/network-security/impact-of-changing-the-ip-address-on-the-server/m-p/2408710#M309070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Jouni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From admin context of ASA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;admin(config)# more system:running-config | inc snmp-server host&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ^&lt;/P&gt;&lt;P&gt;ERROR: % Invalid input detected at '^' marker.&lt;/P&gt;&lt;P&gt;i am on ASA&amp;nbsp; with admin context but when i go to system context more command is available there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; m?&lt;/P&gt;&lt;P&gt;&amp;nbsp; memory&amp;nbsp;&amp;nbsp;&amp;nbsp; mkdir&amp;nbsp;&amp;nbsp;&amp;nbsp; more&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way i can run the more command from system context &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 16:48:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/impact-of-changing-the-ip-address-on-the-server/m-p/2408710#M309070</guid>
      <dc:creator>mahesh18</dc:creator>
      <dc:date>2013-11-13T16:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Impact of changing the IP Address on the server</title>
      <link>https://community.cisco.com/t5/network-security/impact-of-changing-the-ip-address-on-the-server/m-p/2408711#M309071</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;Didnt know we were talking about an ASA in Multiple Context Mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked the Command Reference and if I am reading it right it means that this cant be used inside a Security Context.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have personally used this only in ASAs running in Single Mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you would have to use a different command and in System Context.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should probably first issue the command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;show run contex admin&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you should find the configuration line with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;config-url&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What does the complete configuration line that contains the above parameter say?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naturally if you KNOW the SNMP community then here is no need to do all this. You could probably even change it in the ASA and server configurations if needed. But naturally if you want to show what it currently is on the ASA then we could go on solving it by first checking the above commands.&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, 13 Nov 2013 17:07:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/impact-of-changing-the-ip-address-on-the-server/m-p/2408711#M309071</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-11-13T17:07:19Z</dc:date>
    </item>
    <item>
      <title>Impact of changing the IP Address on the server</title>
      <link>https://community.cisco.com/t5/network-security/impact-of-changing-the-ip-address-on-the-server/m-p/2408712#M309072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Jouni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i ran the command&amp;nbsp; &lt;STRONG&gt;show run contex admin it shows&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;config-url disk0:/admin.cfg&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Then i ran the below command from system space&lt;/P&gt;&lt;P&gt;more disk0:/admin.cfg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this showed me full config of admin context and also community string was visible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems community string is only visible from system space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 17:26:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/impact-of-changing-the-ip-address-on-the-server/m-p/2408712#M309072</guid>
      <dc:creator>mahesh18</dc:creator>
      <dc:date>2013-11-13T17:26:49Z</dc:date>
    </item>
    <item>
      <title>Impact of changing the IP Address on the server</title>
      <link>https://community.cisco.com/t5/network-security/impact-of-changing-the-ip-address-on-the-server/m-p/2408713#M309074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, only through SYSTEM can you run these commands since the configuration file is read from disk or flash and none of the virtual firewall have access to these commands. The context defined as admin-context only gives you the privilege to jump from it to any of the other context or system execution space. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Nov 2013 00:49:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/impact-of-changing-the-ip-address-on-the-server/m-p/2408713#M309074</guid>
      <dc:creator>jumora</dc:creator>
      <dc:date>2013-11-14T00:49:45Z</dc:date>
    </item>
    <item>
      <title>Impact of changing the IP Address on the server</title>
      <link>https://community.cisco.com/t5/network-security/impact-of-changing-the-ip-address-on-the-server/m-p/2408714#M309076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you jump from admin defined context to system you can run the command more system as you found out. &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/tiny_mce3/plugins/jiveemoticons/images/spacer.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Nov 2013 00:51:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/impact-of-changing-the-ip-address-on-the-server/m-p/2408714#M309076</guid>
      <dc:creator>jumora</dc:creator>
      <dc:date>2013-11-14T00:51:09Z</dc:date>
    </item>
    <item>
      <title>Impact of changing the IP Address on the server</title>
      <link>https://community.cisco.com/t5/network-security/impact-of-changing-the-ip-address-on-the-server/m-p/2408715#M309077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Jumora,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for letting us reason why more command does not work from admin context.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Nov 2013 16:01:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/impact-of-changing-the-ip-address-on-the-server/m-p/2408715#M309077</guid>
      <dc:creator>mahesh18</dc:creator>
      <dc:date>2013-11-14T16:01:46Z</dc:date>
    </item>
  </channel>
</rss>

