<?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 In my actual installation, in in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-5505-get-public-ip-address-from-pppoe-but-cannot-ping-to/m-p/2868452#M171766</link>
    <description>&lt;P&gt;In my actual installation, in the appliance the public IP is setting.&lt;BR /&gt;but maybe because there are 2 dsl link on this appliance, and it cannot manage 2 automatic public ip setting, one must be set to static and the other is dynamic.&lt;/P&gt;</description>
    <pubDate>Thu, 17 Mar 2016 12:28:03 GMT</pubDate>
    <dc:creator>fguinee44</dc:creator>
    <dc:date>2016-03-17T12:28:03Z</dc:date>
    <item>
      <title>ASA 5505 get public ip address from pppoe but cannot ping to internet</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-get-public-ip-address-from-pppoe-but-cannot-ping-to/m-p/2868441#M171749</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I need to setup an CISCO ASA 5505 to route internet network to my computer.&lt;BR /&gt;In front I have an Netgear N150 in bridge / modem mode.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;My ASA can get an public IP address, but I'm not able to ping 8.8.8.8 for example from the ASA in terminal.&lt;BR /&gt;I'm not talking about pinging internet from an computer behind the asa (the nat settings will be in second time).&lt;/P&gt;
&lt;P&gt;I can get the public ip from pppoe but i'm still out from internet.&lt;/P&gt;
&lt;P&gt;Can you help me please ?&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Here is my running config :&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;ciscoasa(config)# sh running-config&lt;BR /&gt;: Saved&lt;BR /&gt;:&lt;BR /&gt;ASA Version 8.2(5)&lt;BR /&gt;!&lt;BR /&gt;hostname ciscoasa&lt;BR /&gt;enable password 8Ry2YjIyt7RRXU24 encrypted&lt;BR /&gt;passwd 2KFQnbNIdI.2KYOU encrypted&lt;BR /&gt;names&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0&lt;BR /&gt; switchport access vlan 2&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/3&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/4&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/5&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/6&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/7&lt;BR /&gt;!&lt;BR /&gt;interface Vlan1&lt;BR /&gt; nameif inside&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 192.168.1.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Vlan2&lt;BR /&gt; nameif outside&lt;BR /&gt; security-level 0&lt;BR /&gt; pppoe client vpdn group groupname&lt;BR /&gt; ip address pppoe setroute&lt;BR /&gt;!&lt;BR /&gt;ftp mode passive&lt;BR /&gt;access-list outside_access_in extended permit ip any any&lt;BR /&gt;pager lines 24&lt;BR /&gt;logging monitor debugging&lt;BR /&gt;logging asdm informational&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;mtu outside 1492&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;icmp permit any inside&lt;BR /&gt;icmp permit any outside&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;global (outside) 1 interface&lt;BR /&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;BR /&gt;access-group outside_access_in in interface outside&lt;BR /&gt;route inside 0.0.0.0 0.0.0.0 82.127.133.99 1&lt;BR /&gt;timeout xlate 3:00:00&lt;BR /&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02&lt;BR /&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;BR /&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;BR /&gt;timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute&lt;BR /&gt;timeout tcp-proxy-reassembly 0:01:00&lt;BR /&gt;timeout floating-conn 0:00:00&lt;BR /&gt;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;http server enable&lt;BR /&gt;http 192.168.1.0 255.255.255.0 inside&lt;BR /&gt;no snmp-server location&lt;BR /&gt;no snmp-server contact&lt;BR /&gt;snmp-server enable traps snmp authentication linkup linkdown coldstart&lt;BR /&gt;crypto ipsec security-association lifetime seconds 28800&lt;BR /&gt;crypto ipsec security-association lifetime kilobytes 4608000&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;console timeout 0&lt;BR /&gt;vpdn group groupname request dialout pppoe&lt;BR /&gt;vpdn group groupname localname fti/gh32z**&lt;BR /&gt;vpdn group groupname ppp authentication pap&lt;BR /&gt;vpdn username fti/gh32z** password *****&lt;BR /&gt;dhcpd auto_config outside&lt;BR /&gt;!&lt;BR /&gt;dhcpd address 192.168.1.5-192.168.1.36 inside&lt;BR /&gt;dhcpd enable inside&lt;BR /&gt;!&lt;/P&gt;
&lt;P&gt;threat-detection basic-threat&lt;BR /&gt;threat-detection statistics access-list&lt;BR /&gt;no threat-detection statistics tcp-intercept&lt;BR /&gt;webvpn&lt;BR /&gt;!&lt;BR /&gt;class-map inspection_default&lt;BR /&gt; match default-inspection-traffic&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map type inspect dns preset_dns_map&lt;BR /&gt; parameters&lt;BR /&gt; message-length maximum client auto&lt;BR /&gt; message-length maximum 512&lt;BR /&gt;policy-map global_policy&lt;BR /&gt; class inspection_default&lt;BR /&gt; inspect dns preset_dns_map&lt;BR /&gt; inspect ftp&lt;BR /&gt; inspect h323 h225&lt;BR /&gt; inspect h323 ras&lt;BR /&gt; inspect rsh&lt;BR /&gt; inspect rtsp&lt;BR /&gt; inspect esmtp&lt;BR /&gt; inspect sqlnet&lt;BR /&gt; inspect skinny&lt;BR /&gt; inspect sunrpc&lt;BR /&gt; inspect xdmcp&lt;BR /&gt; inspect sip&lt;BR /&gt; inspect netbios&lt;BR /&gt; inspect tftp&lt;BR /&gt; inspect ip-options&lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;prompt hostname context&lt;BR /&gt;no call-home reporting anonymous&lt;BR /&gt;Cryptochecksum:6201b5390883aceaef76e17704dc77b2&lt;BR /&gt;: end&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 07:30:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-get-public-ip-address-from-pppoe-but-cannot-ping-to/m-p/2868441#M171749</guid>
      <dc:creator>fguinee44</dc:creator>
      <dc:date>2019-03-12T07:30:20Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-get-public-ip-address-from-pppoe-but-cannot-ping-to/m-p/2868442#M171750</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Please share the output of :&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;show route and show arp | in outside&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Aditya&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2016 09:58:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-get-public-ip-address-from-pppoe-but-cannot-ping-to/m-p/2868442#M171750</guid>
      <dc:creator>Aditya Ganjoo</dc:creator>
      <dc:date>2016-03-17T09:58:06Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-get-public-ip-address-from-pppoe-but-cannot-ping-to/m-p/2868443#M171751</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;You have got&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;route inside 0.0.0.0 0.0.0.0 82.127.133.99 1&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;This shall be&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 82.127.133.99 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Please try that.&lt;BR /&gt;Would you be able to run "debug &lt;G class="gr_ gr_180 gr-alert gr_spell gr_disable_anim_appear undefined ContextualSpelling ins-del multiReplace" id="180" data-gr-id="180"&gt;icmp&lt;/G&gt; trace" &amp;nbsp;and check if you see ICMP packets leaving the ASA?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Dinesh Moudgil&lt;/P&gt;
&lt;P&gt;P.S. Please rate helpful posts.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2016 09:58:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-get-public-ip-address-from-pppoe-but-cannot-ping-to/m-p/2868443#M171751</guid>
      <dc:creator>Dinesh Moudgil</dc:creator>
      <dc:date>2016-03-17T09:58:52Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-get-public-ip-address-from-pppoe-but-cannot-ping-to/m-p/2868444#M171752</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;You do not any route statement on the ASA.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Since you are getting the IP from the PPOE router you can remove the default route.&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;Aditya&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;please rate helpful posts.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2016 10:02:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-get-public-ip-address-from-pppoe-but-cannot-ping-to/m-p/2868444#M171752</guid>
      <dc:creator>Aditya Ganjoo</dc:creator>
      <dc:date>2016-03-17T10:02:32Z</dc:date>
    </item>
    <item>
      <title>One question If y want to</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-get-public-ip-address-from-pppoe-but-cannot-ping-to/m-p/2868445#M171753</link>
      <description>&lt;P&gt;One question If y want to setup my previous public IP in the ASA, I need to add route right ?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;But only route inside 0.0.0.0 0.0.0.0 82.127.133.99 1 right?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2016 12:05:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-get-public-ip-address-from-pppoe-but-cannot-ping-to/m-p/2868445#M171753</guid>
      <dc:creator>fguinee44</dc:creator>
      <dc:date>2016-03-17T12:05:25Z</dc:date>
    </item>
    <item>
      <title>Thank you for this reply.</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-get-public-ip-address-from-pppoe-but-cannot-ping-to/m-p/2868446#M171755</link>
      <description>&lt;P&gt;Thank you for this reply.&lt;/P&gt;
&lt;P&gt;It was just my route which was wrong.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I disabled it &amp;amp; after that I can ping internet, just public ip from the ASA, and public domain dns from computer connected on eth 4 (because I added google dns).&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2016 12:06:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-get-public-ip-address-from-pppoe-but-cannot-ping-to/m-p/2868446#M171755</guid>
      <dc:creator>fguinee44</dc:creator>
      <dc:date>2016-03-17T12:06:06Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-get-public-ip-address-from-pppoe-but-cannot-ping-to/m-p/2868447#M171757</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;G class="gr_ gr_18 gr-alert gr_gramm undefined Punctuation only-ins replaceWithoutSep" id="18" data-gr-id="18"&gt;Yes&lt;/G&gt; you are right.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;You need the route outside&amp;nbsp;&lt;SPAN&gt; 0.0.0.0 0.0.0.0 82.127.133.99 only when you have the previous&amp;nbsp;public IP.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;You do not need any static route right now as ASA is getting a dynamic PPOE &lt;G class="gr_ gr_121 gr-alert gr_spell undefined ContextualSpelling ins-del multiReplace" id="121" data-gr-id="121"&gt;ip&lt;/G&gt; and route.&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;Aditya&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Please rate helpful posts.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2016 12:09:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-get-public-ip-address-from-pppoe-but-cannot-ping-to/m-p/2868447#M171757</guid>
      <dc:creator>Aditya Ganjoo</dc:creator>
      <dc:date>2016-03-17T12:09:44Z</dc:date>
    </item>
    <item>
      <title>route outside or inside ...?</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-get-public-ip-address-from-pppoe-but-cannot-ping-to/m-p/2868448#M171758</link>
      <description>&lt;P&gt;route outside or inside ...?&lt;/P&gt;
&lt;P&gt;The route inside means that all connection from inside vlan to 0.0.0.0 goes by public ip right ?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;In definitive I want to add srtatic public ip, so :&lt;/P&gt;
&lt;P&gt;- adding IP&lt;/P&gt;
&lt;P&gt;- add a route inside to 0.0.0.0&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;no dns record?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2016 12:13:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-get-public-ip-address-from-pppoe-but-cannot-ping-to/m-p/2868448#M171758</guid>
      <dc:creator>fguinee44</dc:creator>
      <dc:date>2016-03-17T12:13:23Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-get-public-ip-address-from-pppoe-but-cannot-ping-to/m-p/2868449#M171760</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;route outside as this would be acting as a default route for the ASA.&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;Aditya&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Please rate helpful posts.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2016 12:13:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-get-public-ip-address-from-pppoe-but-cannot-ping-to/m-p/2868449#M171760</guid>
      <dc:creator>Aditya Ganjoo</dc:creator>
      <dc:date>2016-03-17T12:13:38Z</dc:date>
    </item>
    <item>
      <title>Can I just add static public</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-get-public-ip-address-from-pppoe-but-cannot-ping-to/m-p/2868450#M171762</link>
      <description>&lt;P&gt;Can I just add static public ip and let auto route pppoe ?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2016 12:16:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-get-public-ip-address-from-pppoe-but-cannot-ping-to/m-p/2868450#M171762</guid>
      <dc:creator>fguinee44</dc:creator>
      <dc:date>2016-03-17T12:16:53Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-get-public-ip-address-from-pppoe-but-cannot-ping-to/m-p/2868451#M171764</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I do not see any need to add a static route as PPOE config on the ASA would take care of it.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;See this config:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;interface Vlan2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;G class="gr_ gr_179 gr-alert gr_spell undefined ContextualSpelling ins-del multiReplace" id="179" data-gr-id="179"&gt;nameif&lt;/G&gt; outside&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;security-level 0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;G class="gr_ gr_180 gr-alert gr_spell undefined ContextualSpelling ins-del multiReplace" id="180" data-gr-id="180"&gt;pppoe&lt;/G&gt; client &lt;G class="gr_ gr_181 gr-alert gr_spell undefined ContextualSpelling ins-del multiReplace" id="181" data-gr-id="181"&gt;vpdn&lt;/G&gt; group &lt;G class="gr_ gr_182 gr-alert gr_spell undefined ContextualSpelling ins-del multiReplace" id="182" data-gr-id="182"&gt;groupname&lt;/G&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;G class="gr_ gr_183 gr-alert gr_spell undefined ContextualSpelling ins-del multiReplace" id="183" data-gr-id="183"&gt;ip&lt;/G&gt; address &lt;G class="gr_ gr_184 gr-alert gr_spell undefined ContextualSpelling ins-del multiReplace" id="184" data-gr-id="184"&gt;pppoe&lt;/G&gt; &lt;G class="gr_ gr_185 gr-alert gr_spell undefined ContextualSpelling ins-del multiReplace" id="185" data-gr-id="185"&gt;setroute&lt;/G&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;This would automatically route the traffic to outside.&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;Aditya&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2016 12:18:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-get-public-ip-address-from-pppoe-but-cannot-ping-to/m-p/2868451#M171764</guid>
      <dc:creator>Aditya Ganjoo</dc:creator>
      <dc:date>2016-03-17T12:18:40Z</dc:date>
    </item>
    <item>
      <title>In my actual installation, in</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-get-public-ip-address-from-pppoe-but-cannot-ping-to/m-p/2868452#M171766</link>
      <description>&lt;P&gt;In my actual installation, in the appliance the public IP is setting.&lt;BR /&gt;but maybe because there are 2 dsl link on this appliance, and it cannot manage 2 automatic public ip setting, one must be set to static and the other is dynamic.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2016 12:28:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-get-public-ip-address-from-pppoe-but-cannot-ping-to/m-p/2868452#M171766</guid>
      <dc:creator>fguinee44</dc:creator>
      <dc:date>2016-03-17T12:28:03Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-get-public-ip-address-from-pppoe-but-cannot-ping-to/m-p/2868453#M171768</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;The static route is a configured route and it makes no sense in having two default routes static or dynamic for the same interface.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;So you can remove the static route, ASA would still be able to ping the internet IP.&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;Aditya&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Please rate helpful posts.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2016 13:14:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-get-public-ip-address-from-pppoe-but-cannot-ping-to/m-p/2868453#M171768</guid>
      <dc:creator>Aditya Ganjoo</dc:creator>
      <dc:date>2016-03-17T13:14:59Z</dc:date>
    </item>
  </channel>
</rss>

