<?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: Unable to ping internet and outside interface from my inside network using ASAv in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/unable-to-ping-internet-and-outside-interface-from-my-inside/m-p/4125355#M1072297</link>
    <description>&lt;P&gt;you must be missing a default route on the core swithcn&lt;/P&gt;</description>
    <pubDate>Sat, 25 Jul 2020 10:16:13 GMT</pubDate>
    <dc:creator>Sheraz.Salim</dc:creator>
    <dc:date>2020-07-25T10:16:13Z</dc:date>
    <item>
      <title>Unable to ping internet and outside interface from my inside network using ASAv</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-ping-internet-and-outside-interface-from-my-inside/m-p/4125343#M1072290</link>
      <description>&lt;P&gt;I am having a problem pinging the outside interface from my inside network. I have already performed the static routing from which all routes will be able to access the internet, from ASAv I am able to ping the outside network but from my inside network, I was not able to ping and access the web but I am able to ping the inside interface of the ASAv. I am not really sure where the problem is.&lt;/P&gt;&lt;P&gt;ASAv&lt;/P&gt;&lt;P&gt;ciscoasa(config)# ping 8.8.8.8&lt;BR /&gt;Type escape sequence to abort.&lt;BR /&gt;Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds:&lt;BR /&gt;!!!!!&lt;BR /&gt;Success rate is 100 percent (5/5), round-trip min/avg/max = 30/34/40 ms&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Core switch&lt;/P&gt;&lt;P&gt;CoreSwitch#ping 8.8.8.8&lt;BR /&gt;Type escape sequence to abort.&lt;BR /&gt;Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds:&lt;BR /&gt;.....&lt;BR /&gt;Success rate is 0 percent (0/5)&lt;BR /&gt;CoreSwitch#ping 10.10.10.10&lt;BR /&gt;Type escape sequence to abort.&lt;BR /&gt;Sending 5, 100-byte ICMP Echos to 10.10.10.10, timeout is 2 seconds:&lt;BR /&gt;.....&lt;BR /&gt;Success rate is 0 percent (0/5)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CoreSwitch#ping 10.10.200.2&lt;BR /&gt;Type escape sequence to abort.&lt;BR /&gt;Sending 5, 100-byte ICMP Echos to 10.10.200.2, timeout is 2 seconds:&lt;BR /&gt;!!!!!&lt;BR /&gt;Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms&lt;BR /&gt;CoreSwitch#&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have attached the topology, the running config of the ASAv and the routing table for reference&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jul 2020 09:34:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-ping-internet-and-outside-interface-from-my-inside/m-p/4125343#M1072290</guid>
      <dc:creator>Amiel</dc:creator>
      <dc:date>2020-07-25T09:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to ping internet and outside interface from my inside network using ASAv</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-ping-internet-and-outside-interface-from-my-inside/m-p/4125347#M1072292</link>
      <description>Hi,&lt;BR /&gt;You won't be able to ping the ASA's outside interface (10.10.10.10) when you are connected to a device on the inside interface of the ASA. That is by design.&lt;BR /&gt;&lt;BR /&gt;You will need a NAT rule, to NAT traffic sourced from the inside interface destined to the outside interface. Remove your existing NAT rule. Try this:-&lt;BR /&gt;&lt;BR /&gt;no nat (outside,inside) source dynamic any interface&lt;BR /&gt;nat (inside,outside) after-auto source dynamic any interface&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Sat, 25 Jul 2020 09:54:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-ping-internet-and-outside-interface-from-my-inside/m-p/4125347#M1072292</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2020-07-25T09:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to ping internet and outside interface from my inside network using ASAv</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-ping-internet-and-outside-interface-from-my-inside/m-p/4125350#M1072294</link>
      <description>&lt;P&gt;In order for core switch to reach google address you need NAT in place.&lt;/P&gt;
&lt;P&gt;!&lt;/P&gt;
&lt;P&gt;object network INSIDE&lt;/P&gt;
&lt;P&gt;&amp;nbsp;subnet 10.10.200.0 255.255.255.0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;nat (inside,outside) interface dynamic&lt;/P&gt;
&lt;P&gt;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;now why you trying to ping the outside interface of ASA (10.10.10.10) from the core. the ASA by default will not going to respond this ping.&lt;BR /&gt;&lt;BR /&gt;why dont you ping 10.10.10.x&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jul 2020 09:58:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-ping-internet-and-outside-interface-from-my-inside/m-p/4125350#M1072294</guid>
      <dc:creator>Sheraz.Salim</dc:creator>
      <dc:date>2020-07-25T09:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to ping internet and outside interface from my inside network using ASAv</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-ping-internet-and-outside-interface-from-my-inside/m-p/4125351#M1072295</link>
      <description>Thanks for the reply, I tried this one out but unfortunately, I am still not able to ping to the outside network&lt;BR /&gt;&lt;BR /&gt;CoreSwitch#ping 10.10.10.10&lt;BR /&gt;Type escape sequence to abort.&lt;BR /&gt;Sending 5, 100-byte ICMP Echos to 10.10.10.10, timeout is 2 seconds:&lt;BR /&gt;.....&lt;BR /&gt;Success rate is 0 percent (0/5)&lt;BR /&gt;CoreSwitch#ping 8.8.8.8&lt;BR /&gt;Type escape sequence to abort.&lt;BR /&gt;Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds:&lt;BR /&gt;.....&lt;BR /&gt;Success rate is 0 percent (0/5)&lt;BR /&gt;CoreSwitch#&lt;BR /&gt;</description>
      <pubDate>Sat, 25 Jul 2020 10:00:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-ping-internet-and-outside-interface-from-my-inside/m-p/4125351#M1072295</guid>
      <dc:creator>Amiel</dc:creator>
      <dc:date>2020-07-25T10:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to ping internet and outside interface from my inside network using ASAv</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-ping-internet-and-outside-interface-from-my-inside/m-p/4125354#M1072296</link>
      <description>As already stated you cannot ping the ASA's outside interface (10.10.10.10) when you are connect to network on the inside interface.&lt;BR /&gt;&lt;BR /&gt;Provide the output of "show nat detail" to confirm whether the NAT rules are being hit. &lt;BR /&gt;Run packet-tracer from the CLI and provide the output</description>
      <pubDate>Sat, 25 Jul 2020 10:14:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-ping-internet-and-outside-interface-from-my-inside/m-p/4125354#M1072296</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2020-07-25T10:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to ping internet and outside interface from my inside network using ASAv</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-ping-internet-and-outside-interface-from-my-inside/m-p/4125355#M1072297</link>
      <description>&lt;P&gt;you must be missing a default route on the core swithcn&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jul 2020 10:16:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-ping-internet-and-outside-interface-from-my-inside/m-p/4125355#M1072297</guid>
      <dc:creator>Sheraz.Salim</dc:creator>
      <dc:date>2020-07-25T10:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to ping internet and outside interface from my inside network using ASAv</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-ping-internet-and-outside-interface-from-my-inside/m-p/4125356#M1072298</link>
      <description>Thanks for this one Salim!</description>
      <pubDate>Sat, 25 Jul 2020 10:16:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-ping-internet-and-outside-interface-from-my-inside/m-p/4125356#M1072298</guid>
      <dc:creator>Amiel</dc:creator>
      <dc:date>2020-07-25T10:16:57Z</dc:date>
    </item>
  </channel>
</rss>

