<?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 Error configuring Backup ISP Link on ASA 5505 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/error-configuring-backup-isp-link-on-asa-5505/m-p/1468074#M614610</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;On a ASA 5505 with Sec Plus, I try to configure backup ISP link, using the guide found here: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a00806e880b.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a00806e880b.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When it comes to tracking and configuring the Track IP Address, I am not able to ping the gateway on 84.x.x.1 from the ASA. But from computers inside I am able to ping the gateway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards Steffen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result of the command: "show running-config"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;: Saved&lt;BR /&gt;:&lt;BR /&gt;ASA Version 7.2(4) &lt;BR /&gt;!&lt;BR /&gt;hostname ciscoasa&lt;BR /&gt;domain-name DOMAIN.local&lt;BR /&gt;enable password xxxxxxxxxxxxxxx encrypted&lt;BR /&gt;passwd xxxxxxxxxxxxxx encrypted&lt;BR /&gt;names&lt;BR /&gt;name 192.168.0.150 Server1 description SBS 2003 Server&lt;BR /&gt;name 84.x.x.20 IP_outside&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.0.1 255.255.255.0 &lt;BR /&gt;!&lt;BR /&gt;interface Vlan2&lt;BR /&gt; description Direct Connect&lt;BR /&gt; backup interface Vlan13&lt;BR /&gt; nameif outside&lt;BR /&gt; security-level 0&lt;BR /&gt; pppoe client vpdn group PPPoE_DirectConnect&lt;BR /&gt; ip address IP_outside 255.255.255.255 pppoe &lt;BR /&gt;!&lt;BR /&gt;interface Vlan3&lt;BR /&gt; nameif dmz&lt;BR /&gt; security-level 50&lt;BR /&gt; ip address 10.0.0.1 255.255.255.0 &lt;BR /&gt;!&lt;BR /&gt;interface Vlan13&lt;BR /&gt; description Backupnett ICE&lt;BR /&gt; nameif ICE&lt;BR /&gt; security-level 0&lt;BR /&gt; ip address 192.168.10.10 255.255.255.0 &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; switchport access vlan 13&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; switchport access vlan 3&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/7&lt;BR /&gt; switchport access vlan 3&lt;BR /&gt;!&lt;BR /&gt;ftp mode passive&lt;BR /&gt;clock timezone CEST 1&lt;BR /&gt;clock summer-time CEDT recurring last Sun Mar 2:00 last Sun Oct 3:00&lt;BR /&gt;dns server-group DefaultDNS&lt;BR /&gt; domain-name DOMAIN.local&lt;BR /&gt;same-security-traffic permit inter-interface&lt;BR /&gt;same-security-traffic permit intra-interface&lt;BR /&gt;access-list outside_access_in remark For RWW&lt;BR /&gt;access-list outside_access_in extended permit tcp any IP_outside 255.255.255.252 eq 4125 &lt;BR /&gt;access-list outside_access_in extended permit tcp any IP_outside 255.255.255.252 eq pptp &lt;BR /&gt;access-list outside_access_in extended permit tcp any IP_outside 255.255.255.252 eq 444 &lt;BR /&gt;access-list outside_access_in extended permit tcp any IP_outside 255.255.255.252 eq smtp &lt;BR /&gt;access-list outside_access_in extended permit tcp any IP_outside 255.255.255.252 eq https &lt;BR /&gt;access-list outside_access_in extended permit tcp any IP_outside 255.255.255.252 eq www &lt;BR /&gt;access-list outside_access_in extended permit icmp any IP_outside 255.255.255.252 echo-reply &lt;BR /&gt;access-list DOMAINVPN_splitTunnelAcl standard permit any &lt;BR /&gt;access-list inside_nat0_outbound extended permit ip any 192.168.0.192 255.255.255.192 &lt;BR /&gt;access-list inside_nat0_outbound extended permit ip 192.168.0.0 255.255.255.0 192.168.0.192 255.255.255.192 &lt;BR /&gt;access-list DOMAIN_VPN_splitTunnelAcl standard permit 192.168.0.0 255.255.255.0 &lt;BR /&gt;access-list ICE_access_in extended permit tcp any 192.168.10.0 255.255.255.0 eq www &lt;BR /&gt;access-list ICE_access_in extended permit tcp any 192.168.10.0 255.255.255.0 eq https &lt;BR /&gt;access-list ICE_access_in extended permit tcp any 192.168.10.0 255.255.255.0 eq smtp &lt;BR /&gt;access-list ICE_access_in extended permit tcp any 192.168.10.0 255.255.255.0 eq 444 &lt;BR /&gt;access-list ICE_access_in extended permit tcp any 192.168.10.0 255.255.255.0 eq pptp &lt;BR /&gt;access-list ICE_access_in extended permit icmp any 192.168.10.0 255.255.255.0 echo-reply &lt;BR /&gt;access-list ICE_access_in remark For RWW&lt;BR /&gt;access-list ICE_access_in extended permit tcp any 192.168.10.0 255.255.255.0 eq 4125 &lt;BR /&gt;pager lines 24&lt;BR /&gt;logging enable&lt;BR /&gt;logging asdm warnings&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;mtu dmz 1500&lt;BR /&gt;mtu ICE 1500&lt;BR /&gt;ip local pool VPNPool 192.168.10.210-192.168.10.225 mask 255.255.255.0&lt;BR /&gt;no failover&lt;BR /&gt;monitor-interface inside&lt;BR /&gt;monitor-interface outside&lt;BR /&gt;monitor-interface dmz&lt;BR /&gt;monitor-interface ICE&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;icmp deny any outside&lt;BR /&gt;asdm image disk0:/asdm-524.bin&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;global (outside) 1 interface&lt;BR /&gt;global (ICE) 2 interface&lt;BR /&gt;nat (inside) 0 access-list inside_nat0_outbound&lt;BR /&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;BR /&gt;nat (dmz) 1 10.0.0.0 255.255.255.0&lt;BR /&gt;static (inside,ICE) tcp interface 4125 Server1 4125 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) tcp interface 4125 Server1 4125 netmask 255.255.255.255 &lt;BR /&gt;static (inside,ICE) tcp interface 444 Server1 444 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) tcp interface 444 Server1 444 netmask 255.255.255.255 &lt;BR /&gt;static (inside,ICE) tcp interface pptp Server1 pptp netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) tcp interface pptp Server1 pptp netmask 255.255.255.255 &lt;BR /&gt;static (inside,ICE) tcp interface smtp Server1 smtp netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) tcp interface smtp Server1 smtp netmask 255.255.255.255 &lt;BR /&gt;static (inside,ICE) tcp interface https Server1 https netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) tcp interface https Server1 https netmask 255.255.255.255 &lt;BR /&gt;static (inside,ICE) tcp interface www Server1 www netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) tcp interface www Server1 www netmask 255.255.255.255 &lt;BR /&gt;access-group outside_access_in in interface outside&lt;BR /&gt;access-group ICE_access_in in interface ICE&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 84.x.x.1 1&lt;BR /&gt;route ICE 0.0.0.0 0.0.0.0 192.168.10.1 254&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;http server enable&lt;BR /&gt;http 192.168.0.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 transform-set ESP-3DES-SHA esp-3des esp-sha-hmac &lt;BR /&gt;crypto dynamic-map outside_dyn_map 20 set pfs group1&lt;BR /&gt;crypto dynamic-map outside_dyn_map 20 set transform-set ESP-3DES-SHA&lt;BR /&gt;crypto dynamic-map outside_dyn_map 40 set pfs group1&lt;BR /&gt;crypto dynamic-map outside_dyn_map 40 set transform-set ESP-3DES-SHA&lt;BR /&gt;crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_map&lt;BR /&gt;crypto map outside_map interface outside&lt;BR /&gt;crypto isakmp enable outside&lt;BR /&gt;crypto isakmp policy 10&lt;BR /&gt; authentication pre-share&lt;BR /&gt; encryption 3des&lt;BR /&gt; hash sha&lt;BR /&gt; group 2&lt;BR /&gt; lifetime 86400&lt;BR /&gt;no vpn-addr-assign local&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;console timeout 0&lt;BR /&gt;management-access inside&lt;BR /&gt;vpdn group PPPoE_DirectConnect request dialout pppoe&lt;BR /&gt;vpdn group PPPoE_DirectConnect localname DOMAINas&lt;BR /&gt;vpdn group PPPoE_DirectConnect ppp authentication pap&lt;BR /&gt;vpdn username DOMAINas password ********* &lt;BR /&gt;dhcpd auto_config outside&lt;BR /&gt;!&lt;BR /&gt;dhcpd address 10.0.0.10-10.0.0.39 dmz&lt;BR /&gt;dhcpd dns 84.x.x.1 84.x.x.2 interface dmz&lt;BR /&gt;dhcpd lease 6000 interface dmz&lt;BR /&gt;dhcpd enable dmz&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ntp server 64.0.0.2 source outside&lt;BR /&gt;group-policy DOMAIN_VPN internal&lt;BR /&gt;group-policy DOMAIN_VPN attributes&lt;BR /&gt; dns-server value 192.168.0.150&lt;BR /&gt; vpn-tunnel-protocol IPSec &lt;BR /&gt; split-tunnel-policy tunnelspecified&lt;BR /&gt; split-tunnel-network-list value DOMAIN_VPN_splitTunnelAcl&lt;BR /&gt; default-domain value DOMAIN.local&lt;BR /&gt;username frank password xxxxxxxxxxxxx encrypted privilege 0&lt;BR /&gt;username frank attributes&lt;BR /&gt; vpn-group-policy DOMAIN_VPN&lt;BR /&gt;username admin password xxxxxxxxxxxxx encrypted privilege 15&lt;BR /&gt;tunnel-group DOMAIN_VPN type ipsec-ra&lt;BR /&gt;tunnel-group DOMAIN_VPN general-attributes&lt;BR /&gt; default-group-policy DOMAIN_VPN&lt;BR /&gt; dhcp-server Server1&lt;BR /&gt;tunnel-group DOMAIN_VPN ipsec-attributes&lt;BR /&gt; pre-shared-key *&lt;BR /&gt;!&lt;BR /&gt;class-map inspection_default&lt;BR /&gt; match default-inspection-traffic&lt;BR /&gt;class-map imblock&lt;BR /&gt; match any&lt;BR /&gt;class-map P2P&lt;BR /&gt; match port tcp eq www&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 512&lt;BR /&gt;policy-map type inspect im impolicy&lt;BR /&gt; parameters&lt;BR /&gt; match protocol msn-im yahoo-im &lt;BR /&gt; drop-connection log&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 pptp &lt;BR /&gt;policy-map type inspect http P2P_HTTP&lt;BR /&gt; parameters&lt;BR /&gt; match request uri regex _default_gator&lt;BR /&gt; drop-connection log&lt;BR /&gt; match request uri regex _default_x-kazaa-network&lt;BR /&gt; drop-connection log&lt;BR /&gt; match request uri regex _default_msn-messenger&lt;BR /&gt; drop-connection log&lt;BR /&gt; match request uri regex _default_gnu-http-tunnel_arg&lt;BR /&gt; drop-connection log&lt;BR /&gt;policy-map IM_P2P&lt;BR /&gt; class imblock&lt;BR /&gt; inspect im impolicy &lt;BR /&gt; class P2P&lt;BR /&gt; inspect http P2P_HTTP &lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;service-policy IM_P2P interface inside&lt;BR /&gt;prompt hostname context &lt;BR /&gt;Cryptochecksum:22adad647419ac5f934d83c0dae97bad&lt;BR /&gt;: end&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 18:24:45 GMT</pubDate>
    <dc:creator>support</dc:creator>
    <dc:date>2019-03-11T18:24:45Z</dc:date>
    <item>
      <title>Error configuring Backup ISP Link on ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/error-configuring-backup-isp-link-on-asa-5505/m-p/1468074#M614610</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;On a ASA 5505 with Sec Plus, I try to configure backup ISP link, using the guide found here: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a00806e880b.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a00806e880b.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When it comes to tracking and configuring the Track IP Address, I am not able to ping the gateway on 84.x.x.1 from the ASA. But from computers inside I am able to ping the gateway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards Steffen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result of the command: "show running-config"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;: Saved&lt;BR /&gt;:&lt;BR /&gt;ASA Version 7.2(4) &lt;BR /&gt;!&lt;BR /&gt;hostname ciscoasa&lt;BR /&gt;domain-name DOMAIN.local&lt;BR /&gt;enable password xxxxxxxxxxxxxxx encrypted&lt;BR /&gt;passwd xxxxxxxxxxxxxx encrypted&lt;BR /&gt;names&lt;BR /&gt;name 192.168.0.150 Server1 description SBS 2003 Server&lt;BR /&gt;name 84.x.x.20 IP_outside&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.0.1 255.255.255.0 &lt;BR /&gt;!&lt;BR /&gt;interface Vlan2&lt;BR /&gt; description Direct Connect&lt;BR /&gt; backup interface Vlan13&lt;BR /&gt; nameif outside&lt;BR /&gt; security-level 0&lt;BR /&gt; pppoe client vpdn group PPPoE_DirectConnect&lt;BR /&gt; ip address IP_outside 255.255.255.255 pppoe &lt;BR /&gt;!&lt;BR /&gt;interface Vlan3&lt;BR /&gt; nameif dmz&lt;BR /&gt; security-level 50&lt;BR /&gt; ip address 10.0.0.1 255.255.255.0 &lt;BR /&gt;!&lt;BR /&gt;interface Vlan13&lt;BR /&gt; description Backupnett ICE&lt;BR /&gt; nameif ICE&lt;BR /&gt; security-level 0&lt;BR /&gt; ip address 192.168.10.10 255.255.255.0 &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; switchport access vlan 13&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; switchport access vlan 3&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/7&lt;BR /&gt; switchport access vlan 3&lt;BR /&gt;!&lt;BR /&gt;ftp mode passive&lt;BR /&gt;clock timezone CEST 1&lt;BR /&gt;clock summer-time CEDT recurring last Sun Mar 2:00 last Sun Oct 3:00&lt;BR /&gt;dns server-group DefaultDNS&lt;BR /&gt; domain-name DOMAIN.local&lt;BR /&gt;same-security-traffic permit inter-interface&lt;BR /&gt;same-security-traffic permit intra-interface&lt;BR /&gt;access-list outside_access_in remark For RWW&lt;BR /&gt;access-list outside_access_in extended permit tcp any IP_outside 255.255.255.252 eq 4125 &lt;BR /&gt;access-list outside_access_in extended permit tcp any IP_outside 255.255.255.252 eq pptp &lt;BR /&gt;access-list outside_access_in extended permit tcp any IP_outside 255.255.255.252 eq 444 &lt;BR /&gt;access-list outside_access_in extended permit tcp any IP_outside 255.255.255.252 eq smtp &lt;BR /&gt;access-list outside_access_in extended permit tcp any IP_outside 255.255.255.252 eq https &lt;BR /&gt;access-list outside_access_in extended permit tcp any IP_outside 255.255.255.252 eq www &lt;BR /&gt;access-list outside_access_in extended permit icmp any IP_outside 255.255.255.252 echo-reply &lt;BR /&gt;access-list DOMAINVPN_splitTunnelAcl standard permit any &lt;BR /&gt;access-list inside_nat0_outbound extended permit ip any 192.168.0.192 255.255.255.192 &lt;BR /&gt;access-list inside_nat0_outbound extended permit ip 192.168.0.0 255.255.255.0 192.168.0.192 255.255.255.192 &lt;BR /&gt;access-list DOMAIN_VPN_splitTunnelAcl standard permit 192.168.0.0 255.255.255.0 &lt;BR /&gt;access-list ICE_access_in extended permit tcp any 192.168.10.0 255.255.255.0 eq www &lt;BR /&gt;access-list ICE_access_in extended permit tcp any 192.168.10.0 255.255.255.0 eq https &lt;BR /&gt;access-list ICE_access_in extended permit tcp any 192.168.10.0 255.255.255.0 eq smtp &lt;BR /&gt;access-list ICE_access_in extended permit tcp any 192.168.10.0 255.255.255.0 eq 444 &lt;BR /&gt;access-list ICE_access_in extended permit tcp any 192.168.10.0 255.255.255.0 eq pptp &lt;BR /&gt;access-list ICE_access_in extended permit icmp any 192.168.10.0 255.255.255.0 echo-reply &lt;BR /&gt;access-list ICE_access_in remark For RWW&lt;BR /&gt;access-list ICE_access_in extended permit tcp any 192.168.10.0 255.255.255.0 eq 4125 &lt;BR /&gt;pager lines 24&lt;BR /&gt;logging enable&lt;BR /&gt;logging asdm warnings&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;mtu dmz 1500&lt;BR /&gt;mtu ICE 1500&lt;BR /&gt;ip local pool VPNPool 192.168.10.210-192.168.10.225 mask 255.255.255.0&lt;BR /&gt;no failover&lt;BR /&gt;monitor-interface inside&lt;BR /&gt;monitor-interface outside&lt;BR /&gt;monitor-interface dmz&lt;BR /&gt;monitor-interface ICE&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;icmp deny any outside&lt;BR /&gt;asdm image disk0:/asdm-524.bin&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;global (outside) 1 interface&lt;BR /&gt;global (ICE) 2 interface&lt;BR /&gt;nat (inside) 0 access-list inside_nat0_outbound&lt;BR /&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;BR /&gt;nat (dmz) 1 10.0.0.0 255.255.255.0&lt;BR /&gt;static (inside,ICE) tcp interface 4125 Server1 4125 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) tcp interface 4125 Server1 4125 netmask 255.255.255.255 &lt;BR /&gt;static (inside,ICE) tcp interface 444 Server1 444 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) tcp interface 444 Server1 444 netmask 255.255.255.255 &lt;BR /&gt;static (inside,ICE) tcp interface pptp Server1 pptp netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) tcp interface pptp Server1 pptp netmask 255.255.255.255 &lt;BR /&gt;static (inside,ICE) tcp interface smtp Server1 smtp netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) tcp interface smtp Server1 smtp netmask 255.255.255.255 &lt;BR /&gt;static (inside,ICE) tcp interface https Server1 https netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) tcp interface https Server1 https netmask 255.255.255.255 &lt;BR /&gt;static (inside,ICE) tcp interface www Server1 www netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) tcp interface www Server1 www netmask 255.255.255.255 &lt;BR /&gt;access-group outside_access_in in interface outside&lt;BR /&gt;access-group ICE_access_in in interface ICE&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 84.x.x.1 1&lt;BR /&gt;route ICE 0.0.0.0 0.0.0.0 192.168.10.1 254&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;http server enable&lt;BR /&gt;http 192.168.0.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 transform-set ESP-3DES-SHA esp-3des esp-sha-hmac &lt;BR /&gt;crypto dynamic-map outside_dyn_map 20 set pfs group1&lt;BR /&gt;crypto dynamic-map outside_dyn_map 20 set transform-set ESP-3DES-SHA&lt;BR /&gt;crypto dynamic-map outside_dyn_map 40 set pfs group1&lt;BR /&gt;crypto dynamic-map outside_dyn_map 40 set transform-set ESP-3DES-SHA&lt;BR /&gt;crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_map&lt;BR /&gt;crypto map outside_map interface outside&lt;BR /&gt;crypto isakmp enable outside&lt;BR /&gt;crypto isakmp policy 10&lt;BR /&gt; authentication pre-share&lt;BR /&gt; encryption 3des&lt;BR /&gt; hash sha&lt;BR /&gt; group 2&lt;BR /&gt; lifetime 86400&lt;BR /&gt;no vpn-addr-assign local&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;console timeout 0&lt;BR /&gt;management-access inside&lt;BR /&gt;vpdn group PPPoE_DirectConnect request dialout pppoe&lt;BR /&gt;vpdn group PPPoE_DirectConnect localname DOMAINas&lt;BR /&gt;vpdn group PPPoE_DirectConnect ppp authentication pap&lt;BR /&gt;vpdn username DOMAINas password ********* &lt;BR /&gt;dhcpd auto_config outside&lt;BR /&gt;!&lt;BR /&gt;dhcpd address 10.0.0.10-10.0.0.39 dmz&lt;BR /&gt;dhcpd dns 84.x.x.1 84.x.x.2 interface dmz&lt;BR /&gt;dhcpd lease 6000 interface dmz&lt;BR /&gt;dhcpd enable dmz&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ntp server 64.0.0.2 source outside&lt;BR /&gt;group-policy DOMAIN_VPN internal&lt;BR /&gt;group-policy DOMAIN_VPN attributes&lt;BR /&gt; dns-server value 192.168.0.150&lt;BR /&gt; vpn-tunnel-protocol IPSec &lt;BR /&gt; split-tunnel-policy tunnelspecified&lt;BR /&gt; split-tunnel-network-list value DOMAIN_VPN_splitTunnelAcl&lt;BR /&gt; default-domain value DOMAIN.local&lt;BR /&gt;username frank password xxxxxxxxxxxxx encrypted privilege 0&lt;BR /&gt;username frank attributes&lt;BR /&gt; vpn-group-policy DOMAIN_VPN&lt;BR /&gt;username admin password xxxxxxxxxxxxx encrypted privilege 15&lt;BR /&gt;tunnel-group DOMAIN_VPN type ipsec-ra&lt;BR /&gt;tunnel-group DOMAIN_VPN general-attributes&lt;BR /&gt; default-group-policy DOMAIN_VPN&lt;BR /&gt; dhcp-server Server1&lt;BR /&gt;tunnel-group DOMAIN_VPN ipsec-attributes&lt;BR /&gt; pre-shared-key *&lt;BR /&gt;!&lt;BR /&gt;class-map inspection_default&lt;BR /&gt; match default-inspection-traffic&lt;BR /&gt;class-map imblock&lt;BR /&gt; match any&lt;BR /&gt;class-map P2P&lt;BR /&gt; match port tcp eq www&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 512&lt;BR /&gt;policy-map type inspect im impolicy&lt;BR /&gt; parameters&lt;BR /&gt; match protocol msn-im yahoo-im &lt;BR /&gt; drop-connection log&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 pptp &lt;BR /&gt;policy-map type inspect http P2P_HTTP&lt;BR /&gt; parameters&lt;BR /&gt; match request uri regex _default_gator&lt;BR /&gt; drop-connection log&lt;BR /&gt; match request uri regex _default_x-kazaa-network&lt;BR /&gt; drop-connection log&lt;BR /&gt; match request uri regex _default_msn-messenger&lt;BR /&gt; drop-connection log&lt;BR /&gt; match request uri regex _default_gnu-http-tunnel_arg&lt;BR /&gt; drop-connection log&lt;BR /&gt;policy-map IM_P2P&lt;BR /&gt; class imblock&lt;BR /&gt; inspect im impolicy &lt;BR /&gt; class P2P&lt;BR /&gt; inspect http P2P_HTTP &lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;service-policy IM_P2P interface inside&lt;BR /&gt;prompt hostname context &lt;BR /&gt;Cryptochecksum:22adad647419ac5f934d83c0dae97bad&lt;BR /&gt;: end&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 18:24:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/error-configuring-backup-isp-link-on-asa-5505/m-p/1468074#M614610</guid>
      <dc:creator>support</dc:creator>
      <dc:date>2019-03-11T18:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: Error configuring Backup ISP Link on ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/error-configuring-backup-isp-link-on-asa-5505/m-p/1468075#M614611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Reason why you can't ping is because you have configured the following deny statement:&lt;/P&gt;&lt;P&gt;icmp deny any outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change it to permit:&lt;/P&gt;&lt;P&gt;no icmp deny any outside&lt;/P&gt;&lt;P&gt;icmp permit any outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then it should work just fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Aug 2010 12:06:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/error-configuring-backup-isp-link-on-asa-5505/m-p/1468075#M614611</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2010-08-12T12:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: Error configuring Backup ISP Link on ASA 5505</title>
      <link>https://community.cisco.com/t5/network-security/error-configuring-backup-isp-link-on-asa-5505/m-p/1468076#M614612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt;"&gt;Hi &lt;SPAN style="font-size: 11.0pt; font-family: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-bidi-theme-font: minor-bidi; mso-ansi-language: NO-BOK; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;halijenn, and thanks for your reply,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt;"&gt;I don't want everyone to be able to ping the ASA, so I changed the statement to:&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="mso-ansi-language: EN-US;"&gt;icmp permit 84.x.x.0 255.255.255.0 outside&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Steffen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Aug 2010 12:51:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/error-configuring-backup-isp-link-on-asa-5505/m-p/1468076#M614612</guid>
      <dc:creator>support</dc:creator>
      <dc:date>2010-08-12T12:51:15Z</dc:date>
    </item>
  </channel>
</rss>

