<?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 ASA name commands? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-name-commands/m-p/2443689#M268743</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 my understanding deleting &lt;STRONG&gt;"name"&lt;/STRONG&gt; configurations only has the cosmetic effect of removing the IP address to name mapping from the configurations that support it. It should not remove any configurations. Atleast I have not seen it happen the few times I have tested this. I personally never used this configuration as for someone configuring through the CLI it just causes more problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the only command that could clear ALL of those configurations would be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear configure name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ASA(config)# name 1.1.1.1 test&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ASA(config)# name 2.2.2.2 test2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ASA(config)# name 3.3.3.3 test3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ASA(config)# sh run names&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;name 1.1.1.1 test&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;name 2.2.2.2 test2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;name 3.3.3.3 test3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ASA(config)# clear configure name&lt;/STRONG&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;ASA(config)# &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>Mon, 03 Mar 2014 11:53:38 GMT</pubDate>
    <dc:creator>Jouni Forss</dc:creator>
    <dc:date>2014-03-03T11:53:38Z</dc:date>
    <item>
      <title>ASA name commands?</title>
      <link>https://community.cisco.com/t5/network-security/asa-name-commands/m-p/2443688#M268740</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to tidy up the old ASA configurations and found that in different ASA hundreds of IP Address to Name mapping exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-indent: 0cm; margin-left: 0cm;"&gt;I have already configured the “no names” and IP Address to name is not happening, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-indent: 0cm; margin-left: 0cm;"&gt;Q1: Did deleting the name commands will effect any other configuration e.g. ACL, NAT etc. Is it can create any outage. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-indent: 0cm; margin-left: 0cm;"&gt;Q2: Is any quick way to delete below types of hundreds of mappings?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-indent: 0cm; margin-left: 0cm;"&gt;name 10.10.10.1 Test_Server_1&lt;/P&gt;&lt;P style="text-indent: 0cm; margin-left: 0cm;"&gt;name 10.10.10.2 Test_Server_2&lt;/P&gt;&lt;P style="text-indent: 0cm; margin-left: 0cm;"&gt;name 10.10.10.3 Test_Server_3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Curently I know only that we can delete them&amp;nbsp; as below;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;conf t&lt;/P&gt;&lt;P&gt;no name Test_Server_1&lt;/P&gt;&lt;P&gt;no name Test_Server_1&lt;/P&gt;&lt;P style="text-indent: 0cm; margin-left: 0cm;"&gt;no name Test_Server_1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-indent: 0cm; margin-left: 0cm;"&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 03:52:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-name-commands/m-p/2443688#M268740</guid>
      <dc:creator>raza555</dc:creator>
      <dc:date>2019-03-12T03:52:44Z</dc:date>
    </item>
    <item>
      <title>ASA name commands?</title>
      <link>https://community.cisco.com/t5/network-security/asa-name-commands/m-p/2443689#M268743</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 my understanding deleting &lt;STRONG&gt;"name"&lt;/STRONG&gt; configurations only has the cosmetic effect of removing the IP address to name mapping from the configurations that support it. It should not remove any configurations. Atleast I have not seen it happen the few times I have tested this. I personally never used this configuration as for someone configuring through the CLI it just causes more problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the only command that could clear ALL of those configurations would be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear configure name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ASA(config)# name 1.1.1.1 test&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ASA(config)# name 2.2.2.2 test2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ASA(config)# name 3.3.3.3 test3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ASA(config)# sh run names&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;name 1.1.1.1 test&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;name 2.2.2.2 test2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;name 3.3.3.3 test3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ASA(config)# clear configure name&lt;/STRONG&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;ASA(config)# &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>Mon, 03 Mar 2014 11:53:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-name-commands/m-p/2443689#M268743</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2014-03-03T11:53:38Z</dc:date>
    </item>
    <item>
      <title>ASA name commands?</title>
      <link>https://community.cisco.com/t5/network-security/asa-name-commands/m-p/2443690#M268746</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;Heres link to the Command Reference with regards to the command I mentioned&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/c/en/us/td/docs/security/asa/command-reference/cmdref/c3.html#pgfId-2452106"&gt;http://www.cisco.com/c/en/us/td/docs/security/asa/command-reference/cmdref/c3.html#pgfId-2452106&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Though it doesnt really contain much description.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 11:57:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-name-commands/m-p/2443690#M268746</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2014-03-03T11:57:40Z</dc:date>
    </item>
    <item>
      <title>ASA name commands?</title>
      <link>https://community.cisco.com/t5/network-security/asa-name-commands/m-p/2443691#M268752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thats great. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 12:11:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-name-commands/m-p/2443691#M268752</guid>
      <dc:creator>raza555</dc:creator>
      <dc:date>2014-03-03T12:11:45Z</dc:date>
    </item>
  </channel>
</rss>

