<?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 Rick, in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa5512-basic-question-on-passing-traffic/m-p/3080445#M147107</link>
    <description>&lt;P&gt;Rick,&lt;/P&gt;
&lt;P&gt;good stuff ! This thread contains some useful information no matter what...&lt;/P&gt;</description>
    <pubDate>Tue, 31 Jan 2017 19:35:11 GMT</pubDate>
    <dc:creator>Georg Pauwen</dc:creator>
    <dc:date>2017-01-31T19:35:11Z</dc:date>
    <item>
      <title>ASA5512 Basic question on passing traffic</title>
      <link>https://community.cisco.com/t5/network-security/asa5512-basic-question-on-passing-traffic/m-p/3080438#M147100</link>
      <description>&lt;P&gt;I have two interfaces on the asa configured (one named outside and one PDS), I can ping out from the ASA to devices on each side without issue but am unable to pass traffic from devices located on one side to device on the other side (through the asa).&amp;nbsp; Does it have to have NAT configured? I have acl's configured on both interfaces allowing&amp;nbsp;permitting icmp,&amp;nbsp;tcp, and ip.&amp;nbsp;We are running ver. 9.6.2 What am I missing?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 08:51:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5512-basic-question-on-passing-traffic/m-p/3080438#M147100</guid>
      <dc:creator>Richard Stanger</dc:creator>
      <dc:date>2019-03-12T08:51:38Z</dc:date>
    </item>
    <item>
      <title>Richard,</title>
      <link>https://community.cisco.com/t5/network-security/asa5512-basic-question-on-passing-traffic/m-p/3080439#M147101</link>
      <description>&lt;P&gt;Richard,&lt;/P&gt;
&lt;P&gt;best to post the config of the ASA.&lt;/P&gt;
&lt;P&gt;One reason could be the interface security level. By default, interfaces with the same security level cannot communicate unless you have the below configured:&lt;/P&gt;
&lt;P&gt;same-security-traffic permit inter-interface&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 16:37:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5512-basic-question-on-passing-traffic/m-p/3080439#M147101</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2017-01-31T16:37:35Z</dc:date>
    </item>
    <item>
      <title>I have specifically changed</title>
      <link>https://community.cisco.com/t5/network-security/asa5512-basic-question-on-passing-traffic/m-p/3080440#M147102</link>
      <description>&lt;P&gt;I have specifically changed security levels with no change in traffic. Also, have tried the "same-security-traffic permit inter-interface" with no effect....&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 16:45:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5512-basic-question-on-passing-traffic/m-p/3080440#M147102</guid>
      <dc:creator>Richard Stanger</dc:creator>
      <dc:date>2017-01-31T16:45:14Z</dc:date>
    </item>
    <item>
      <title>Richard,</title>
      <link>https://community.cisco.com/t5/network-security/asa5512-basic-question-on-passing-traffic/m-p/3080441#M147103</link>
      <description>&lt;P&gt;Richard,&lt;/P&gt;
&lt;P&gt;post the config, it could be an access list...&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 16:58:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5512-basic-question-on-passing-traffic/m-p/3080441#M147103</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2017-01-31T16:58:20Z</dc:date>
    </item>
    <item>
      <title>Interface security levels are</title>
      <link>https://community.cisco.com/t5/network-security/asa5512-basic-question-on-passing-traffic/m-p/3080442#M147104</link>
      <description>&lt;P&gt;Interface security levels are only relevant if no ACL is assigned to the interface.&lt;/P&gt;
&lt;P&gt;When you say you are unable to pass traffic are we talking about ICMP traffic or http, https traffic also? If it is just ICMP then you will need to enable ICMP inspection. &amp;nbsp;Enter the following and test again:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;policy-map global_policy&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; class inspection_default&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; inspect icmp &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Is the outside interface connected towards ISP with public interface? If, yes then you will need a NAT statement unless the subnet on the PDS interface is a public IP also.&lt;/P&gt;
&lt;P&gt;Run a packet tracer and see where the traffic drops, where x.x.x.x is an IP on the PDS network and y.y.y.y is an IP on the outside network:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;packet-tracer input PDS tcp x.x.x.x 12345 y.y.y.y 80 detail&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;You mention that you have opened for IP in both directions so this should work, or at the very least give us an indication where the packet is being dropped.&lt;/P&gt;
&lt;P&gt;--&lt;/P&gt;
&lt;P&gt;Please remember to select a correct answer and rate helpful posts&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 17:54:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5512-basic-question-on-passing-traffic/m-p/3080442#M147104</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2017-01-31T17:54:03Z</dc:date>
    </item>
    <item>
      <title>Okay, I thought it didn't</title>
      <link>https://community.cisco.com/t5/network-security/asa5512-basic-question-on-passing-traffic/m-p/3080443#M147105</link>
      <description>&lt;P&gt;Okay, I thought it didn't make sense!&lt;/P&gt;
&lt;P&gt;The problem was the default gateways on the vm'd servers were not set correctly! Once I had our server guy check this, we determined the issue. Thank you everyone for sending information. It may not help me but most certainly will help someone else!&lt;/P&gt;
&lt;P&gt;I thank you all!&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Rick&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 18:25:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5512-basic-question-on-passing-traffic/m-p/3080443#M147105</guid>
      <dc:creator>Richard Stanger</dc:creator>
      <dc:date>2017-01-31T18:25:21Z</dc:date>
    </item>
    <item>
      <title>Glad you got it sorted!</title>
      <link>https://community.cisco.com/t5/network-security/asa5512-basic-question-on-passing-traffic/m-p/3080444#M147106</link>
      <description>&lt;P&gt;Glad you got it sorted!&lt;/P&gt;
&lt;P&gt;--&lt;/P&gt;
&lt;P&gt;Please remember to select a correct answer and rate helpful posts&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 18:33:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5512-basic-question-on-passing-traffic/m-p/3080444#M147106</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2017-01-31T18:33:54Z</dc:date>
    </item>
    <item>
      <title>Rick,</title>
      <link>https://community.cisco.com/t5/network-security/asa5512-basic-question-on-passing-traffic/m-p/3080445#M147107</link>
      <description>&lt;P&gt;Rick,&lt;/P&gt;
&lt;P&gt;good stuff ! This thread contains some useful information no matter what...&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 19:35:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5512-basic-question-on-passing-traffic/m-p/3080445#M147107</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2017-01-31T19:35:11Z</dc:date>
    </item>
  </channel>
</rss>

