<?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: Allow traffic through ASA in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/allow-traffic-through-asa/m-p/3373024#M1025369</link>
    <description>&lt;P&gt;The POS stations have MAC address reservations on our DHCP server.&amp;nbsp; I ran the debug command and the ping from the ASA.&amp;nbsp; Please let me know if that isn't correct.&amp;nbsp; The POS is 10.30.144.146.&amp;nbsp; Below is the output:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ICMP echo reply from 10.30.144.146 to 10.30.1.1 ID=38631 seq=15526 len=72&lt;BR /&gt;ICMP echo request from 10.30.1.1 to 10.30.144.146 ID=38631 seq=15526 len=72&lt;BR /&gt;ICMP echo reply from 10.30.144.146 to 10.30.1.1 ID=38631 seq=15526 len=72&lt;BR /&gt;ICMP echo request from dmz:10.51.2.210 to inside:accdc3 ID=50182 seq=26560 len=0&lt;BR /&gt;ICMP echo request from dmz:10.51.2.210 to inside:auburn-dc2 ID=11283 seq=26561 len=0&lt;BR /&gt;ICMP echo reply from inside:accdc3 to dmz:10.51.2.210 ID=50182 seq=26560 len=0&lt;BR /&gt;ICMP echo reply from inside:auburn-dc2 to dmz:10.51.2.210 ID=11283 seq=26561 len=0&lt;BR /&gt;ICMP echo request from dmz:accdc1 to inside:accdc3 ID=512 seq=16640 len=1&lt;BR /&gt;ICMP echo reply from inside:accdc3 to dmz:accdc1 ID=512 seq=16640 len=1&lt;BR /&gt;ICMP echo request from dmz:accdc1 to inside:auburn-dc2 ID=512 seq=16896 len=1&lt;BR /&gt;ICMP echo reply from inside:auburn-dc2 to dmz:accdc1 ID=512 seq=16896 len=1&lt;BR /&gt;ICMP echo request from dmz:accdc1 to inside:10.30.8.20 ID=512 seq=17152 len=1&lt;BR /&gt;ICMP echo reply from inside:10.30.8.20 to dmz:accdc1 ID=512 seq=17152 len=1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 25 Apr 2018 19:20:24 GMT</pubDate>
    <dc:creator>pa_slepko</dc:creator>
    <dc:date>2018-04-25T19:20:24Z</dc:date>
    <item>
      <title>Allow traffic through ASA</title>
      <link>https://community.cisco.com/t5/network-security/allow-traffic-through-asa/m-p/3372956#M1025364</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Our core switch routes all traffic to our Cisco ASA 5520.&amp;nbsp; We have point of sale stations that are being set up for credit card transactions.&amp;nbsp; In order to complete that setup, our workstations need to be able to communicate with two addresses:&amp;nbsp;63.111.40.6 and&amp;nbsp;209.235.25.1.&amp;nbsp; When I do a trace route from the point of sale to one of those addresses, it recognizes the first hop which is a VLAN Interface on our core, but then times out.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can someone confirm that means the traffic is being dropped at the ASA and not the core?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What permit statements would I need to configure on the ASA?&amp;nbsp; Below are commands that I've tried to no avail:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;access-list inside_access_in remark permit for Hort POS to access TPOSN&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;access-list inside_access_in extended permit ip any object-group TPOSN_ALLOW&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;access-list inside_access_in extended permit tcp any object-group TPOSN_ALLOW&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;access-list outside_access_in remark allow TPOSN to talk to Hort POS&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;access-list outside_access_in extended permit ip object-group TPOSN_ALLOW object-group HORT_POS&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;access-list outside_access_in extended permit tcp object-group TPOSN_ALLOW object-group HORT_POS&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;TPOSN_ALLOW is an object group that represents&amp;nbsp;63.111.40.6 and&amp;nbsp;209.235.25.1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;HORT_POS is an object group that represents the Point of Sale stations&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any assistance is appreciated.&amp;nbsp; I am pretty green when it comes to configuring Cisco security appliances.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tony&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 15:40:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-traffic-through-asa/m-p/3372956#M1025364</guid>
      <dc:creator>pa_slepko</dc:creator>
      <dc:date>2020-02-21T15:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: Allow traffic through ASA</title>
      <link>https://community.cisco.com/t5/network-security/allow-traffic-through-asa/m-p/3372965#M1025365</link>
      <description>&lt;P&gt;Hi Tony,&lt;/P&gt;
&lt;P&gt;Traceroute through the ASA is not permitted as default, this link &lt;A href="http://www.packetu.com/2009/10/09/traceroute-through-the-asa/" target="_self"&gt;here&lt;/A&gt; explains how to configure it.&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;</description>
      <pubDate>Wed, 25 Apr 2018 17:28:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-traffic-through-asa/m-p/3372965#M1025365</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2018-04-25T17:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: Allow traffic through ASA</title>
      <link>https://community.cisco.com/t5/network-security/allow-traffic-through-asa/m-p/3373000#M1025366</link>
      <description>&lt;P&gt;Ok, I enabled it on the ASA, and it now shows as a hop in my tracert output.&amp;nbsp; Beyond that, it times out.&amp;nbsp; I think this reinforces that traffic is being dropped at the ASA.&amp;nbsp; Would you be able to offer any insight on the proper permit statement(s)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your post.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Apr 2018 18:34:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-traffic-through-asa/m-p/3373000#M1025366</guid>
      <dc:creator>pa_slepko</dc:creator>
      <dc:date>2018-04-25T18:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: Allow traffic through ASA</title>
      <link>https://community.cisco.com/t5/network-security/allow-traffic-through-asa/m-p/3373008#M1025367</link>
      <description>Do you have static NAT defined for each of the POS?&lt;BR /&gt;If you enable - "debug icmp trace" and then ping one of the destination endpoints, please post the output</description>
      <pubDate>Wed, 25 Apr 2018 18:55:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-traffic-through-asa/m-p/3373008#M1025367</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2018-04-25T18:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Allow traffic through ASA</title>
      <link>https://community.cisco.com/t5/network-security/allow-traffic-through-asa/m-p/3373024#M1025369</link>
      <description>&lt;P&gt;The POS stations have MAC address reservations on our DHCP server.&amp;nbsp; I ran the debug command and the ping from the ASA.&amp;nbsp; Please let me know if that isn't correct.&amp;nbsp; The POS is 10.30.144.146.&amp;nbsp; Below is the output:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ICMP echo reply from 10.30.144.146 to 10.30.1.1 ID=38631 seq=15526 len=72&lt;BR /&gt;ICMP echo request from 10.30.1.1 to 10.30.144.146 ID=38631 seq=15526 len=72&lt;BR /&gt;ICMP echo reply from 10.30.144.146 to 10.30.1.1 ID=38631 seq=15526 len=72&lt;BR /&gt;ICMP echo request from dmz:10.51.2.210 to inside:accdc3 ID=50182 seq=26560 len=0&lt;BR /&gt;ICMP echo request from dmz:10.51.2.210 to inside:auburn-dc2 ID=11283 seq=26561 len=0&lt;BR /&gt;ICMP echo reply from inside:accdc3 to dmz:10.51.2.210 ID=50182 seq=26560 len=0&lt;BR /&gt;ICMP echo reply from inside:auburn-dc2 to dmz:10.51.2.210 ID=11283 seq=26561 len=0&lt;BR /&gt;ICMP echo request from dmz:accdc1 to inside:accdc3 ID=512 seq=16640 len=1&lt;BR /&gt;ICMP echo reply from inside:accdc3 to dmz:accdc1 ID=512 seq=16640 len=1&lt;BR /&gt;ICMP echo request from dmz:accdc1 to inside:auburn-dc2 ID=512 seq=16896 len=1&lt;BR /&gt;ICMP echo reply from inside:auburn-dc2 to dmz:accdc1 ID=512 seq=16896 len=1&lt;BR /&gt;ICMP echo request from dmz:accdc1 to inside:10.30.8.20 ID=512 seq=17152 len=1&lt;BR /&gt;ICMP echo reply from inside:10.30.8.20 to dmz:accdc1 ID=512 seq=17152 len=1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Apr 2018 19:20:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-traffic-through-asa/m-p/3373024#M1025369</guid>
      <dc:creator>pa_slepko</dc:creator>
      <dc:date>2018-04-25T19:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: Allow traffic through ASA</title>
      <link>https://community.cisco.com/t5/network-security/allow-traffic-through-asa/m-p/3373026#M1025371</link>
      <description>Thanks, but I was referring to the new destination IP addresses - 63.111.40.6 and 209.235.25. Ping from your POS to those addresses.&lt;BR /&gt;&lt;BR /&gt;I assume you have NAT setup for them?</description>
      <pubDate>Wed, 25 Apr 2018 19:28:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-traffic-through-asa/m-p/3373026#M1025371</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2018-04-25T19:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Allow traffic through ASA</title>
      <link>https://community.cisco.com/t5/network-security/allow-traffic-through-asa/m-p/3373124#M1025374</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;The new output is below.&amp;nbsp; 10.30.144.146 is the address I am pinging from.&amp;nbsp; &amp;nbsp;I do not have NAT set up for the destination addresses.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;asa# debug icmp trace&lt;BR /&gt;debug icmp trace enabled at level 1&lt;BR /&gt;accasa# ICMP echo request from inside:10.30.144.146 to outside:209.235.25.1 ID=1&lt;BR /&gt; seq=226 len=32&lt;BR /&gt;ICMP echo request from 10.30.202.16 to 10.30.1.1 ID=1 seq=30554 len=32&lt;BR /&gt;ICMP echo reply from 10.30.1.1 to 10.30.202.16 ID=1 seq=30554 len=32&lt;BR /&gt;ICMP echo request from 10.30.202.16 to 10.30.1.1 ID=1 seq=30556 len=32&lt;BR /&gt;ICMP echo reply from 10.30.1.1 to 10.30.202.16 ID=1 seq=30556 len=32&lt;BR /&gt;ICMP echo request from inside:10.30.202.16 to outside:209.235.25.1 ID=1 seq=3055&lt;BR /&gt;7 len=32&lt;BR /&gt;ICMP echo request from inside:10.30.144.146 to outside:63.111.40.6 ID=1 seq=227&lt;BR /&gt;len=32&lt;BR /&gt;ICMP echo request from inside:10.30.202.16 to outside:63.111.40.6 ID=1 seq=30558&lt;BR /&gt; len=32&lt;BR /&gt;ICMP echo request from 10.30.202.16 to 10.30.1.1 ID=1 seq=30560 len=32&lt;BR /&gt;ICMP echo reply from 10.30.1.1 to 10.30.202.16 ID=1 seq=30560 len=32&lt;BR /&gt;ICMP echo request from 10.30.202.16 to 10.30.1.1 ID=1 seq=30562 len=32&lt;BR /&gt;ICMP echo reply from 10.30.1.1 to 10.30.202.16 ID=1 seq=30562 len=32&lt;BR /&gt;ICMP echo request from 10.30.202.16 to 10.30.1.1 ID=1 seq=30564 len=32&lt;BR /&gt;ICMP echo reply from 10.30.1.1 to 10.30.202.16 ID=1 seq=30564 len=32&lt;BR /&gt;ICMP echo request from dmz:10.51.2.210 to inside:accdc3 ID=18671 seq=30902 len=0&lt;BR /&gt;ICMP echo request from dmz:10.51.2.210 to inside:auburn-dc2 ID=47704 seq=30903 l&lt;BR /&gt;en=0&lt;BR /&gt;ICMP echo reply from inside:accdc3 to dmz:10.51.2.210 ID=18671 seq=30902 len=0&lt;BR /&gt;ICMP echo reply from inside:auburn-dc2 to dmz:10.51.2.210 ID=47704 seq=30903 len&lt;BR /&gt;=0&lt;BR /&gt;ICMP echo request from dmz:accexsrv4 to inside:accdc3 ID=768 seq=16837 len=1&lt;BR /&gt;ICMP echo reply from inside:accdc3 to dmz:accexsrv4 ID=768 seq=16837 len=1&lt;BR /&gt;ICMP echo request from inside:10.30.144.146 to outside:209.235.25.1 ID=1 seq=228&lt;BR /&gt; len=32&lt;BR /&gt;ICMP echo request from 10.30.202.16 to 10.30.1.1 ID=1 seq=30566 len=32&lt;BR /&gt;ICMP echo reply from 10.30.1.1 to 10.30.202.16 ID=1 seq=30566 len=32&lt;BR /&gt;ICMP echo request from inside:10.30.202.16 to outside:209.235.25.1 ID=1 seq=3056&lt;BR /&gt;7 len=32&lt;BR /&gt;ICMP echo request from 10.30.202.16 to 10.30.1.1 ID=1 seq=30569 len=32&lt;BR /&gt;ICMP echo reply from 10.30.1.1 to 10.30.202.16 ID=1 seq=30569 len=32&lt;BR /&gt;ICMP echo request from inside:10.30.144.146 to outside:63.111.40.6 ID=1 seq=229&lt;BR /&gt;len=32&lt;BR /&gt;ICMP echo request from inside:10.30.202.16 to outside:63.111.40.6 ID=1 seq=30570&lt;BR /&gt; len=32&lt;BR /&gt;ICMP echo request from 10.30.202.16 to 10.30.1.1 ID=1 seq=30572 len=32&lt;BR /&gt;ICMP echo reply from 10.30.1.1 to 10.30.202.16 ID=1 seq=30572 len=32&lt;BR /&gt;ICMP echo request from 10.30.202.16 to 10.30.1.1 ID=1 seq=30574 len=32&lt;BR /&gt;ICMP echo reply from 10.30.1.1 to 10.30.202.16 ID=1 seq=30574 len=32&lt;BR /&gt;ICMP echo request from 10.30.202.16 to 10.30.1.1 ID=1 seq=30576 len=32&lt;BR /&gt;ICMP echo reply from 10.30.1.1 to 10.30.202.16 ID=1 seq=30576 len=32&lt;BR /&gt;ICMP echo request from dmz:10.51.2.210 to inside:accdc3 ID=25329 seq=30904 len=0&lt;BR /&gt;ICMP echo request from dmz:10.51.2.210 to inside:auburn-dc2 ID=28447 seq=30905 l&lt;BR /&gt;en=0&lt;BR /&gt;ICMP echo reply from inside:accdc3 to dmz:10.51.2.210 ID=25329 seq=30904 len=0&lt;BR /&gt;ICMP echo reply from inside:auburn-dc2 to dmz:10.51.2.210 ID=28447 seq=30905 len&lt;BR /&gt;=0&lt;BR /&gt;ICMP echo request from inside:10.30.144.146 to outside:209.235.25.1 ID=1 seq=230&lt;BR /&gt; len=32&lt;BR /&gt;ICMP echo request from 10.30.202.16 to 10.30.1.1 ID=1 seq=30578 len=32&lt;BR /&gt;ICMP echo reply from 10.30.1.1 to 10.30.202.16 ID=1 seq=30578 len=32&lt;BR /&gt;ICMP echo request from inside:10.30.202.16 to outside:209.235.25.1 ID=1 seq=3057&lt;BR /&gt;9 len=32&lt;BR /&gt;ICMP echo request from 10.30.202.16 to 10.30.1.1 ID=1 seq=30581 len=32&lt;BR /&gt;ICMP echo reply from 10.30.1.1 to 10.30.202.16 ID=1 seq=30581 len=32&lt;BR /&gt;ICMP echo request from inside:10.30.144.146 to outside:63.111.40.6 ID=1 seq=231&lt;BR /&gt;len=32&lt;BR /&gt;ICMP echo request from inside:10.30.202.16 to outside:63.111.40.6 ID=1 seq=30582&lt;BR /&gt; len=32&lt;BR /&gt;ICMP echo request from dmz:accexsrv4 to inside:accdc3 ID=768 seq=17093 len=1&lt;BR /&gt;ICMP echo reply from inside:accdc3 to dmz:accexsrv4 ID=768 seq=17093 len=1&lt;BR /&gt;ICMP echo request from dmz:accexsrv4 to inside:accdc3 ID=768 seq=17349 len=1&lt;BR /&gt;ICMP echo reply from inside:accdc3 to dmz:accexsrv4 ID=768 seq=17349 len=1&lt;BR /&gt;ICMP echo request from dmz:accexsrv4 to inside:accdc3 ID=768 seq=17605 len=1&lt;BR /&gt;ICMP echo reply from inside:accdc3 to dmz:accexsrv4 ID=768 seq=17605 len=1&lt;BR /&gt;ICMP echo request from 10.30.202.16 to 10.30.1.1 ID=1 seq=30584 len=32&lt;BR /&gt;ICMP echo reply from 10.30.1.1 to 10.30.202.16 ID=1 seq=30584 len=32&lt;BR /&gt;ICMP echo request from dmz:accdc1 to inside:auburn-dc2 ID=512 seq=28682 len=1&lt;BR /&gt;ICMP echo reply from inside:auburn-dc2 to dmz:accdc1 ID=512 seq=28682 len=1&lt;BR /&gt;ICMP echo request from dmz:accdc1 to inside:auburn-dc2 ID=512 seq=28938 len=1&lt;BR /&gt;ICMP echo reply from inside:auburn-dc2 to dmz:accdc1 ID=512 seq=28938 len=1&lt;BR /&gt;ICMP echo request from dmz:accdc1 to inside:10.30.8.20 ID=512 seq=29194 len=1&lt;BR /&gt;ICMP echo reply from inside:10.30.8.20 to dmz:accdc1 ID=512 seq=29194 len=1&lt;BR /&gt;ICMP echo request from dmz:accexsrv4 to inside:10.30.8.20 ID=768 seq=17861 len=1&lt;BR /&gt;ICMP echo reply from inside:10.30.8.20 to dmz:accexsrv4 ID=768 seq=17861 len=1&lt;BR /&gt;ICMP echo request from dmz:accexsrv4 to inside:accdc3 ID=768 seq=18117 len=1&lt;BR /&gt;ICMP echo reply from inside:accdc3 to dmz:accexsrv4 ID=768 seq=18117 len=1&lt;BR /&gt;ICMP echo request from dmz:accexsrv4 to inside:auburn-dc2 ID=768 seq=18373 len=1&lt;BR /&gt;ICMP echo reply from inside:auburn-dc2 to dmz:accexsrv4 ID=768 seq=18373 len=1&lt;BR /&gt;ICMP echo request from 10.30.202.16 to 10.30.1.1 ID=1 seq=30586 len=32&lt;BR /&gt;ICMP echo reply from 10.30.1.1 to 10.30.202.16 ID=1 seq=30586 len=32&lt;BR /&gt;ICMP echo request from dmz:10.51.2.210 to inside:accdc3 ID=25433 seq=30906 len=0&lt;BR /&gt;ICMP echo request from dmz:10.51.2.210 to inside:auburn-dc2 ID=5192 seq=30907 le&lt;BR /&gt;n=0&lt;BR /&gt;ICMP echo reply from inside:accdc3 to dmz:10.51.2.210 ID=25433 seq=30906 len=0&lt;BR /&gt;ICMP echo reply from inside:auburn-dc2 to dmz:10.51.2.210 ID=5192 seq=30907 len=&lt;BR /&gt;0&lt;BR /&gt;ICMP echo request from 10.30.202.16 to 10.30.1.1 ID=1 seq=30587 len=32&lt;BR /&gt;ICMP echo reply from 10.30.1.1 to 10.30.202.16 ID=1 seq=30587 len=32&lt;BR /&gt;ICMP echo request from inside:10.30.144.146 to outside:209.235.25.1 ID=1 seq=232&lt;BR /&gt; len=32&lt;BR /&gt;ICMP echo request from 10.30.202.16 to 10.30.1.1 ID=1 seq=30589 len=32&lt;BR /&gt;ICMP echo reply from 10.30.1.1 to 10.30.202.16 ID=1 seq=30589 len=32&lt;BR /&gt;ICMP echo request from dmz:accdc1 to inside:auburn-dc2 ID=512 seq=29450 len=32&lt;BR /&gt;ICMP echo reply from inside:auburn-dc2 to dmz:accdc1 ID=512 seq=29450 len=32&lt;BR /&gt;ICMP echo request from dmz:accdc1 to inside:10.30.8.20 ID=512 seq=29706 len=32&lt;BR /&gt;ICMP echo reply from inside:10.30.8.20 to dmz:accdc1 ID=512 seq=29706 len=32&lt;BR /&gt;ICMP echo request from inside:10.30.202.16 to outside:209.235.25.1 ID=1 seq=3059&lt;BR /&gt;1 len=32&lt;BR /&gt;ICMP echo request from inside:10.30.144.146 to outside:63.111.40.6 ID=1 seq=233&lt;BR /&gt;len=32&lt;BR /&gt;ICMP echo request from 10.30.202.16 to 10.30.1.1 ID=1 seq=30593 len=32&lt;BR /&gt;ICMP echo reply from 10.30.1.1 to 10.30.202.16 ID=1 seq=30593 len=32&lt;BR /&gt;ICMP echo request from inside:10.30.202.16 to outside:63.111.40.6 ID=1 seq=30594&lt;BR /&gt; len=32&lt;BR /&gt;ICMP echo request from dmz:accdc1 to inside:auburn-dc2 ID=512 seq=29962 len=1&lt;BR /&gt;ICMP echo reply from inside:auburn-dc2 to dmz:accdc1 ID=512 seq=29962 len=1&lt;BR /&gt;ICMP echo request from 10.30.202.16 to 10.30.1.1 ID=1 seq=30595 len=32&lt;BR /&gt;ICMP echo reply from 10.30.1.1 to 10.30.202.16 ID=1 seq=30595 len=32&lt;BR /&gt;ICMP echo request from 10.30.202.16 to 10.30.1.1 ID=1 seq=30598 len=32&lt;BR /&gt;ICMP echo reply from 10.30.1.1 to 10.30.202.16 ID=1 seq=30598 len=32&lt;BR /&gt;ICMP echo request from dmz:10.51.2.210 to inside:accdc3 ID=56307 seq=30908 len=0&lt;BR /&gt;ICMP echo request from dmz:10.51.2.210 to inside:auburn-dc2 ID=15525 seq=30909 l&lt;BR /&gt;en=0&lt;BR /&gt;ICMP echo reply from inside:accdc3 to dmz:10.51.2.210 ID=56307 seq=30908 len=0&lt;BR /&gt;ICMP echo reply from inside:auburn-dc2 to dmz:10.51.2.210 ID=15525 seq=30909 len&lt;BR /&gt;=0&lt;BR /&gt;ICMP echo request from 10.30.202.16 to 10.30.1.1 ID=1 seq=30599 len=32&lt;BR /&gt;ICMP echo reply from 10.30.1.1 to 10.30.202.16 ID=1 seq=30599 len=32&lt;BR /&gt;ICMP echo request from inside:10.30.144.146 to outside:209.235.25.1 ID=1 seq=234&lt;BR /&gt; len=32&lt;BR /&gt;ICMP echo request from 10.30.202.16 to 10.30.1.1 ID=1 seq=30602 len=32&lt;BR /&gt;ICMP echo reply from 10.30.1.1 to 10.30.202.16 ID=1 seq=30602 len=32&lt;BR /&gt;ICMP echo request from inside:10.30.202.16 to outside:209.235.25.1 ID=1 seq=3060&lt;BR /&gt;3 len=32&lt;BR /&gt;ICMP echo request from inside:10.30.144.146 to outside:63.111.40.6 ID=1 seq=235&lt;BR /&gt;len=32&lt;BR /&gt;ICMP echo request from 10.30.202.16 to 10.30.1.1 ID=1 seq=30605 len=32&lt;BR /&gt;ICMP echo reply from 10.30.1.1 to 10.30.202.16 ID=1 seq=30605 len=32&lt;BR /&gt;ICMP echo request from inside:10.30.202.16 to outside:63.111.40.6 ID=1 seq=30606&lt;BR /&gt; len=32&lt;BR /&gt;ICMP echo request from dmz:accdc1 to inside:10.30.8.20 ID=512 seq=30218 len=1&lt;BR /&gt;ICMP echo reply from inside:10.30.8.20 to dmz:accdc1 ID=512 seq=30218 len=1&lt;BR /&gt;ICMP echo request from dmz:accdc1 to inside:auburn-dc2 ID=512 seq=30474 len=1&lt;BR /&gt;ICMP echo reply from inside:auburn-dc2 to dmz:accdc1 ID=512 seq=30474 len=1&lt;BR /&gt;ICMP echo request from dmz:accdc1 to inside:accdc3 ID=512 seq=30730 len=1&lt;BR /&gt;ICMP echo reply from inside:accdc3 to dmz:accdc1 ID=512 seq=30730 len=1&lt;BR /&gt;ICMP echo request from 10.30.202.16 to 10.30.1.1 ID=1 seq=30607 len=32&lt;BR /&gt;ICMP echo reply from 10.30.1.1 to 10.30.202.16 ID=1 seq=30607 len=32&lt;BR /&gt;ICMP echo request from dmz:accexsrv4 to inside:auburn-dc2 ID=768 seq=18629 len=1&lt;BR /&gt;ICMP echo reply from inside:auburn-dc2 to dmz:accexsrv4 ID=768 seq=18629 len=1&lt;BR /&gt;ICMP echo request from dmz:accexsrv4 to inside:accdc3 ID=768 seq=18885 len=1&lt;BR /&gt;ICMP echo reply from inside:accdc3 to dmz:accexsrv4 ID=768 seq=18885 len=1&lt;BR /&gt;ICMP echo request from dmz:accexsrv4 to inside:10.30.8.20 ID=768 seq=19141 len=1&lt;BR /&gt;ICMP echo reply from inside:10.30.8.20 to dmz:accexsrv4 ID=768 seq=19141 len=1&lt;BR /&gt;ICMP echo request from dmz:accdc1 to inside:accdc3 ID=512 seq=30986 len=1&lt;BR /&gt;ICMP echo reply from inside:accdc3 to dmz:accdc1 ID=512 seq=30986 len=1&lt;BR /&gt;ICMP echo request from dmz:accdc1 to inside:auburn-dc2 ID=512 seq=31242 len=1&lt;BR /&gt;ICMP echo reply from inside:auburn-dc2 to dmz:accdc1 ID=512 seq=31242 len=1&lt;BR /&gt;ICMP echo request from dmz:accdc1 to inside:10.30.8.20 ID=512 seq=31498 len=1&lt;BR /&gt;ICMP echo reply from inside:10.30.8.20 to dmz:accdc1 ID=512 seq=31498 len=1&lt;BR /&gt;ICMP echo request from 10.30.202.16 to 10.30.1.1 ID=1 seq=30610 len=32&lt;BR /&gt;ICMP echo reply from 10.30.1.1 to 10.30.202.16 ID=1 seq=30610 len=32&lt;BR /&gt;ICMP echo request from dmz:10.51.2.210 to inside:accdc3 ID=8534 seq=30910 len=0&lt;BR /&gt;ICMP echo request from dmz:10.51.2.210 to inside:auburn-dc2 ID=43030 seq=30911 l&lt;BR /&gt;en=0&lt;BR /&gt;ICMP echo reply from inside:accdc3 to dmz:10.51.2.210 ID=8534 seq=30910 len=0&lt;BR /&gt;ICMP echo reply from inside:auburn-dc2 to dmz:10.51.2.210 ID=43030 seq=30911 len&lt;BR /&gt;=0&lt;BR /&gt;ICMP echo request from 10.30.202.16 to 10.30.1.1 ID=1 seq=30611 len=32&lt;BR /&gt;ICMP echo reply from 10.30.1.1 to 10.30.202.16 ID=1 seq=30611 len=32&lt;BR /&gt;ICMP echo request from inside:10.30.144.146 to outside:209.235.25.1 ID=1 seq=236&lt;BR /&gt; len=32&lt;BR /&gt;ICMP echo request from 10.30.202.16 to 10.30.1.1 ID=1 seq=30613 len=32&lt;BR /&gt;ICMP echo reply from 10.30.1.1 to 10.30.202.16 ID=1 seq=30613 len=32&lt;BR /&gt;uaICMP echo request from inside:10.30.202.16 to outside:209.235.25.1 ID=1 seq=30&lt;BR /&gt;615 len=32&lt;BR /&gt;lICMP echo request from inside:10.30.144.146 to outside:63.111.40.6 ID=1 seq=237&lt;BR /&gt; len=32&lt;BR /&gt;lICMP echo request from 10.30.202.16 to 10.30.1.1 ID=1 seq=30616 len=32&lt;BR /&gt;ICMP echo reply from 10.30.1.1 to 10.30.202.16 ID=1 seq=30616 len=32&lt;BR /&gt;ICMP echo request from inside:10.30.202.16 to outside:63.111.40.6 ID=1 seq=30618&lt;BR /&gt; len=32&lt;/P&gt;</description>
      <pubDate>Wed, 25 Apr 2018 22:30:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/allow-traffic-through-asa/m-p/3373124#M1025374</guid>
      <dc:creator>pa_slepko</dc:creator>
      <dc:date>2018-04-25T22:30:32Z</dc:date>
    </item>
  </channel>
</rss>

