<?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 Newbie acl question in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/newbie-acl-question/m-p/1714645#M529208</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To allow traffic between interfaces on the same security level, you need to add &lt;STRONG style="font-weight: bold;"&gt;same-security-traffic permit inter-interface &lt;/STRONG&gt;&lt;SPAN style="font-weight: bold;"&gt;command in the global configuration mode.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 25 Jun 2011 18:30:35 GMT</pubDate>
    <dc:creator>advijay</dc:creator>
    <dc:date>2011-06-25T18:30:35Z</dc:date>
    <item>
      <title>Newbie acl question</title>
      <link>https://community.cisco.com/t5/network-security/newbie-acl-question/m-p/1714643#M529205</link>
      <description>&lt;P&gt;I've got an ASA running 8.4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to get a simple ACL to work, but I'm failing miserably. The core guts of my config are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/0&lt;/P&gt;&lt;P&gt; nameif LAN_1&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 172.18.0.1 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/2&lt;/P&gt;&lt;P&gt; nameif LAN_2&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 172.18.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network LAN_1_host&lt;/P&gt;&lt;P&gt; host 172.18.0.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network LAN_2_host&lt;/P&gt;&lt;P&gt; host 172.18.1.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list LAN_1_access_in extended permit icmp any object LAN_2_host&lt;/P&gt;&lt;P&gt;access-group LAN_1_access_in in interface LAN_1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are no other access-list or access-group commands. There are no NAT commands.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot ping LAN_2_host from LAN_1_host. &lt;/P&gt;&lt;P&gt;I can ping both hosts from the ASA itself.&lt;/P&gt;&lt;P&gt;If I replace the ASA with a router, I can ping fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I use the ASDM packet tracer, it tells me that the packet is being blocked by a default access list. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I missing to make this work ? I this case, I don't want to NAT, I just want to have a basic ACL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GTG&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 20:50:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/newbie-acl-question/m-p/1714643#M529205</guid>
      <dc:creator>Gordon Ross</dc:creator>
      <dc:date>2019-03-11T20:50:50Z</dc:date>
    </item>
    <item>
      <title>Newbie acl question</title>
      <link>https://community.cisco.com/t5/network-security/newbie-acl-question/m-p/1714644#M529206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gordon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have "same-security-traffic permit inter interface" in your config? You will need this since they are both on same security levels. Also, enable inspect icmp for the replies to come through.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Jun 2011 18:27:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/newbie-acl-question/m-p/1714644#M529206</guid>
      <dc:creator>Anu M Chacko</dc:creator>
      <dc:date>2011-06-25T18:27:55Z</dc:date>
    </item>
    <item>
      <title>Newbie acl question</title>
      <link>https://community.cisco.com/t5/network-security/newbie-acl-question/m-p/1714645#M529208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To allow traffic between interfaces on the same security level, you need to add &lt;STRONG style="font-weight: bold;"&gt;same-security-traffic permit inter-interface &lt;/STRONG&gt;&lt;SPAN style="font-weight: bold;"&gt;command in the global configuration mode.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Jun 2011 18:30:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/newbie-acl-question/m-p/1714645#M529208</guid>
      <dc:creator>advijay</dc:creator>
      <dc:date>2011-06-25T18:30:35Z</dc:date>
    </item>
  </channel>
</rss>

