<?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 Thank you very much. Regards in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/how-to-remove-a-port-tha-t-open/m-p/2719339#M193416</link>
    <description>&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lake&lt;/P&gt;</description>
    <pubDate>Mon, 27 Jul 2015 17:33:15 GMT</pubDate>
    <dc:creator>Lakeram Harrypersaud</dc:creator>
    <dc:date>2015-07-27T17:33:15Z</dc:date>
    <item>
      <title>How to remove a port tha't open</title>
      <link>https://community.cisco.com/t5/network-security/how-to-remove-a-port-tha-t-open/m-p/2719337#M193407</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a port that's open. I don't need this port open anymore. How can i remove it from the ASA 5510 version 8.4? Any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;object network mail&lt;BR /&gt;&amp;nbsp;host 10.1.1.80&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;object network mail&lt;BR /&gt;&amp;nbsp;nat (inside,outside) static 1.1.1.1&lt;/P&gt;&lt;P&gt;access-list acl-outside extended permit tcp any host 10.1.1.80 eq smtp&lt;BR /&gt;access-list acl-outside extended permit tcp any host 10.1.1.80 eq https&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Lake&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 06:19:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-remove-a-port-tha-t-open/m-p/2719337#M193407</guid>
      <dc:creator>Lakeram Harrypersaud</dc:creator>
      <dc:date>2019-03-12T06:19:44Z</dc:date>
    </item>
    <item>
      <title>From your ASA enable mode</title>
      <link>https://community.cisco.com/t5/network-security/how-to-remove-a-port-tha-t-open/m-p/2719338#M193409</link>
      <description>&lt;P&gt;From your ASA enable mode login ("#"), switch to configure mode as follows:&lt;/P&gt;

&lt;PRE&gt;
# conf t

(config)#&lt;/PRE&gt;

&lt;P&gt;Then enter the following:&lt;/P&gt;

&lt;PRE&gt;
&lt;SPAN style="font-size:11px;"&gt;no&amp;nbsp;nat (inside,outside) static 1.1.1.1
no object network mail
no access-list acl-outside extended permit tcp any host 10.1.1.80 eq smtp
no access-list acl-outside extended permit tcp any host 10.1.1.80 eq https
end
wr mem&lt;/SPAN&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 24 Jul 2015 19:41:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-remove-a-port-tha-t-open/m-p/2719338#M193409</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2015-07-24T19:41:01Z</dc:date>
    </item>
    <item>
      <title>Thank you very much. Regards</title>
      <link>https://community.cisco.com/t5/network-security/how-to-remove-a-port-tha-t-open/m-p/2719339#M193416</link>
      <description>&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lake&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2015 17:33:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-remove-a-port-tha-t-open/m-p/2719339#M193416</guid>
      <dc:creator>Lakeram Harrypersaud</dc:creator>
      <dc:date>2015-07-27T17:33:15Z</dc:date>
    </item>
    <item>
      <title>When i try to delete this</title>
      <link>https://community.cisco.com/t5/network-security/how-to-remove-a-port-tha-t-open/m-p/2719340#M193420</link>
      <description>&lt;P&gt;When i try to delete this object group i get this error. Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;no object network obj-2.2.2.2&lt;BR /&gt;ERROR: unable to delete object (obj-2.2.2.2). object is being used.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Lake&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2015 19:31:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-remove-a-port-tha-t-open/m-p/2719340#M193420</guid>
      <dc:creator>Lakeram Harrypersaud</dc:creator>
      <dc:date>2015-07-29T19:31:04Z</dc:date>
    </item>
    <item>
      <title>If the object is used in any</title>
      <link>https://community.cisco.com/t5/network-security/how-to-remove-a-port-tha-t-open/m-p/2719341#M193422</link>
      <description>&lt;P&gt;If the object is used in any object-groups, NAT statements or access-lists then those entries need to be deleted first.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2015 19:39:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-remove-a-port-tha-t-open/m-p/2719341#M193422</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2015-07-29T19:39:33Z</dc:date>
    </item>
    <item>
      <title>Can you please tell me how to</title>
      <link>https://community.cisco.com/t5/network-security/how-to-remove-a-port-tha-t-open/m-p/2719342#M193425</link>
      <description>&lt;P&gt;Can you please tell me how to remove these statements?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Lake&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;no nat (inside,any) source static obj-2.2.2.2 obj-2.2.2.2 destination static obj-192.168.1.0 obj-192.168.1.0 no-proxy-arp route-lookup&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;no nat (dmz,outside) source static obj-2.2.2. obj-2.2.2.2 destination static obj-192.168.1.0 obj-192.168.1.0 no-proxy-arp route-lookup&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;no nat (dmz,dmz) source static obj-2.2.2.2 obj-2.2.2.2 destination static obj-192.168.1.0 obj-192.168.1.0 no-proxy-arp route-lookup&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2015 14:49:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-remove-a-port-tha-t-open/m-p/2719342#M193425</guid>
      <dc:creator>Lakeram Harrypersaud</dc:creator>
      <dc:date>2015-07-30T14:49:01Z</dc:date>
    </item>
    <item>
      <title>Lake,</title>
      <link>https://community.cisco.com/t5/network-security/how-to-remove-a-port-tha-t-open/m-p/2719343#M193428</link>
      <description>&lt;P&gt;Lake,&lt;/P&gt;
&lt;P&gt;The "no" at the beginning of those lines is already what you need for their removal.&lt;/P&gt;
&lt;P&gt;Per the command reference:&lt;/P&gt;

&lt;PRE&gt;
To configure twice NAT for IPv4, IPv6, or between IPv4 and IPv6 (NAT64), use the nat command in global configuration mode. To remove the twice NAT configuration, use the no form of this command.

For static NAT:

nat [(real_ifc,mapped_ifc)] [line | {after-auto [line]}]
source static {real_obj | any} {mapped_obj | interface [ipv6] | any}}
[destination static {mapped_obj | interface [ipv6]} {real_obj | any}]
[service {real_src_mapped_dest_svc_obj | any} mapped_src_real_dest_svc_obj] [net-to-net]
[dns] [unidirectional | [no-proxy-arp] [route-lookup]] [inactive] [description desc]
no nat [(real_ifc,mapped_ifc)] [line | {after-auto [line]}]
source static {real_obj | any} {mapped_obj | interface [ipv6] | any}}
[destination static {mapped_obj | interface [ipv6]} {real_obj | any}]
[service {real_src_mapped_dest_svc_obj | any} mapped_src_real_dest_svc_obj] [net-to-net]
[dns] [unidirectional | [no-proxy-arp] [route-lookup]] [inactive] [description desc]&lt;/PRE&gt;</description>
      <pubDate>Thu, 30 Jul 2015 16:45:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-remove-a-port-tha-t-open/m-p/2719343#M193428</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2015-07-30T16:45:40Z</dc:date>
    </item>
  </channel>
</rss>

