<?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 Hi, in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/nat-reverse-path-failure-asa55-6/m-p/2866838#M172064</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;First of all, please make below changes if possible. Manual NAT always takes preference over Object NAT and they are always processed from TOP to Bottom. It doesn't process them on the basis of Dynamic or Static. It process as whichever comes first so also try to make Object NATs when you are not using 'destination' keyword or in other words, when you are not performing destination nat.&lt;/P&gt;
&lt;P&gt;Also when you are using identity nat, then always use no-proxy-arp route-lookup&lt;/P&gt;
&lt;P&gt;So..&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;nat (any,any) source static DMZ1 DMZ1 destination static VPN VPN&amp;nbsp;no-proxy-arp route-lookup&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nat (any,any) source static DMZ2 DMZ2&amp;nbsp;no-proxy-arp route-lookup&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;nat (any,outside) source dynamic VPN interface description VPN Access to Internet&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nat (inside,inside) source dynamic Inside_Subnet interface destination static serv-1-ext&amp;nbsp;serv-1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nat (wifi,inside) source dynamic &lt;/SPAN&gt;&lt;SPAN&gt;wls_sub&lt;/SPAN&gt;&lt;SPAN&gt; interface destination static &lt;/SPAN&gt;&lt;SPAN&gt;serv-1-ext&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;serv&lt;/SPAN&gt;&lt;SPAN&gt;-1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nat (outside,inside) source dynamic any interface destination static &lt;/SPAN&gt;&lt;SPAN&gt;serv-1-ext&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;serv&lt;/SPAN&gt;&lt;SPAN&gt;-1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nat (any,any) source static nonat nonat destination static nonat nonat no-proxy-arp&amp;nbsp;no-proxy-arp route-lookup&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Hope it would help.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Akshay Rastogi&lt;/P&gt;
&lt;P&gt;Remember to rate helpful hosts.&lt;/P&gt;</description>
    <pubDate>Sun, 06 Mar 2016 10:30:53 GMT</pubDate>
    <dc:creator>Akshay Rastogi</dc:creator>
    <dc:date>2016-03-06T10:30:53Z</dc:date>
    <item>
      <title>NAT Reverse Path Failure ASA55-6</title>
      <link>https://community.cisco.com/t5/network-security/nat-reverse-path-failure-asa55-6/m-p/2866830#M172053</link>
      <description>&lt;P&gt;I am showing significant drops in NAT reverse failure and trying to figure out where the issue is.&lt;/P&gt;
&lt;P&gt;Show ASP Drop&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Flow is denied by configured rule (acl-drop) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 6676289&lt;/P&gt;
&lt;P&gt;&amp;nbsp;NAT reverse path failed (nat-rpf-failed) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1075090&lt;/P&gt;
&lt;P&gt;Objects&lt;/P&gt;
&lt;P&gt;object network obj_any&lt;BR /&gt; subnet 0.0.0.0 0.0.0.0&lt;BR /&gt;object network Inside_Subnet&lt;BR /&gt; subnet 192.168.0.0 255.255.0.0&lt;BR /&gt;object network wls_sub&lt;BR /&gt; subnet 192.168.10.0 255.255.255.0&lt;BR /&gt;object network lan_sub&lt;BR /&gt; subnet 192.168.0.0 255.255.255.0&lt;BR /&gt;object network DMZ1&lt;BR /&gt; host 192.168.0.100 &lt;BR /&gt;object network DMZ2&lt;BR /&gt; range 192.168.0.50 &lt;BR /&gt;object network VPN&lt;BR /&gt; subnet 192.168.1.0 255.255.255.0&lt;BR /&gt;object network serv-1&lt;BR /&gt; host 192.168.0.100&lt;BR /&gt;object network serv-1-ext&lt;BR /&gt; host a.b.c.d&lt;BR /&gt;object network serv-1&lt;BR /&gt; host 192.168.0.50&lt;BR /&gt;object network serv-1-ext&lt;BR /&gt; host a.b.c.d&lt;BR /&gt;object network corp_inside&lt;BR /&gt; subnet 192.168.0.0 255.255.255.0&lt;BR /&gt;object-group network REMOTE_SUBNET&lt;BR /&gt; network-object 192.168.51.0 255.255.255.0&lt;BR /&gt; network-object 192.168.50.0 255.255.255.0&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;ACL&lt;/P&gt;
&lt;P&gt;access-list AnyConnect_Client_Local_Print remark IPP: Internet Printing Protocol&lt;BR /&gt;access-list AnyConnect_Client_Local_Print extended permit tcp any4 any4 eq 631&lt;BR /&gt;access-list AnyConnect_Client_Local_Print remark Windows' printing port&lt;BR /&gt;access-list AnyConnect_Client_Local_Print extended permit tcp any4 any4 eq 9100&lt;BR /&gt;access-list AnyConnect_Client_Local_Print remark mDNS: multicast DNS protocol&lt;BR /&gt;access-list AnyConnect_Client_Local_Print extended permit udp any4 host 224.0.0.251 eq 5353&lt;BR /&gt;access-list AnyConnect_Client_Local_Print remark LLMNR: Link Local Multicast Name Resolution protocol&lt;BR /&gt;access-list AnyConnect_Client_Local_Print extended permit udp any4 host 224.0.0.252 eq 5355&lt;BR /&gt;access-list AnyConnect_Client_Local_Print remark TCP/NetBIOS protocol&lt;BR /&gt;access-list AnyConnect_Client_Local_Print extended permit tcp any4 any4 eq 137&lt;BR /&gt;access-list outside_cryptomap_2 extended permit ip 192.168.0.0 255.255.255.0 192.168.51.0 255.255.255.0&lt;BR /&gt;access-list outside_cryptomap_2 extended permit ip 192.168.0.0 255.255.255.0 192.168.50.0 255.255.255.0&lt;BR /&gt;access-list outside_cryptomap_2 extended permit ip 192.168.10.0 255.255.255.0 192.168.50.0 255.255.255.0&lt;BR /&gt;access-list outside_cryptomap_2 extended permit ip 192.168.10.0 255.255.255.0 192.168.51.0 255.255.255.0&lt;BR /&gt;access-list acl-inside extended permit ip any any&lt;BR /&gt;access-list acl-inside extended permit icmp any any&lt;BR /&gt;access-list outside_access_in extended permit tcp any host 192.168.0.100 eq smtp&lt;BR /&gt;access-list outside_access_in extended permit tcp any host 192.168.0.100 eq https&lt;BR /&gt;access-list outside_access_in extended permit tcp any host 192.168.0.100 eq www&lt;BR /&gt;access-list outside_access_in extended permit tcp any host 192.168.0.100 eq imap4&lt;BR /&gt;access-list outside_access_in extended permit tcp any host 192.168.0.100 eq 9833&lt;BR /&gt;access-list outside_access_in extended permit udp any host 192.168.0.100 eq 9833&lt;BR /&gt;access-list outside_access_in extended permit tcp any host 192.168.0.50 eq 3389&lt;BR /&gt;access-list outside_access_in extended permit udp any host 192.168.0.50 eq 3389&lt;BR /&gt;access-list Split-Tunnel standard permit 192.168.0.0 255.255.0.0&lt;BR /&gt;access-list internal_traffic extended permit ip 192.168.0.0 255.255.255.0 any&lt;BR /&gt;access-list NONAT extended permit ip 192.168.0.0 255.255.255.0 192.168.50.0 255.255.255.0&lt;BR /&gt;access-list NONAT extended permit ip 192.168.1.0 255.255.255.0 192.168.50.0 255.255.255.0&lt;BR /&gt;access-list NONAT extended permit ip 192.168.0.0 255.255.255.0 192.168.51.0 255.255.255.0&lt;BR /&gt;access-list NONAT extended permit ip 192.168.1.0 255.255.255.0 192.168.51.0 255.255.255.0&lt;BR /&gt;access-list NONAT extended permit ip 192.168.0.0 255.255.0.0 192.168.0.0 255.255.0.0&lt;BR /&gt;access-list wifi_access_in extended permit ip interface wifi interface inside&lt;BR /&gt;access-list wifi_access_in extended permit ip interface inside interface wifi&lt;BR /&gt;access-list wifi_access_in extended permit ip 192.168.10.0 255.255.255.0 any&lt;BR /&gt;access-list wifi_access_in extended permit ip 192.168.100.0 255.255.255.0 any&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;NAT&lt;/P&gt;
&lt;P&gt;nat (inside,outside) source static Inside_Subnet Inside_Subnet destination static REM_SUB REM_SUB no-proxy-arp route-lookup&lt;BR /&gt;nat (wifi,outside) source static wls_sub wls_sub&amp;nbsp;destination static REM_SUB REM_SUB no-proxy-arp route-lookup&lt;BR /&gt;nat (wifi,inside) source static &lt;SPAN&gt;wls_sub&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;wls_sub&lt;/SPAN&gt;&amp;nbsp;destination static lan_sub lan_sub&amp;nbsp;no-proxy-arp route-lookup&lt;BR /&gt;nat (any,any) source static DMZ1 DMZ1 destination static VPN VPN&lt;BR /&gt;nat (any,any) source static DMZ2 DMZ2&lt;BR /&gt;nat (any,outside) source dynamic VPN interface description VPN Access to Internet&lt;BR /&gt;nat (inside,inside) source dynamic Inside_Subnet interface destination static serv-1-ext&amp;nbsp;serv-1&lt;BR /&gt;nat (wifi,inside) source dynamic &lt;SPAN&gt;wls_sub&lt;/SPAN&gt; interface destination static &lt;SPAN&gt;serv-1-ext&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;serv&lt;/SPAN&gt;&lt;SPAN&gt;-1&lt;/SPAN&gt;&lt;BR /&gt;nat (outside,inside) source dynamic any interface destination static &lt;SPAN&gt;serv-1-ext&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;serv&lt;/SPAN&gt;&lt;SPAN&gt;-1&lt;/SPAN&gt;&lt;BR /&gt;nat (any,any) source static nonat nonat destination static nonat nonat no-proxy-arp&lt;BR /&gt;nat (inside,wifi) source static lan_sub lan_sub&amp;nbsp;destination static wls_sub wls_sub&amp;nbsp;no-proxy-arp route-lookup&lt;BR /&gt;!&lt;BR /&gt;object network obj_any&lt;BR /&gt; nat (any,outside) dynamic interface&lt;BR /&gt;object network&amp;nbsp;serv-2&lt;BR /&gt; nat (inside,outside) static serv-2-ext&lt;BR /&gt;object network corp_inside&lt;BR /&gt; nat (outside,outside) dynamic interface&lt;BR /&gt;object network serv-1&lt;BR /&gt; nat (inside,outside) static serv-1-ext&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 07:26:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-reverse-path-failure-asa55-6/m-p/2866830#M172053</guid>
      <dc:creator>D Blum</dc:creator>
      <dc:date>2019-03-12T07:26:03Z</dc:date>
    </item>
    <item>
      <title>Have you ever cleared these</title>
      <link>https://community.cisco.com/t5/network-security/nat-reverse-path-failure-asa55-6/m-p/2866831#M172054</link>
      <description>&lt;P&gt;Have you ever cleared these counters? &amp;nbsp;issue the command "clear asp drop" and then monitor to see how fast this increments.&lt;/P&gt;
&lt;P&gt;Could you post the actual log you are seeing please.&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>Thu, 03 Mar 2016 05:40:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-reverse-path-failure-asa55-6/m-p/2866831#M172054</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2016-03-03T05:40:05Z</dc:date>
    </item>
    <item>
      <title>Hi D Blum,</title>
      <link>https://community.cisco.com/t5/network-security/nat-reverse-path-failure-asa55-6/m-p/2866832#M172055</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://supportforums.cisco.com/users/dblumrmauscom" title="View user profile." class="username" lang="" about="/users/dblumrmauscom" typeof="sioc:UserAccount" property="foaf:name" datatype=""&gt;D Blum&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;Adding to what Marius &amp;nbsp;said.&lt;BR /&gt;Would you be able to run a packet &lt;G class="gr_ gr_28 gr-alert gr_spell gr_disable_anim_appear undefined ContextualSpelling" id="28" data-gr-id="28"&gt;tracer&lt;/G&gt; for a specific source and destination IP and share the &lt;G class="gr_ gr_321 gr-alert gr_gramm undefined Punctuation multiReplace" id="321" data-gr-id="321"&gt;results.&lt;/G&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;I'd rather have these nat &lt;G class="gr_ gr_99 gr-alert gr_spell gr_disable_anim_appear undefined ContextualSpelling ins-del multiReplace" id="99" data-gr-id="99"&gt;statments&lt;/G&gt; &lt;G class="gr_ gr_103 gr-alert gr_spell gr_disable_anim_appear undefined ContextualSpelling ins-del multiReplace" id="103" data-gr-id="103"&gt;modifed&lt;/G&gt; to have the &amp;nbsp;interfaces to make them more specific,&lt;/P&gt;
&lt;P&gt;"&lt;G class="gr_ gr_261 gr-alert gr_spell gr_disable_anim_appear undefined ContextualSpelling" id="261" data-gr-id="261"&gt;nat&lt;/G&gt; &lt;G class="gr_ gr_264 gr-alert gr_gramm gr_disable_anim_appear undefined Punctuation replaceWithoutSep" id="264" data-gr-id="264"&gt;(any,any)&lt;/G&gt; source static DMZ1 DMZ1 destination static &lt;G class="gr_ gr_263 gr-alert gr_spell gr_disable_anim_appear undefined ContextualSpelling only-del replaceWithoutSep" id="263" data-gr-id="263"&gt;VPN VPN&lt;/G&gt;&lt;BR /&gt;nat &lt;G class="gr_ gr_253 gr-alert gr_gramm gr_disable_anim_appear undefined Punctuation replaceWithoutSep" id="253" data-gr-id="253"&gt;(any,any)&lt;/G&gt; source static DMZ2 DMZ2&lt;BR /&gt;nat &lt;G class="gr_ gr_252 gr-alert gr_gramm gr_disable_anim_appear undefined Punctuation replaceWithoutSep" id="252" data-gr-id="252"&gt;(any,outside)&lt;/G&gt; source dynamic VPN interface description VPN Access to &lt;G class="gr_ gr_251 gr-alert gr_gramm gr_disable_anim_appear undefined Grammar multiReplace" id="251" data-gr-id="251"&gt;Internet&lt;/G&gt;&lt;BR /&gt;nat &lt;G class="gr_ gr_250 gr-alert gr_gramm gr_disable_anim_appear undefined Punctuation replaceWithoutSep" id="250" data-gr-id="250"&gt;(any,any)&lt;/G&gt; source static &lt;G class="gr_ gr_249 gr-alert gr_spell gr_disable_anim_appear undefined ContextualSpelling only-del replaceWithoutSep" id="249" data-gr-id="249"&gt;&lt;G class="gr_ gr_229 gr-alert gr_spell gr_disable_anim_appear undefined ContextualSpelling ins-del multiReplace" id="229" data-gr-id="229"&gt;nonat&lt;/G&gt; &lt;G class="gr_ gr_230 gr-alert gr_spell gr_disable_anim_appear undefined ContextualSpelling ins-del multiReplace" id="230" data-gr-id="230"&gt;nonat&lt;/G&gt;&lt;/G&gt; destination static &lt;G class="gr_ gr_231 gr-alert gr_spell gr_disable_anim_appear undefined ContextualSpelling ins-del multiReplace" id="231" data-gr-id="231"&gt;nonat&lt;/G&gt; &lt;G class="gr_ gr_232 gr-alert gr_spell gr_disable_anim_appear undefined ContextualSpelling ins-del multiReplace" id="232" data-gr-id="232"&gt;nonat&lt;/G&gt; no-proxy-arp"&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Dinesh Moudgil&lt;BR /&gt;&lt;BR /&gt;P.S. Please rate helpful posts.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2016 05:45:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-reverse-path-failure-asa55-6/m-p/2866832#M172055</guid>
      <dc:creator>Dinesh Moudgil</dc:creator>
      <dc:date>2016-03-03T05:45:44Z</dc:date>
    </item>
    <item>
      <title>This is after 10 seconds:</title>
      <link>https://community.cisco.com/t5/network-security/nat-reverse-path-failure-asa55-6/m-p/2866833#M172056</link>
      <description>&lt;P&gt;This is after 10 seconds:&lt;/P&gt;
&lt;P&gt;Frame drop:&lt;BR /&gt; No route to host (no-route) 2&lt;BR /&gt; Flow is denied by configured rule (acl-drop) 198&lt;BR /&gt; First TCP packet not SYN (tcp-not-syn) 22&lt;BR /&gt; TCP RST/FIN out of order (tcp-rstfin-ooo) 1&lt;BR /&gt; Slowpath security checks failed (sp-security-failed) 109&lt;BR /&gt; FP L2 rule drop (l2_acl) 177&lt;/P&gt;
&lt;P&gt;Last clearing: 00:46:42 EST Mar 3 2016 by enable_15&lt;/P&gt;
&lt;P&gt;Flow drop:&lt;BR /&gt; NAT reverse path failed (nat-rpf-failed) 104&lt;/P&gt;
&lt;P&gt;Last clearing: 00:46:42 EST Mar 3 2016 by enable_15&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2016 05:48:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-reverse-path-failure-asa55-6/m-p/2866833#M172056</guid>
      <dc:creator>D Blum</dc:creator>
      <dc:date>2016-03-03T05:48:28Z</dc:date>
    </item>
    <item>
      <title>Could you post the actual log</title>
      <link>https://community.cisco.com/t5/network-security/nat-reverse-path-failure-asa55-6/m-p/2866834#M172057</link>
      <description>&lt;P&gt;Could you post the actual log messages that you are seeing please.&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>Thu, 03 Mar 2016 05:52:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-reverse-path-failure-asa55-6/m-p/2866834#M172057</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2016-03-03T05:52:19Z</dc:date>
    </item>
    <item>
      <title>What packet tracers would you</title>
      <link>https://community.cisco.com/t5/network-security/nat-reverse-path-failure-asa55-6/m-p/2866835#M172058</link>
      <description>&lt;P&gt;What packet tracers would you recommend?&lt;/P&gt;
&lt;P&gt;In what way would you make the nat statements for specific?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2016 06:21:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-reverse-path-failure-asa55-6/m-p/2866835#M172058</guid>
      <dc:creator>D Blum</dc:creator>
      <dc:date>2016-03-03T06:21:19Z</dc:date>
    </item>
    <item>
      <title>I apologize when you say</title>
      <link>https://community.cisco.com/t5/network-security/nat-reverse-path-failure-asa55-6/m-p/2866836#M172059</link>
      <description>&lt;P&gt;I apologize when you say actual log what are you referring too? &amp;nbsp;The response above is the complete response from "show asp drop"&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Here is current:&lt;/P&gt;
&lt;P&gt;asa5506# show asp drop&lt;/P&gt;
&lt;P&gt;Frame drop:&lt;BR /&gt; IPSEC tunnel is down (ipsec-tun-down) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1&lt;BR /&gt; No route to host (no-route) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 206&lt;BR /&gt; Flow is denied by configured rule (acl-drop) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 10662&lt;BR /&gt; First TCP packet not SYN (tcp-not-syn) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;181&lt;BR /&gt; TCP RST/FIN out of order (tcp-rstfin-ooo) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;18&lt;BR /&gt; TCP RST/SYN in window (tcp-rst-syn-in-win) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 3&lt;BR /&gt; TCP packet failed PAWS test (tcp-paws-fail) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1&lt;BR /&gt; Slowpath security checks failed (sp-security-failed) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;6529&lt;BR /&gt; ICMP Inspect seq num not matched (inspect-icmp-seq-num-not-matched) &amp;nbsp; &amp;nbsp; 2&lt;BR /&gt; DNS Inspect id not matched (inspect-dns-id-not-matched) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 22&lt;BR /&gt; FP L2 rule drop (l2_acl) 8438&lt;/P&gt;
&lt;P&gt;Last clearing: 00:46:42 EST Mar 3 2016 by enable_15&lt;/P&gt;
&lt;P&gt;Flow drop:&lt;BR /&gt; NAT reverse path failed (nat-rpf-failed) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;5232&lt;BR /&gt; Inspection failure (inspect-fail) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;10&lt;/P&gt;
&lt;P&gt;Last clearing: 00:46:42 EST Mar 3 2016 by enable_15&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2016 06:52:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-reverse-path-failure-asa55-6/m-p/2866836#M172059</guid>
      <dc:creator>D Blum</dc:creator>
      <dc:date>2016-03-03T06:52:19Z</dc:date>
    </item>
    <item>
      <title>When I refer to log I mean</title>
      <link>https://community.cisco.com/t5/network-security/nat-reverse-path-failure-asa55-6/m-p/2866837#M172061</link>
      <description>&lt;P&gt;When I refer to log I mean the drops you would see in show log output. &amp;nbsp;Are you experiencing any issues with connectivity in your network? or are you just seeing these ASP drops?&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>Fri, 04 Mar 2016 23:28:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-reverse-path-failure-asa55-6/m-p/2866837#M172061</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2016-03-04T23:28:21Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.cisco.com/t5/network-security/nat-reverse-path-failure-asa55-6/m-p/2866838#M172064</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;First of all, please make below changes if possible. Manual NAT always takes preference over Object NAT and they are always processed from TOP to Bottom. It doesn't process them on the basis of Dynamic or Static. It process as whichever comes first so also try to make Object NATs when you are not using 'destination' keyword or in other words, when you are not performing destination nat.&lt;/P&gt;
&lt;P&gt;Also when you are using identity nat, then always use no-proxy-arp route-lookup&lt;/P&gt;
&lt;P&gt;So..&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;nat (any,any) source static DMZ1 DMZ1 destination static VPN VPN&amp;nbsp;no-proxy-arp route-lookup&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nat (any,any) source static DMZ2 DMZ2&amp;nbsp;no-proxy-arp route-lookup&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;nat (any,outside) source dynamic VPN interface description VPN Access to Internet&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nat (inside,inside) source dynamic Inside_Subnet interface destination static serv-1-ext&amp;nbsp;serv-1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nat (wifi,inside) source dynamic &lt;/SPAN&gt;&lt;SPAN&gt;wls_sub&lt;/SPAN&gt;&lt;SPAN&gt; interface destination static &lt;/SPAN&gt;&lt;SPAN&gt;serv-1-ext&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;serv&lt;/SPAN&gt;&lt;SPAN&gt;-1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nat (outside,inside) source dynamic any interface destination static &lt;/SPAN&gt;&lt;SPAN&gt;serv-1-ext&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;serv&lt;/SPAN&gt;&lt;SPAN&gt;-1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nat (any,any) source static nonat nonat destination static nonat nonat no-proxy-arp&amp;nbsp;no-proxy-arp route-lookup&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Hope it would help.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Akshay Rastogi&lt;/P&gt;
&lt;P&gt;Remember to rate helpful hosts.&lt;/P&gt;</description>
      <pubDate>Sun, 06 Mar 2016 10:30:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-reverse-path-failure-asa55-6/m-p/2866838#M172064</guid>
      <dc:creator>Akshay Rastogi</dc:creator>
      <dc:date>2016-03-06T10:30:53Z</dc:date>
    </item>
    <item>
      <title>We are showing issues within</title>
      <link>https://community.cisco.com/t5/network-security/nat-reverse-path-failure-asa55-6/m-p/2866839#M172066</link>
      <description>&lt;P&gt;We are showing issues within the network on connectivity. &amp;nbsp;Primary NAS seems to work no issues when users on inside connection are using it only, but for some reason when a wireless user connects to it there then seems to be a lag for both the wireless and inside users trying to access that NAS. &amp;nbsp;NAS is running Windows 2012 Storage Server.&lt;/P&gt;</description>
      <pubDate>Sun, 06 Mar 2016 17:04:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-reverse-path-failure-asa55-6/m-p/2866839#M172066</guid>
      <dc:creator>D Blum</dc:creator>
      <dc:date>2016-03-06T17:04:16Z</dc:date>
    </item>
  </channel>
</rss>

