<?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: Rename  Name command in  ASA in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/rename-name-command-in-asa/m-p/2355819#M308953</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;Was very busy at work now i understood what you said above.&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>Sat, 14 Dec 2013 16:49:37 GMT</pubDate>
    <dc:creator>mahesh18</dc:creator>
    <dc:date>2013-12-14T16:49:37Z</dc:date>
    <item>
      <title>Rename  Name command in  ASA</title>
      <link>https://community.cisco.com/t5/network-security/rename-name-command-in-asa/m-p/2355815#M308949</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have name command mapped&amp;nbsp; to names and IP address in the ASA.&lt;/P&gt;&lt;P&gt;example &lt;/P&gt;&lt;P&gt;name 192.168.50.1 Unix servers &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there way i can rename the Unix servers to something else without causing outage.&lt;/P&gt;&lt;P&gt;I checked on ASA but could not find it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This name command is used by the ACL&amp;nbsp; in the ASA.&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:05:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/rename-name-command-in-asa/m-p/2355815#M308949</guid>
      <dc:creator>mahesh18</dc:creator>
      <dc:date>2019-03-12T03:05:00Z</dc:date>
    </item>
    <item>
      <title>Rename  Name command in  ASA</title>
      <link>https://community.cisco.com/t5/network-security/rename-name-command-in-asa/m-p/2355816#M308950</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;&lt;STRONG&gt;EDIT:&lt;/STRONG&gt; I assume that the line above is not what is exactly on the firewall? To me it seems that there can not be a space in the name. So the &lt;STRONG&gt;"name &lt;IP&gt; Unix Servers" &lt;/IP&gt;&lt;/STRONG&gt;line is probably something else actually on your firewall?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;STRONG&gt;"name"&lt;/STRONG&gt; command only gives a name to an IP address which will show up in the configuration instead of the IP address depending on if you have &lt;STRONG&gt;"names"&lt;/STRONG&gt; or &lt;STRONG&gt;"no names"&lt;/STRONG&gt; configured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can remove the&lt;STRONG&gt; "name" &lt;/STRONG&gt;command and configure the new &lt;STRONG&gt;"name"&lt;/STRONG&gt; command with the new IP address without causing any problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume this relates to the earlier discussion about changing the server IP address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are not going to use the same name for the new IP address then you can already configure it now with the new IP address. If you want to use the same &lt;STRONG&gt;"name &lt;IP&gt; Unix Servers"&lt;/IP&gt;&lt;/STRONG&gt; then you have to remove the old &lt;STRONG&gt;"name"&lt;/STRONG&gt; command and enter a new one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;no name 192.168.50.1 Unix servers&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;name &lt;NEW ip=""&gt; Unix servers&lt;/NEW&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only effect removing the old one will have is that some output on the firewall will start to show the IP address 192.168.50.1 instead of &lt;STRONG&gt;Unix servers&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems also that there is a slight difference in the behaviour of this configuration depending on the software level. Seems that from 8.3 software onwards this doesnt affect &lt;STRONG&gt;"access-list"&lt;/STRONG&gt; anymore. As in, the configured &lt;STRONG&gt;"name" &lt;/STRONG&gt;wont replace the IP address in the ACL configurations/output&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is one example related to the output with and without &lt;STRONG&gt;"name"&lt;/STRONG&gt; configured&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ASA(config)# sh run ssh&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ssh 10.0.0.100 255.255.255.255 LAN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ASA(config)# name 10.0.0.100 HOST-NAME&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ASA(config)# sh run name&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;name 10.0.0.100 HOST-NAME&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ASA(config)# sh run ssh&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ssh HOST-NAME 255.255.255.255 LAN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ASA(config)# no name 10.0.0.100 HOST-NAME&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ASA(config)# sh run ssh&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ssh 10.0.0.100 255.255.255.255 LAN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see the only thing changing is how the ASA shows the IP address. Either with the &lt;STRONG&gt;"name" &lt;/STRONG&gt;or without one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Nov 2013 17:43:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/rename-name-command-in-asa/m-p/2355816#M308950</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-11-14T17:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: Rename  Name command in  ASA</title>
      <link>https://community.cisco.com/t5/network-security/rename-name-command-in-asa/m-p/2355817#M308951</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;You are correct there should not be space between name.&lt;/P&gt;&lt;P&gt;below is right way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;name 192.168.50.1 Unix-servers &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you say --&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can remove the &lt;STRONG&gt;"name" &lt;/STRONG&gt;command and configure the new&amp;nbsp; &lt;STRONG&gt;"name" &lt;/STRONG&gt;command with the new IP address without causing any problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked in the acl the name is used there instead of IP address .If i remove the name command will not that cause the outage?&lt;/P&gt;&lt;P&gt;this is what i am trying to do &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;current ASA has say this config &lt;/P&gt;&lt;P&gt;name 192.168.50.1 Unix-servers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want this instead same IP only name will change as below&lt;/P&gt;&lt;P&gt;name 192.168.50.1 XYZ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also this is not linked to previous discussion changing the IP of the server.Here i just want to rename the name to something else as compare to current config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reason i am doing this is that we want common or same object group and there contents across all the firewalls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;MAhesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: mahesh parmar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 02:26:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/rename-name-command-in-asa/m-p/2355817#M308951</guid>
      <dc:creator>mahesh18</dc:creator>
      <dc:date>2013-11-15T02:26:01Z</dc:date>
    </item>
    <item>
      <title>Rename  Name command in  ASA</title>
      <link>https://community.cisco.com/t5/network-security/rename-name-command-in-asa/m-p/2355818#M308952</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;My understanding is that the &lt;STRONG&gt;"name"&lt;/STRONG&gt; configuration is just a cosmetical factor in the ASA configuration. What I mean by that is that without any &lt;STRONG&gt;"name"&lt;/STRONG&gt; configurations all you would see is IP addresses in the different ASA configurations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you add a &lt;STRONG&gt;"name"&lt;/STRONG&gt; configuration then that &lt;STRONG&gt;"name"&lt;/STRONG&gt; will be shown instead of the IP address (for which the&lt;STRONG&gt; "name"&lt;/STRONG&gt; was configured) in the ASA configurations. According to the Command Reference there are differences between software levels on which configurations this &lt;STRONG&gt;"name"&lt;/STRONG&gt; shows instead of the IP address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at my previous example related to the &lt;STRONG&gt;"name"&lt;/STRONG&gt; and &lt;STRONG&gt;"ssh"&lt;/STRONG&gt; configurations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I allowed SSH from a single host&lt;/LI&gt;&lt;LI&gt;I configured &lt;STRONG&gt;"name"&lt;/STRONG&gt; for that host&lt;/LI&gt;&lt;LI&gt;I confirmed that the IP address has been replaced with the&lt;STRONG&gt; "name"&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;I removed the &lt;STRONG&gt;"name"&lt;/STRONG&gt; configuration completely&lt;/LI&gt;&lt;LI&gt;I checked the SSH configuration again and only the IP address remained&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So on the basis of the above it wouldnt seem to me that the &lt;STRONG&gt;"name"&lt;/STRONG&gt; has any affect on your firewall behaviour other than cosmetical changes in the output of the configurations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean if you issued&lt;STRONG&gt; "no names"&lt;/STRONG&gt; command for example then the ASA would stop replacing the IP address with the &lt;STRONG&gt;"name"&lt;/STRONG&gt; configurations. Then if you inserted &lt;STRONG&gt;"names"&lt;/STRONG&gt; it would show all of them again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 09:29:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/rename-name-command-in-asa/m-p/2355818#M308952</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-11-15T09:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Rename  Name command in  ASA</title>
      <link>https://community.cisco.com/t5/network-security/rename-name-command-in-asa/m-p/2355819#M308953</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;Was very busy at work now i understood what you said above.&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>Sat, 14 Dec 2013 16:49:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/rename-name-command-in-asa/m-p/2355819#M308953</guid>
      <dc:creator>mahesh18</dc:creator>
      <dc:date>2013-12-14T16:49:37Z</dc:date>
    </item>
  </channel>
</rss>

