<?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 Marvin, ASA1 !interface in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/routing-failed-to-locate-next-hop-for-icmp/m-p/2529615#M237698</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi Marvin,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ASA1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;!&lt;BR /&gt;interface Vlan3&lt;BR /&gt;&amp;nbsp;nameif sales&lt;BR /&gt;&amp;nbsp;security-level 50&lt;BR /&gt;&amp;nbsp;ip address 10.12.12.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Vlan4&lt;BR /&gt;&amp;nbsp;nameif DMZ&lt;BR /&gt;&amp;nbsp;security-level 45&lt;BR /&gt;&amp;nbsp;ip address 192.168.1.171 255.255.255.0&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;ASA2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;interface Ethernet0/0&lt;BR /&gt;&amp;nbsp;nameif vlan4&lt;BR /&gt;&amp;nbsp;security-level 45&lt;BR /&gt;&amp;nbsp;ip address 192.168.1.173 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt;&amp;nbsp;nameif vlan5&lt;BR /&gt;&amp;nbsp;security-level 55&lt;BR /&gt;&amp;nbsp;ip address 192.168.2.51 255.255.255.0&lt;/P&gt;&lt;P&gt;So subnet 192.168.1.x reside in both ASAs&lt;/P&gt;&lt;P&gt;Also subnet 192.168.2.x reside in Switch and ASA2.&lt;/P&gt;&lt;P&gt;let me know if you need any other info.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 08 Jun 2014 03:01:19 GMT</pubDate>
    <dc:creator>mahesh18</dc:creator>
    <dc:date>2014-06-08T03:01:19Z</dc:date>
    <item>
      <title>Routing failed to locate next hop for icmp</title>
      <link>https://community.cisco.com/t5/network-security/routing-failed-to-locate-next-hop-for-icmp/m-p/2529613#M237696</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is the setup&lt;/P&gt;&lt;P&gt;ASA1----DMZ----SW1----DMZ----ASA2&lt;/P&gt;&lt;P&gt;ASA1# ping 192.168.2.51&lt;BR /&gt;Type escape sequence to abort.&lt;BR /&gt;Sending 5, 100-byte ICMP Echos to 192.168.2.51, timeout is 2 seconds:&lt;BR /&gt;?????&lt;BR /&gt;Success rate is 0 percent (0/5)&lt;/P&gt;&lt;P&gt;ASA1 config&lt;/P&gt;&lt;P&gt;interface Vlan4&lt;BR /&gt;&amp;nbsp;nameif DMZ&lt;BR /&gt;&amp;nbsp;security-level 45&lt;BR /&gt;&amp;nbsp;ip address 192.168.1.171 255.255.255.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/ASA1#&amp;nbsp; sh run route&lt;BR /&gt;route DMZ 192.168.2.0 255.255.255.0 192.168.1.174 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Switch config&lt;/P&gt;&lt;P&gt;interface FastEthernet1/0/3&lt;BR /&gt;&amp;nbsp;description Connection To ASA 5510&lt;BR /&gt;&amp;nbsp;switchport access vlan 5&lt;BR /&gt;&amp;nbsp;switchport mode access&lt;BR /&gt;&amp;nbsp;spanning-tree portfast&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;interface Vlan5&lt;BR /&gt;&amp;nbsp;ip address 192.168.2.50 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;ip classless&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 192.168.1.171&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ASA2&amp;nbsp; config&lt;/P&gt;&lt;P&gt;interface Ethernet0/1&lt;BR /&gt;&amp;nbsp;nameif vlan5&lt;BR /&gt;&amp;nbsp;security-level 10&lt;BR /&gt;&amp;nbsp;ip address 192.168.2.51 255.255.255.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;sh run route&lt;BR /&gt;route vlan4 0.0.0.0 0.0.0.0 192.168.1.171 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From ASA1 i can ping the IP 192.168.2.50 but not .51&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Logs from ASA1&lt;/P&gt;&lt;P&gt;&amp;nbsp;%ASA-6-302020: Built outbound ICMP connection for faddr 192.168.2.51/0 gaddr 192.168.1.171/17688 laddr 192.168.1.171/17688&lt;/P&gt;&lt;P&gt;%ASA-6-302021: Teardown ICMP connection for faddr 192.168.2.51/0 gaddr 192.168.1.171/17688 laddr 192.168.1.171/17688&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Logs from ASA2&lt;/P&gt;&lt;P&gt;%ASA-6-302020: Built inbound ICMP connection for faddr 192.168.1.171/17381 gaddr 192.168.2.51/0 laddr 192.168.2.51/0&lt;BR /&gt;%ASA-6-110003: Routing failed to locate next hop for icmp from vlan5:192.168.2.51/0 to vlan5:192.168.1.171/0&lt;BR /&gt;&amp;nbsp;%ASA-6-302021: Teardown ICMP connection for faddr 192.168.1.171/17381 gaddr 192.168.2.51/0 laddr 192.168.2.51/0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Need to know is this default behaviour?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or can i fix this?&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 04:18:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-failed-to-locate-next-hop-for-icmp/m-p/2529613#M237696</guid>
      <dc:creator>mahesh18</dc:creator>
      <dc:date>2019-03-12T04:18:37Z</dc:date>
    </item>
    <item>
      <title>Mahesh,You're only showing us</title>
      <link>https://community.cisco.com/t5/network-security/routing-failed-to-locate-next-hop-for-icmp/m-p/2529614#M237697</link>
      <description>&lt;P&gt;Mahesh,&lt;/P&gt;&lt;P&gt;You're only showing us half the relevant information. We'd need to see where each subnet resides and what the interface addresses of both ASAs are.&lt;/P&gt;&lt;P&gt;Generally speaking a given subnet needs to be contiguous.&lt;/P&gt;</description>
      <pubDate>Sun, 08 Jun 2014 02:26:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-failed-to-locate-next-hop-for-icmp/m-p/2529614#M237697</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2014-06-08T02:26:01Z</dc:date>
    </item>
    <item>
      <title> Hi Marvin, ASA1 !interface</title>
      <link>https://community.cisco.com/t5/network-security/routing-failed-to-locate-next-hop-for-icmp/m-p/2529615#M237698</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi Marvin,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ASA1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;!&lt;BR /&gt;interface Vlan3&lt;BR /&gt;&amp;nbsp;nameif sales&lt;BR /&gt;&amp;nbsp;security-level 50&lt;BR /&gt;&amp;nbsp;ip address 10.12.12.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Vlan4&lt;BR /&gt;&amp;nbsp;nameif DMZ&lt;BR /&gt;&amp;nbsp;security-level 45&lt;BR /&gt;&amp;nbsp;ip address 192.168.1.171 255.255.255.0&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;ASA2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;interface Ethernet0/0&lt;BR /&gt;&amp;nbsp;nameif vlan4&lt;BR /&gt;&amp;nbsp;security-level 45&lt;BR /&gt;&amp;nbsp;ip address 192.168.1.173 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt;&amp;nbsp;nameif vlan5&lt;BR /&gt;&amp;nbsp;security-level 55&lt;BR /&gt;&amp;nbsp;ip address 192.168.2.51 255.255.255.0&lt;/P&gt;&lt;P&gt;So subnet 192.168.1.x reside in both ASAs&lt;/P&gt;&lt;P&gt;Also subnet 192.168.2.x reside in Switch and ASA2.&lt;/P&gt;&lt;P&gt;let me know if you need any other info.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 08 Jun 2014 03:01:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-failed-to-locate-next-hop-for-icmp/m-p/2529615#M237698</guid>
      <dc:creator>mahesh18</dc:creator>
      <dc:date>2014-06-08T03:01:19Z</dc:date>
    </item>
    <item>
      <title>So your pings from ASA1 to</title>
      <link>https://community.cisco.com/t5/network-security/routing-failed-to-locate-next-hop-for-icmp/m-p/2529616#M237699</link>
      <description>&lt;P&gt;So your pings from ASA1 to the VLAN 5 interface of ASA 2 fail with the log message that the routing fails. But pings to the switch's VLAN 5 interface pass.&lt;/P&gt;&lt;P&gt;I suspect the switch has a VLAN 4 interface also - is it 192.168.1.174 (the gateway defined on ASA1)? If so the pings to the switch's VLAN 5 interface do not transit ASA2. Instead the switch itself replies directly to ASA1.&lt;/P&gt;</description>
      <pubDate>Sun, 08 Jun 2014 13:07:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-failed-to-locate-next-hop-for-icmp/m-p/2529616#M237699</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2014-06-08T13:07:58Z</dc:date>
    </item>
    <item>
      <title>Hi Mahesh,You will not be</title>
      <link>https://community.cisco.com/t5/network-security/routing-failed-to-locate-next-hop-for-icmp/m-p/2529617#M237700</link>
      <description>&lt;P&gt;Hi Mahesh,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial; font-size: 12px; line-height: normal;"&gt;You will not be able to ping the outside IP on the ASA from a host on the inside. Additionally, you cannot ping the inside ip address from a host on the outside. If you are trying to ping another device on the outside from a device on the inside, you can enable stateful icmp inspection.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial; font-size: 12px; line-height: normal;"&gt;According to your log,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size:12px;"&gt;where u are using highlighted address:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size:12px;"&gt;/ASA1#&amp;nbsp; sh run route&lt;BR style="font-size: 14.545454025268555px;" /&gt;route DMZ 192.168.2.0 255.255.255.0&amp;nbsp;&lt;STRONG&gt;192.168.1.174&lt;/STRONG&gt;&amp;nbsp;1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size:12px;"&gt;i think you need to use&amp;nbsp;&lt;STRONG&gt;192.168.1.173&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 12px;"&gt;but as Marvan mention below, you have&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.818181991577148px;"&gt;mysterious&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px;"&gt;&amp;nbsp;configuration on switch also.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size:12px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size:12px;"&gt;kazim&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Don't forget to rate, if post helpful"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 08 Jun 2014 13:52:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-failed-to-locate-next-hop-for-icmp/m-p/2529617#M237700</guid>
      <dc:creator>syed kazim abbas</dc:creator>
      <dc:date>2014-06-08T13:52:26Z</dc:date>
    </item>
    <item>
      <title> Hi Marvin,Yes switch has</title>
      <link>https://community.cisco.com/t5/network-security/routing-failed-to-locate-next-hop-for-icmp/m-p/2529618#M237701</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi Marvin,&lt;/P&gt;&lt;P&gt;Yes switch has vlan 4 int with IP 192.168.1.174.&lt;/P&gt;&lt;P&gt;Switch has gateway IP 192.168.1.171.&lt;/P&gt;&lt;P&gt;From ASA1 i can ping switch SVI 192.168.0.50.&lt;/P&gt;&lt;P&gt;As i am seeing log messages generated in the ASA2 so do u agree ping to IP 192.168.2.51 reaches the ASA2?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;MAhesh&lt;/P&gt;</description>
      <pubDate>Sun, 08 Jun 2014 14:08:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-failed-to-locate-next-hop-for-icmp/m-p/2529618#M237701</guid>
      <dc:creator>mahesh18</dc:creator>
      <dc:date>2014-06-08T14:08:55Z</dc:date>
    </item>
    <item>
      <title> Hi Kazim,i did as per</title>
      <link>https://community.cisco.com/t5/network-security/routing-failed-to-locate-next-hop-for-icmp/m-p/2529619#M237702</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi Kazim,&lt;/P&gt;&lt;P&gt;i did as per you&lt;/P&gt;&lt;P&gt;ASA1&lt;/P&gt;&lt;P&gt;route DMZ 192.168.2.0 255.255.255.0 192.168.1.173 1&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;after doing this i can not even ping 192.168.2.50&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;ping 192.168.2.50&lt;BR /&gt;Type escape sequence to abort.&lt;BR /&gt;Sending 5, 100-byte ICMP Echos to 192.168.2.50, timeout is 2 seconds:&lt;BR /&gt;?????&lt;BR /&gt;Success rate is 0 percent (0/5)&lt;BR /&gt;pri/act/ASA1# ping 192.168.2.173&lt;BR /&gt;Type escape sequence to abort.&lt;BR /&gt;Sending 5, 100-byte ICMP Echos to 192.168.2.173, timeout is 2 seconds:&lt;BR /&gt;?????&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;MAhesh&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 08 Jun 2014 14:16:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-failed-to-locate-next-hop-for-icmp/m-p/2529619#M237702</guid>
      <dc:creator>mahesh18</dc:creator>
      <dc:date>2014-06-08T14:16:47Z</dc:date>
    </item>
    <item>
      <title>ok, send your config,</title>
      <link>https://community.cisco.com/t5/network-security/routing-failed-to-locate-next-hop-for-icmp/m-p/2529620#M237703</link>
      <description>&lt;P&gt;ok, send your config, especially switch interfaces which are facing ASA on both sides and vlan 4 and 5 as well&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;kazim&lt;/P&gt;</description>
      <pubDate>Sun, 08 Jun 2014 16:38:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-failed-to-locate-next-hop-for-icmp/m-p/2529620#M237703</guid>
      <dc:creator>syed kazim abbas</dc:creator>
      <dc:date>2014-06-08T16:38:43Z</dc:date>
    </item>
    <item>
      <title> ASA1interface Ethernet0/3</title>
      <link>https://community.cisco.com/t5/network-security/routing-failed-to-locate-next-hop-for-icmp/m-p/2529621#M237704</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ASA1&lt;/P&gt;&lt;P&gt;interface Ethernet0/3&lt;BR /&gt;&amp;nbsp;description Connection to Switch&lt;BR /&gt;&amp;nbsp;switchport access vlan 4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;interface Vlan4&lt;BR /&gt;&amp;nbsp;nameif DMZ&lt;BR /&gt;&amp;nbsp;security-level 45&lt;BR /&gt;&amp;nbsp;ip address 192.168.1.171 255.255.255.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ASA1#&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; sh run route&lt;BR /&gt;&lt;BR /&gt;route DMZ 192.168.2.0 255.255.255.0 192.168.1.174 1&lt;/P&gt;&lt;P&gt;******************************************************************************************&lt;/P&gt;&lt;P&gt;Switch port connecting to ASA1&lt;/P&gt;&lt;P&gt;interface FastEthernet1/0/1&lt;BR /&gt;&amp;nbsp;description Connection To ASA 5505&lt;BR /&gt;&amp;nbsp;switchport access vlan 4&lt;BR /&gt;&amp;nbsp;switchport mode access&lt;BR /&gt;&amp;nbsp;spanning-tree portfast&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Switch Ports connecting to ASA2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;interface FastEthernet1/0/2&lt;BR /&gt;&amp;nbsp;description Connection To ASA 5510 Int Eth0/0&lt;BR /&gt;&amp;nbsp;switchport access vlan 4&lt;BR /&gt;&amp;nbsp;switchport mode access&lt;BR /&gt;&amp;nbsp;spanning-tree portfast&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet1/0/3&lt;BR /&gt;&amp;nbsp;description Connection To ASA 5510 Int Eth0/1&lt;BR /&gt;&amp;nbsp;switchport access vlan 5&lt;BR /&gt;&amp;nbsp;switchport mode access&lt;BR /&gt;&amp;nbsp;spanning-tree portfast&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;interface Vlan4&lt;BR /&gt;&amp;nbsp;ip address 192.168.1.174 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Vlan5&lt;BR /&gt;&amp;nbsp;ip address 192.168.2.50 255.255.255.0&lt;/P&gt;&lt;P&gt;default route of switch is points to ASA1&lt;/P&gt;&lt;P&gt;ip route 0.0.0.0 0.0.0.0 192.168.1.171&lt;/P&gt;&lt;P&gt;**********************************************************************************************&lt;/P&gt;&lt;P&gt;ASA2 ports connecting to Switch are below --&lt;/P&gt;&lt;P&gt;interface Ethernet0/0&lt;BR /&gt;&amp;nbsp;nameif vlan4&lt;BR /&gt;&amp;nbsp;security-level 45&lt;BR /&gt;&amp;nbsp;ip address 192.168.1.173 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt;&amp;nbsp;nameif vlan5&lt;BR /&gt;&amp;nbsp;security-level 55&lt;BR /&gt;&amp;nbsp;ip address 192.168.2.51 255.255.255.0&lt;/P&gt;&lt;P&gt;Default gateway of ASA2 is&lt;/P&gt;&lt;P&gt;&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; sh run route&lt;BR /&gt;route vlan4 0.0.0.0 0.0.0.0 192.168.1.171 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;MAhesh&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 08 Jun 2014 17:40:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-failed-to-locate-next-hop-for-icmp/m-p/2529621#M237704</guid>
      <dc:creator>mahesh18</dc:creator>
      <dc:date>2014-06-08T17:40:52Z</dc:date>
    </item>
    <item>
      <title>As already mentioned you will</title>
      <link>https://community.cisco.com/t5/network-security/routing-failed-to-locate-next-hop-for-icmp/m-p/2529622#M237705</link>
      <description>&lt;P&gt;As already mentioned you will not be able to ping another interface on the ASA other than the ingress interface, so you will never be able to ping VLAN5 interface on ASA2.&amp;nbsp; It is normal behavior that you will see the failed to locate next hop log message.&amp;nbsp; this is because the ICMP packet reaches ASA2 but ASA2 has security measures in place to prevent pinging across the ASA interfaces.&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>Sun, 08 Jun 2014 17:49:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-failed-to-locate-next-hop-for-icmp/m-p/2529622#M237705</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2014-06-08T17:49:27Z</dc:date>
    </item>
    <item>
      <title> Hi MArius,Thanks for</title>
      <link>https://community.cisco.com/t5/network-security/routing-failed-to-locate-next-hop-for-icmp/m-p/2529623#M237706</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi MArius,&lt;/P&gt;&lt;P&gt;Thanks for answering the question.&lt;/P&gt;&lt;P&gt;For better understanding the firewalls i work at my&amp;nbsp; home lab on weekends.&lt;/P&gt;&lt;P&gt;So does it mean that if host is behind say inside interface of ASA1 which is 10.0.0.x then that host can not ping anyother interface IP of&amp;nbsp; ASA2?&lt;/P&gt;&lt;P&gt;Even though ASA2 is connected far in the network??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Setup is here&lt;/P&gt;&lt;P&gt;PC--10.0.0.10-------inside---ASA1----DMZ---SW---- DMZ ASA2&lt;/P&gt;&lt;P&gt;From PC i can ping the IP of Vlan 5 on switch 192.168.2.50 but&lt;/P&gt;&lt;P&gt;i can not ping IP 192.168.2.51 of ASA2 interface&lt;/P&gt;&lt;P&gt;So does your answer applies to this also?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 08 Jun 2014 18:00:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-failed-to-locate-next-hop-for-icmp/m-p/2529623#M237706</guid>
      <dc:creator>mahesh18</dc:creator>
      <dc:date>2014-06-08T18:00:42Z</dc:date>
    </item>
    <item>
      <title>From PC 10.0.0.10 you will be</title>
      <link>https://community.cisco.com/t5/network-security/routing-failed-to-locate-next-hop-for-icmp/m-p/2529624#M237707</link>
      <description>&lt;P&gt;From PC 10.0.0.10 you will be able to ping ASA2 interface connected to the DMZ because that is the ingress interface of the ICMP packet.&amp;nbsp; However if you also have an outside interface on ASA2, the outside interface can not be pinged by PC 10.0.0.10 because it is not the ingress interface of the ICMP packet. If you move PC 10.0.0.10 so that the ICMP packet will ingress the outside interface on ASA2 then you will be able to ping that outside interface but not the DMZ interface...&lt;/P&gt;&lt;P&gt;Hope I explained that well enough?&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>Sun, 08 Jun 2014 18:58:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-failed-to-locate-next-hop-for-icmp/m-p/2529624#M237707</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2014-06-08T18:58:49Z</dc:date>
    </item>
    <item>
      <title>Mahesh,As Marius and Kazim</title>
      <link>https://community.cisco.com/t5/network-security/routing-failed-to-locate-next-hop-for-icmp/m-p/2529625#M237708</link>
      <description>&lt;P&gt;Mahesh,&lt;/P&gt;&lt;P&gt;As Marius and Kazim noted, one cannot generally ping an ASA interface other that the one via which the packet was received.&lt;/P&gt;&lt;P&gt;I'd say that's the bottom line root cause of your initial observation. Thus the answer to your question "is this default behavior?" is "yes, it is".&lt;/P&gt;&lt;P&gt;You introduced a good bit of artificial complexity with your single switch configuration having physical connections (Layer 1) VLANS (Layer 2) and IP interfaces (Layer 3) connected physically and logically to ASA2 - as well as with the static route you have on ASA1.&lt;/P&gt;</description>
      <pubDate>Sun, 08 Jun 2014 22:05:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-failed-to-locate-next-hop-for-icmp/m-p/2529625#M237708</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2014-06-08T22:05:42Z</dc:date>
    </item>
    <item>
      <title> Hi Marvin,I was trying to</title>
      <link>https://community.cisco.com/t5/network-security/routing-failed-to-locate-next-hop-for-icmp/m-p/2529626#M237709</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi Marvin,&lt;/P&gt;&lt;P&gt;I was trying to understand the Firewall world so i was testing these things at home.This helps me in my job where i work extensively on firewalls.&lt;/P&gt;&lt;P&gt;Now i understand things better after getting replies from you.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 08 Jun 2014 22:36:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-failed-to-locate-next-hop-for-icmp/m-p/2529626#M237709</guid>
      <dc:creator>mahesh18</dc:creator>
      <dc:date>2014-06-08T22:36:49Z</dc:date>
    </item>
    <item>
      <title> Hi Marius,You explained me</title>
      <link>https://community.cisco.com/t5/network-security/routing-failed-to-locate-next-hop-for-icmp/m-p/2529627#M237710</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi Marius,&lt;/P&gt;&lt;P&gt;You explained me very well.&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;MAhesh&lt;/P&gt;</description>
      <pubDate>Sun, 08 Jun 2014 22:37:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-failed-to-locate-next-hop-for-icmp/m-p/2529627#M237710</guid>
      <dc:creator>mahesh18</dc:creator>
      <dc:date>2014-06-08T22:37:38Z</dc:date>
    </item>
  </channel>
</rss>

