<?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 Access rule deleted issue. in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/access-rule-deleted-issue/m-p/2140039#M361252</link>
    <description>&lt;DIV&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was creating a static NAT for a web server to allow ICMP, HTTP and HTTPS through the firewall on an ASA5520 and exisitng firewall rule was deleted. Does any one know why this happened?&amp;nbsp; see command below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Name 203.x.x.x&amp;nbsp; name1-ext&lt;/P&gt;&lt;P&gt;Name 192.x.x.x name2-int&lt;/P&gt;&lt;P&gt;static (inside, outside) 203.x.x.x 192.x.x.x netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;Access-list outside_in extended permit icmp any host 203.x.x.x eq echo &lt;/P&gt;&lt;P&gt;Access-list outside_in extended permit tcp any host 203.x.x.x eq http&lt;/P&gt;&lt;P&gt;Access-list outside_in extended permit tcp any host 203.x.x.x eq https&lt;/P&gt;&lt;P&gt;access-group outside_in in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some existing rules were deleted after the above command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your responses are highly appreciated&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 12 Mar 2019 01:06:30 GMT</pubDate>
    <dc:creator>smetieh001</dc:creator>
    <dc:date>2019-03-12T01:06:30Z</dc:date>
    <item>
      <title>Access rule deleted issue.</title>
      <link>https://community.cisco.com/t5/network-security/access-rule-deleted-issue/m-p/2140039#M361252</link>
      <description>&lt;DIV&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was creating a static NAT for a web server to allow ICMP, HTTP and HTTPS through the firewall on an ASA5520 and exisitng firewall rule was deleted. Does any one know why this happened?&amp;nbsp; see command below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Name 203.x.x.x&amp;nbsp; name1-ext&lt;/P&gt;&lt;P&gt;Name 192.x.x.x name2-int&lt;/P&gt;&lt;P&gt;static (inside, outside) 203.x.x.x 192.x.x.x netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;Access-list outside_in extended permit icmp any host 203.x.x.x eq echo &lt;/P&gt;&lt;P&gt;Access-list outside_in extended permit tcp any host 203.x.x.x eq http&lt;/P&gt;&lt;P&gt;Access-list outside_in extended permit tcp any host 203.x.x.x eq https&lt;/P&gt;&lt;P&gt;access-group outside_in in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some existing rules were deleted after the above command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your responses are highly appreciated&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 12 Mar 2019 01:06:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-rule-deleted-issue/m-p/2140039#M361252</guid>
      <dc:creator>smetieh001</dc:creator>
      <dc:date>2019-03-12T01:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Access rule deleted issue.</title>
      <link>https://community.cisco.com/t5/network-security/access-rule-deleted-issue/m-p/2140040#M361253</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;Since you arent using any "no" form commands the only situation I can think of is the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;You already had an ACL on the "outside" interface but its NOT named "outside_in"&lt;/LI&gt;&lt;LI&gt;You configured the above ACL&lt;/LI&gt;&lt;LI&gt;You attached this new ACL to the "outside" interface and it removed the old ACL that was attached to the interface&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So lets say you have the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You originally have &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list OUTSIDE-IN permit ip any host x.x.x.x&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-group OUTSIDE-IN in interface outside&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you are planning on adding rules to the firewall from "outside"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You instead enter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list OUTSIDE-in permit ip any host y.y.y.y&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-group OUTSIDE-in in interface outside&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would mean that the previous ACL "OUTSIDE-IN" and its rule would be removed from use and the new ACL "OUTSIDE-in" (with different name would be taken into use)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Though normally when you create an ACL to an interface and attach it with the "access-group" command then theres no real reason to use the "access-group" command again in the future when adding simple ACL rules to an already existing ACL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The commands you listed however dont delete any ACL rules otherwise. Only other option I can think of now would be that something went wrong with the NAT configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notice that if you use ASDM to configure Static NAT and insert that Static NAT between some rules the ASDM will actually tell the ASA to &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Remove some Static NAT rules -&amp;gt; Insert new Static NAT rule -&amp;gt; Insert all the removed Static NAT rules back&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is because there is no line numbers in older software for NAT rules. They are gone through in the order they are configured. So this requires removing commands and inserting them again to change their order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully the above was of some help &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, 27 Feb 2013 11:43:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-rule-deleted-issue/m-p/2140040#M361253</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-02-27T11:43:47Z</dc:date>
    </item>
    <item>
      <title>Access rule deleted issue.</title>
      <link>https://community.cisco.com/t5/network-security/access-rule-deleted-issue/m-p/2140041#M361256</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;Thanks your response was really helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- SM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 03:49:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-rule-deleted-issue/m-p/2140041#M361256</guid>
      <dc:creator>smetieh001</dc:creator>
      <dc:date>2013-03-01T03:49:20Z</dc:date>
    </item>
  </channel>
</rss>

