<?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 packet tracer in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-packet-tracer/m-p/1370511#M719536</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here you go:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/application/pdf/paws/71871/asa-pix-troubleshooting.pdf"&gt;http://www.cisco.com/application/pdf/paws/71871/asa-pix-troubleshooting.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Apr 2010 11:43:45 GMT</pubDate>
    <dc:creator>Jennifer Halim</dc:creator>
    <dc:date>2010-04-05T11:43:45Z</dc:date>
    <item>
      <title>ASA packet tracer</title>
      <link>https://community.cisco.com/t5/network-security/asa-packet-tracer/m-p/1370508#M719530</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Can anybody please&amp;nbsp; help me to understand the &lt;STRONG&gt;packet tracer&lt;/STRONG&gt; output of ASA well explainied.&amp;nbsp; Any well explained link/URL&amp;nbsp; will be very helpful.&amp;nbsp; I want to clearly understand the process happening in each step when a packet travel from one interface to another interface of ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also&amp;nbsp; please tell me the order of NAT and Route performed in the case of&amp;nbsp; inside to outside and outside to inside( Which one is done at first in each case)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;( I will defenitely rate helpful posts)&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 17:29:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-packet-tracer/m-p/1370508#M719530</guid>
      <dc:creator>Jithesh K Joy</dc:creator>
      <dc:date>2019-03-11T17:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: ASA packet tracer</title>
      <link>https://community.cisco.com/t5/network-security/asa-packet-tracer/m-p/1370509#M719532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look at the packet tracer section of this document:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/partner/products/ps6120/products_tech_note09186a00807c35e7.shtml"&gt;http://www.cisco.com/en/US/partner/products/ps6120/products_tech_note09186a00807c35e7.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, it goes through the packet lifecycle from when it arrives on the interface all the way before it left the interface. If the result shows "ALLOW", it means it passes through that particular phase, and it will show "DENY" if it fails on that particular phase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NAT order of operation on ASA:&lt;/P&gt;&lt;P&gt;1) NAT exemption (NAT 0 with ACL)&lt;/P&gt;&lt;P&gt;2) Static NAT and PAT&lt;/P&gt;&lt;P&gt;3) Dynamic NAT and PAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From inside to outside:&lt;/P&gt;&lt;P&gt;- It will check the inside ACL first, and it should match the ip address/subnet before it is getting translated.&lt;/P&gt;&lt;P&gt;- It will then check where is the destination traffic, and translate packet accordingly as per the translation pair created, ie: whether it is "static (inside,outside)" OR/ "nat (inside) and global (outside) pair".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From outside to inside:&lt;/P&gt;&lt;P&gt;- It will check the outside ACL first, and it should match the ip address/subnet before it is getting translated back. For example: if translation from public to private ip is configured, the ACL should match the public ip address (This is true for ASA version 8.2 and earlier).&lt;/P&gt;&lt;P&gt;- Then as above, it will untranslate the ip address back from public to private.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a whole complete transformation of NAT and ACL on ASA version 8.3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope the information helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Apr 2010 08:34:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-packet-tracer/m-p/1370509#M719532</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2010-04-05T08:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: ASA packet tracer</title>
      <link>https://community.cisco.com/t5/network-security/asa-packet-tracer/m-p/1370510#M719534</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;&amp;nbsp; Thank you . If you don't mind, could you please send me the file(URL) to my email ID &lt;A href="mailto:jitheshkjoy@gmail.com"&gt;jitheshkjoy@gmail.com&lt;/A&gt; becoz that URL is not accessible for my Login ( Forbidden)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jithesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Apr 2010 11:24:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-packet-tracer/m-p/1370510#M719534</guid>
      <dc:creator>Jithesh K Joy</dc:creator>
      <dc:date>2010-04-05T11:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: ASA packet tracer</title>
      <link>https://community.cisco.com/t5/network-security/asa-packet-tracer/m-p/1370511#M719536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here you go:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/application/pdf/paws/71871/asa-pix-troubleshooting.pdf"&gt;http://www.cisco.com/application/pdf/paws/71871/asa-pix-troubleshooting.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Apr 2010 11:43:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-packet-tracer/m-p/1370511#M719536</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2010-04-05T11:43:45Z</dc:date>
    </item>
  </channel>
</rss>

