<?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: ASA- access-list issue in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-access-list-issue/m-p/3863760#M25895</link>
    <description>&lt;P&gt;You do not require that ACL applied to the inside interface, the reason is it's a higher security level, so inherently it has access to the outside interface.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Conversely, the outside interface does not have any access to the inside, &lt;U&gt;&lt;STRONG&gt;unless&lt;/STRONG&gt;&lt;/U&gt; traffic is explicitly permitted.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Essentially, for PC2 to reach PC1, you would need to do the same.&lt;/P&gt;&lt;P&gt;In addition you would need inspect icmp, as stated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Finally, you need to ensure the client firewalls (i.e. Windows Firewall) is configured to permit ICMP (which it does not, by default).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;</description>
    <pubDate>Tue, 28 May 2019 10:54:21 GMT</pubDate>
    <dc:creator>Martin Carr</dc:creator>
    <dc:date>2019-05-28T10:54:21Z</dc:date>
    <item>
      <title>ASA- access-list issue</title>
      <link>https://community.cisco.com/t5/network-security/asa-access-list-issue/m-p/3863728#M25893</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;LI-SPOILER&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="asa_topology.JPG" style="width: 764px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/37570iC8777B8773177833/image-size/large?v=v2&amp;amp;px=999" role="button" title="asa_topology.JPG" alt="asa_topology.JPG" /&gt;&lt;/span&gt;&lt;BR /&gt;I have created a topology as shown in above diagram in vsphere client.Now i would like to ping from PC1 to PC2 and vice versa. But i could not able to ping.Below are the configurations that i have used for the setup.&lt;BR /&gt;PC1 configs:&lt;BR /&gt;IP : 192.168.1.2/24 ; default gateway : 192.168.1.1;&lt;BR /&gt;PC2 configs: 192.168.2.2/24; default gateway : 192.168.2.1;&lt;BR /&gt;ASA configs :&lt;BR /&gt;interface GigabitEthernet0/0&lt;BR /&gt;nameif inside&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address 192.168.1.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1&lt;BR /&gt;nameif outside&lt;BR /&gt;security-level 0&lt;BR /&gt;ip address 192.168.2.1 255.255.255.0&lt;BR /&gt;&lt;BR /&gt;ciscoasa(config)# sh running-config access-list&lt;BR /&gt;access-list list1 extended permit icmp 192.168.1.0 255.255.255.0 192.168.2.0 255.255.255.0&lt;BR /&gt;ciscoasa(config)# sh running-config access-group&lt;BR /&gt;access-group list1 in interface inside&lt;BR /&gt;Please help me to sort out the issue.&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI-SPOILER&gt;</description>
      <pubDate>Tue, 28 May 2019 10:07:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-access-list-issue/m-p/3863728#M25893</guid>
      <dc:creator>mrafivan@cisco.com</dc:creator>
      <dc:date>2019-05-28T10:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: ASA- access-list issue</title>
      <link>https://community.cisco.com/t5/network-security/asa-access-list-issue/m-p/3863746#M25894</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;Have you enabled ICMP inspection? Assuming you are using the default inspection policy:&lt;/P&gt;
&lt;PRE&gt;!
policy-map global_policy
   class inspection_default
     inspect icmp
!&lt;/PRE&gt;
&lt;P&gt;cheers,&lt;/P&gt;
&lt;P&gt;Seb.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2019 10:29:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-access-list-issue/m-p/3863746#M25894</guid>
      <dc:creator>Seb Rupik</dc:creator>
      <dc:date>2019-05-28T10:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: ASA- access-list issue</title>
      <link>https://community.cisco.com/t5/network-security/asa-access-list-issue/m-p/3863760#M25895</link>
      <description>&lt;P&gt;You do not require that ACL applied to the inside interface, the reason is it's a higher security level, so inherently it has access to the outside interface.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Conversely, the outside interface does not have any access to the inside, &lt;U&gt;&lt;STRONG&gt;unless&lt;/STRONG&gt;&lt;/U&gt; traffic is explicitly permitted.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Essentially, for PC2 to reach PC1, you would need to do the same.&lt;/P&gt;&lt;P&gt;In addition you would need inspect icmp, as stated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Finally, you need to ensure the client firewalls (i.e. Windows Firewall) is configured to permit ICMP (which it does not, by default).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2019 10:54:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-access-list-issue/m-p/3863760#M25895</guid>
      <dc:creator>Martin Carr</dc:creator>
      <dc:date>2019-05-28T10:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: ASA- access-list issue</title>
      <link>https://community.cisco.com/t5/network-security/asa-access-list-issue/m-p/3863790#M25896</link>
      <description>&lt;P&gt;Thanks for your response.&lt;/P&gt;
&lt;P&gt;After enabling the icmp inspection now both sides able to ping.&lt;/P&gt;
&lt;P&gt;but i couldn't understand what is the functionality of icmp inspection.&lt;/P&gt;
&lt;P&gt;And i also i like to inform that inside interface is not able to access the outside interface without ACL.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2019 11:40:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-access-list-issue/m-p/3863790#M25896</guid>
      <dc:creator>mrafivan@cisco.com</dc:creator>
      <dc:date>2019-05-28T11:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: ASA- access-list issue</title>
      <link>https://community.cisco.com/t5/network-security/asa-access-list-issue/m-p/3863816#M25897</link>
      <description>&lt;P&gt;You shouldn't need an ACL ( furthermore, it's not recommended)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As to the question, it's because ICMP is not stateful and does not contain sequence, port numbers etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;'Inspect ICMP' creates a DACL, so that echo-reply's etc are permitted if the traffic originated from the inside interface.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2019 12:35:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-access-list-issue/m-p/3863816#M25897</guid>
      <dc:creator>Martin Carr</dc:creator>
      <dc:date>2019-05-28T12:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: ASA- access-list issue</title>
      <link>https://community.cisco.com/t5/network-security/asa-access-list-issue/m-p/3863829#M25898</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;What&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/334455"&gt;@Martin Carr&lt;/a&gt;&amp;nbsp;mentions about why the inspection is required is correct.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regarding the need for the ACL...&lt;/P&gt;
&lt;P&gt;Unless a permit statement is placed at the end of an ACL it has an implicit deny. In the case of your ACL, since it is INbound on the inside interface without that particular ACE the ICMP traffic will be denied. It is worth remembering that on an ASA in the absence of ACLs traffic is always permitted from a higher security level to a lower one, therefore this particular ACL is not required and the inspect statement will ensure that the return traffic is permitted without the need of further ACLs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that makes sense, and don't forget to mark correct/ helpful posts &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cheers,&lt;/P&gt;
&lt;P&gt;Seb.&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2019 13:00:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-access-list-issue/m-p/3863829#M25898</guid>
      <dc:creator>Seb Rupik</dc:creator>
      <dc:date>2019-05-28T13:00:21Z</dc:date>
    </item>
  </channel>
</rss>

