<?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: ASA 5506-X - Dual ISP Redundancy in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-5506-x-dual-isp-redundancy/m-p/4192787#M1076391</link>
    <description>&lt;P&gt;That is what is confusing me. I also have a continuous ping running to the dest address and it times out with no replies.&lt;/P&gt;</description>
    <pubDate>Thu, 03 Dec 2020 14:13:12 GMT</pubDate>
    <dc:creator>lmoss843</dc:creator>
    <dc:date>2020-12-03T14:13:12Z</dc:date>
    <item>
      <title>ASA 5506-X - Dual ISP Redundancy</title>
      <link>https://community.cisco.com/t5/network-security/asa-5506-x-dual-isp-redundancy/m-p/4192552#M1076377</link>
      <description>&lt;P&gt;I have a client that would like to add a second WAN connection to there ASA 5506-X. They would like to make there current WAN link as the backup and the new WAN link as the primary. I have been testing in my home lab but I am a little confused. I am able to successfully configure WAN failover from primary to backup. However, when I attempt to do the reverse, it does not work. Is it possible to have the interface nameif backup as the PRIMARY link and the nameif outside interface as the BACKUP link? I have tried to complete this in my home lab but it doesn't seem to failover. Can anyone provide some insight? Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ASA Version 9.5(1)&lt;BR /&gt;!&lt;BR /&gt;hostname ASA1&lt;BR /&gt;enable password 8Ry2YjIyt7RRXU24 encrypted&lt;BR /&gt;xlate per-session deny tcp any4 any4&lt;BR /&gt;xlate per-session deny tcp any4 any6&lt;BR /&gt;xlate per-session deny tcp any6 any4&lt;BR /&gt;xlate per-session deny tcp any6 any6&lt;BR /&gt;xlate per-session deny udp any4 any4 eq domain&lt;BR /&gt;xlate per-session deny udp any4 any6 eq domain&lt;BR /&gt;xlate per-session deny udp any6 any4 eq domain&lt;BR /&gt;xlate per-session deny udp any6 any6 eq domain&lt;BR /&gt;names&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/1&lt;BR /&gt;description Backup&lt;BR /&gt;nameif outside&lt;BR /&gt;security-level 0&lt;BR /&gt;ip address 3.3.3.1 255.255.255.252&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/2&lt;BR /&gt;nameif inside&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address 192.168.2.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/3&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/4&lt;BR /&gt;description Primary&lt;BR /&gt;nameif backup&lt;BR /&gt;security-level 0&lt;BR /&gt;ip address 5.5.5.1 255.255.255.252&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/5&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/6&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/7&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/8&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface Management1/1&lt;BR /&gt;management-only&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;ftp mode passive&lt;BR /&gt;access-list TEST extended permit ip 192.168.2.0 255.255.255.0 any log&lt;BR /&gt;access-list TEST extended permit icmp 192.168.2.0 255.255.255.0 any&lt;BR /&gt;access-list TEST extended permit icmp any any traceroute&lt;BR /&gt;access-list TEST extended permit icmp any any echo&lt;BR /&gt;access-list TEST extended permit icmp any any echo-reply&lt;BR /&gt;pager lines 24&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;mtu backup 1500&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;no arp permit-nonconnected&lt;BR /&gt;access-group TEST global&lt;BR /&gt;route backup 0.0.0.0 0.0.0.0 5.5.5.2 1 track 1&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 3.3.3.2 200&lt;BR /&gt;timeout xlate 3:00:00&lt;BR /&gt;timeout pat-xlate 0:00:30&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;user-identity default-domain LOCAL&lt;BR /&gt;no snmp-server location&lt;BR /&gt;no snmp-server contact&lt;BR /&gt;sla monitor 1&lt;BR /&gt;type echo protocol ipIcmpEcho 5.5.5.2 interface backup&lt;BR /&gt;num-packets 3&lt;BR /&gt;frequency 10&lt;BR /&gt;sla monitor schedule 1 life forever start-time now&lt;BR /&gt;service sw-reset-button&lt;BR /&gt;crypto ipsec security-association pmtu-aging infinite&lt;BR /&gt;crypto ca trustpoint _SmartCallHome_ServerCA&lt;BR /&gt;no validation-usage&lt;BR /&gt;crl configure&lt;BR /&gt;crypto ca trustpool policy&lt;BR /&gt;!&lt;BR /&gt;track 1 rtr 1 reachability&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;ssh stricthostkeycheck&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;ssh key-exchange group dh-group1-sha1&lt;BR /&gt;console timeout 0&lt;/P&gt;&lt;P&gt;dhcpd address 192.168.2.51-192.168.2.95 inside&lt;BR /&gt;dhcpd enable inside&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 05:54:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5506-x-dual-isp-redundancy/m-p/4192552#M1076377</guid>
      <dc:creator>lmoss843</dc:creator>
      <dc:date>2020-12-03T05:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5506-X - Dual ISP Redundancy</title>
      <link>https://community.cisco.com/t5/network-security/asa-5506-x-dual-isp-redundancy/m-p/4192579#M1076379</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1130854"&gt;@lmoss843&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What bit is not working exactly? Please provide the output of the following commands:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;show sla monitor operational-state&lt;/P&gt;
&lt;P&gt;show track&lt;/P&gt;
&lt;P&gt;show route&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You don't appear to have any NAT rules, is that correct?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 07:52:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5506-x-dual-isp-redundancy/m-p/4192579#M1076379</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2020-12-03T07:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5506-X - Dual ISP Redundancy</title>
      <link>https://community.cisco.com/t5/network-security/asa-5506-x-dual-isp-redundancy/m-p/4192767#M1076387</link>
      <description>&lt;P&gt;Thanks Rob for assisting. Correct. I don't have any NAT rules. This is a setup in my test lab. I have the nameif backup set as the primary and the nameif outside set as the backup. It does not failover to the nameif outside link if I unplug the primary. Is it possible to have the nameif outside link as the failover?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ASA1# show sla monitor operational-state&lt;BR /&gt;Entry number: 1&lt;BR /&gt;Modification time: 22:56:41.941 UTC Wed Dec 2 2020&lt;BR /&gt;Number of Octets Used by this Entry: 2056&lt;BR /&gt;Number of operations attempted: 2914&lt;BR /&gt;Number of operations skipped: 0&lt;BR /&gt;Current seconds left in Life: Forever&lt;BR /&gt;Operational state of entry: Active&lt;BR /&gt;Last time this entry was reset: Never&lt;BR /&gt;Connection loss occurred: FALSE&lt;BR /&gt;Timeout occurred: FALSE&lt;BR /&gt;Over thresholds occurred: FALSE&lt;BR /&gt;Latest RTT (milliseconds): 1&lt;BR /&gt;Latest operation start time: 07:02:11.942 UTC Thu Dec 3 2020&lt;BR /&gt;Latest operation return code: OK&lt;BR /&gt;RTT Values:&lt;BR /&gt;RTTAvg: 1 RTTMin: 1 RTTMax: 1&lt;BR /&gt;NumOfRTT: 3 RTTSum: 3 RTTSum2: 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ASA1# show track&lt;BR /&gt;Track 1&lt;BR /&gt;Response Time Reporter 1 reachability&lt;BR /&gt;Reachability is Up&lt;BR /&gt;7 changes, last change 07:37:27&lt;BR /&gt;Latest operation return code: OK&lt;BR /&gt;Latest RTT (millisecs) 1&lt;BR /&gt;Tracked by:&lt;BR /&gt;STATIC-IP-ROUTING 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gateway of last resort is 5.5.5.2 to network 0.0.0.0&lt;/P&gt;&lt;P&gt;S* 0.0.0.0 0.0.0.0 [1/0] via 5.5.5.2, backup&lt;BR /&gt;C 3.3.3.0 255.255.255.252 is directly connected, outside&lt;BR /&gt;L 3.3.3.1 255.255.255.255 is directly connected, outside&lt;BR /&gt;C 5.5.5.0 255.255.255.252 is directly connected, backup&lt;BR /&gt;L 5.5.5.1 255.255.255.255 is directly connected, backup&lt;BR /&gt;C 192.168.2.0 255.255.255.0 is directly connected, inside&lt;BR /&gt;L 192.168.2.1 255.255.255.255 is directly connected, inside&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 13:31:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5506-x-dual-isp-redundancy/m-p/4192767#M1076387</guid>
      <dc:creator>lmoss843</dc:creator>
      <dc:date>2020-12-03T13:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5506-X - Dual ISP Redundancy</title>
      <link>https://community.cisco.com/t5/network-security/asa-5506-x-dual-isp-redundancy/m-p/4192770#M1076388</link>
      <description>&lt;P&gt;So if you shutdown the primary interface on the ASA or the upstream router.&lt;/P&gt;
&lt;P&gt;What is the output of those commands then (give it a minute of so to failover or not!) Please provide the output&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 13:37:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5506-x-dual-isp-redundancy/m-p/4192770#M1076388</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2020-12-03T13:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5506-X - Dual ISP Redundancy</title>
      <link>https://community.cisco.com/t5/network-security/asa-5506-x-dual-isp-redundancy/m-p/4192777#M1076389</link>
      <description>&lt;P&gt;It does not failover.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ASA1# show sla monitor operational-state&lt;BR /&gt;Entry number: 1&lt;BR /&gt;Modification time: 22:56:41.941 UTC Wed Dec 2 2020&lt;BR /&gt;Number of Octets Used by this Entry: 2056&lt;BR /&gt;Number of operations attempted: 3012&lt;BR /&gt;Number of operations skipped: 0&lt;BR /&gt;Current seconds left in Life: Forever&lt;BR /&gt;Operational state of entry: Active&lt;BR /&gt;Last time this entry was reset: Never&lt;BR /&gt;Connection loss occurred: FALSE&lt;BR /&gt;Timeout occurred: TRUE&lt;BR /&gt;Over thresholds occurred: FALSE&lt;BR /&gt;Latest RTT (milliseconds): NoConnection/Busy/Timeout&lt;BR /&gt;Latest operation start time: 07:18:21.942 UTC Thu Dec 3 2020&lt;BR /&gt;Latest operation return code: Timeout&lt;BR /&gt;RTT Values:&lt;BR /&gt;RTTAvg: 0 RTTMin: 0 RTTMax: 0&lt;BR /&gt;NumOfRTT: 0 RTTSum: 0 RTTSum2: 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ASA1# show track&lt;BR /&gt;Track 1&lt;BR /&gt;Response Time Reporter 1 reachability&lt;BR /&gt;Reachability is Down&lt;BR /&gt;8 changes, last change 00:05:49&lt;BR /&gt;Latest operation return code: Timeout&lt;BR /&gt;Tracked by:&lt;BR /&gt;STATIC-IP-ROUTING 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gateway of last resort is 3.3.3.2 to network 0.0.0.0&lt;/P&gt;&lt;P&gt;S* 0.0.0.0 0.0.0.0 [200/0] via 3.3.3.2, outside&lt;BR /&gt;C 3.3.3.0 255.255.255.252 is directly connected, outside&lt;BR /&gt;L 3.3.3.1 255.255.255.255 is directly connected, outside&lt;BR /&gt;C 192.168.2.0 255.255.255.0 is directly connected, inside&lt;BR /&gt;L 192.168.2.1 255.255.255.255 is directly connected, inside&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 13:47:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5506-x-dual-isp-redundancy/m-p/4192777#M1076389</guid>
      <dc:creator>lmoss843</dc:creator>
      <dc:date>2020-12-03T13:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5506-X - Dual ISP Redundancy</title>
      <link>https://community.cisco.com/t5/network-security/asa-5506-x-dual-isp-redundancy/m-p/4192779#M1076390</link>
      <description>&lt;P&gt;Yes, it does, the default route is now via outside&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Gateway of last resort is 3.3.3.2 to network 0.0.0.0&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;S* 0.0.0.0 0.0.0.0 [200/0] via 3.3.3.2, outside&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 13:52:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5506-x-dual-isp-redundancy/m-p/4192779#M1076390</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2020-12-03T13:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5506-X - Dual ISP Redundancy</title>
      <link>https://community.cisco.com/t5/network-security/asa-5506-x-dual-isp-redundancy/m-p/4192787#M1076391</link>
      <description>&lt;P&gt;That is what is confusing me. I also have a continuous ping running to the dest address and it times out with no replies.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 14:13:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5506-x-dual-isp-redundancy/m-p/4192787#M1076391</guid>
      <dc:creator>lmoss843</dc:creator>
      <dc:date>2020-12-03T14:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5506-X - Dual ISP Redundancy</title>
      <link>https://community.cisco.com/t5/network-security/asa-5506-x-dual-isp-redundancy/m-p/4192798#M1076392</link>
      <description>&lt;P&gt;What is the routing table of the destination? It is probably routing back to the wrong interface&lt;/P&gt;
&lt;P&gt;If you had NAT in place, traffic would now be hidden behind the outside interface rather than the other interface. Add the following NAT, as I assume in production (outside of this lab) you'd rely on NAT anyway?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class="wp-block-preformatted"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;EM&gt;nat (inside,outside) after-auto source dynamic any interface&lt;BR /&gt;nat (inside,backup) after-auto source dynamic any interface&lt;/EM&gt;&lt;/SPAN&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 03 Dec 2020 14:26:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5506-x-dual-isp-redundancy/m-p/4192798#M1076392</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2020-12-03T14:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5506-X - Dual ISP Redundancy</title>
      <link>https://community.cisco.com/t5/network-security/asa-5506-x-dual-isp-redundancy/m-p/4193140#M1076404</link>
      <description>Thanks Rob for all of your help. The routing table on the destination was&lt;BR /&gt;misconfigured. It's working as it should now. Thanks&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Dec 2020 00:11:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5506-x-dual-isp-redundancy/m-p/4193140#M1076404</guid>
      <dc:creator>lmoss843</dc:creator>
      <dc:date>2020-12-04T00:11:43Z</dc:date>
    </item>
  </channel>
</rss>

