<?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 problem with ASA 5520 Failover implementation in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/problem-with-asa-5520-failover-implementation/m-p/2399357#M307981</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'am preparing a failover implementation of our ASA 5520, we have two builduing A and B, between them i have onlly one fibre cable available : i will connecte with it a 3750 on each side, and i will use a UTP cable to connect the ASA on a dedicated physical interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the goal of this scenario is offering the maximum redundancy betweend equipement&amp;nbsp; with just the exsistanet equipements, for exemple : if devices on buidl A fail then traffic will pass trough Building B and so on, (except for the WAN routers).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I reorgnised the actual configurations on all equipement, and i got the optimesed schema in the picture bellow :&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.cisco.com/legacyfs/online/legacy/4/4/5/168544-failover%20schema.png" alt="failover schema.png" class="jive-image-thumbnail jive-image" onclick="" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have two link between the CDR (4500) and the ASA :&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;the first link is a trunk link, it is dedicatd to the opertaionnal flow (project, visio ..).&lt;/LI&gt;&lt;LI&gt;the other pysical link is dedicated to the failover : (1sub interface for the FOLINK vlan 200, and another subinterface for the failover state vlan 201).&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is a part of the configuration on the firts ASA:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;first ASA - &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;failover&lt;/P&gt;&lt;P&gt;failover lan unit primary&lt;/P&gt;&lt;P&gt;failover lan interface FOLINK GigabitEthernet2.1&lt;/P&gt;&lt;P&gt;failover polltime unit 1 holdtime 3&lt;/P&gt;&lt;P&gt;failover link FOSTATE GigabitEthernet2.2&lt;/P&gt;&lt;P&gt;failover interface ip FOLINK 192.168.1.1 255.255.255.0 standby 192.168.1.2&lt;/P&gt;&lt;P&gt;failover interface ip FOSTATE 192.168.2.1 255.255.255.0 standby 192.168.2.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet2.2&lt;/P&gt;&lt;P&gt; description STATE Failover Interface&lt;/P&gt;&lt;P&gt; vlan 201&lt;/P&gt;&lt;P&gt;ASASecondary(config)# sh run int g2.1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet2.1&lt;/P&gt;&lt;P&gt; description LAN Failover Interface&lt;/P&gt;&lt;P&gt; vlan 200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;second ASA :&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;failover&lt;/P&gt;&lt;P&gt;failover lan unit secondary&lt;/P&gt;&lt;P&gt;failover lan interface FOLINK GigabitEthernet2.1&lt;/P&gt;&lt;P&gt;failover polltime unit 1 holdtime 3&lt;/P&gt;&lt;P&gt;failover link FOSTATE GigabitEthernet2.2&lt;/P&gt;&lt;P&gt;failover interface ip FOLINK 192.168.1.1 255.255.255.0 standby 192.168.1.2&lt;/P&gt;&lt;P&gt;failover interface ip FOSTATE 192.168.2.1 255.255.255.0 standby 192.168.2.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet2.2&lt;/P&gt;&lt;P&gt; description STATE Failover Interface&lt;/P&gt;&lt;P&gt; vlan 201&lt;/P&gt;&lt;P&gt;ASAProduction(config)# sh run int g2.1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet2.1&lt;/P&gt;&lt;P&gt; description LAN Failover Interface&lt;/P&gt;&lt;P&gt; vlan 200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;With these configurations I can ping the statefull link from both sides. but i can ping the FOLINK, when I change the switch by a direct cable i got a successful ping for the FOlink and the STATEFULL link!!&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Questions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;can you please have a look at this implementation and tell me if is correct what I did or if I need to add other things?&lt;/LI&gt;&lt;LI&gt;Is there any command configuration that I missed while configuring the Failover?&lt;/LI&gt;&lt;LI&gt;is the switch betweend the two ASA will permit or not the the failover implementation?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 03:11:25 GMT</pubDate>
    <dc:creator>houjil</dc:creator>
    <dc:date>2019-03-12T03:11:25Z</dc:date>
    <item>
      <title>problem with ASA 5520 Failover implementation</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-asa-5520-failover-implementation/m-p/2399357#M307981</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'am preparing a failover implementation of our ASA 5520, we have two builduing A and B, between them i have onlly one fibre cable available : i will connecte with it a 3750 on each side, and i will use a UTP cable to connect the ASA on a dedicated physical interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the goal of this scenario is offering the maximum redundancy betweend equipement&amp;nbsp; with just the exsistanet equipements, for exemple : if devices on buidl A fail then traffic will pass trough Building B and so on, (except for the WAN routers).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I reorgnised the actual configurations on all equipement, and i got the optimesed schema in the picture bellow :&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.cisco.com/legacyfs/online/legacy/4/4/5/168544-failover%20schema.png" alt="failover schema.png" class="jive-image-thumbnail jive-image" onclick="" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have two link between the CDR (4500) and the ASA :&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;the first link is a trunk link, it is dedicatd to the opertaionnal flow (project, visio ..).&lt;/LI&gt;&lt;LI&gt;the other pysical link is dedicated to the failover : (1sub interface for the FOLINK vlan 200, and another subinterface for the failover state vlan 201).&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is a part of the configuration on the firts ASA:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;first ASA - &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;failover&lt;/P&gt;&lt;P&gt;failover lan unit primary&lt;/P&gt;&lt;P&gt;failover lan interface FOLINK GigabitEthernet2.1&lt;/P&gt;&lt;P&gt;failover polltime unit 1 holdtime 3&lt;/P&gt;&lt;P&gt;failover link FOSTATE GigabitEthernet2.2&lt;/P&gt;&lt;P&gt;failover interface ip FOLINK 192.168.1.1 255.255.255.0 standby 192.168.1.2&lt;/P&gt;&lt;P&gt;failover interface ip FOSTATE 192.168.2.1 255.255.255.0 standby 192.168.2.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet2.2&lt;/P&gt;&lt;P&gt; description STATE Failover Interface&lt;/P&gt;&lt;P&gt; vlan 201&lt;/P&gt;&lt;P&gt;ASASecondary(config)# sh run int g2.1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet2.1&lt;/P&gt;&lt;P&gt; description LAN Failover Interface&lt;/P&gt;&lt;P&gt; vlan 200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;second ASA :&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;failover&lt;/P&gt;&lt;P&gt;failover lan unit secondary&lt;/P&gt;&lt;P&gt;failover lan interface FOLINK GigabitEthernet2.1&lt;/P&gt;&lt;P&gt;failover polltime unit 1 holdtime 3&lt;/P&gt;&lt;P&gt;failover link FOSTATE GigabitEthernet2.2&lt;/P&gt;&lt;P&gt;failover interface ip FOLINK 192.168.1.1 255.255.255.0 standby 192.168.1.2&lt;/P&gt;&lt;P&gt;failover interface ip FOSTATE 192.168.2.1 255.255.255.0 standby 192.168.2.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet2.2&lt;/P&gt;&lt;P&gt; description STATE Failover Interface&lt;/P&gt;&lt;P&gt; vlan 201&lt;/P&gt;&lt;P&gt;ASAProduction(config)# sh run int g2.1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet2.1&lt;/P&gt;&lt;P&gt; description LAN Failover Interface&lt;/P&gt;&lt;P&gt; vlan 200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;With these configurations I can ping the statefull link from both sides. but i can ping the FOLINK, when I change the switch by a direct cable i got a successful ping for the FOlink and the STATEFULL link!!&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Questions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;can you please have a look at this implementation and tell me if is correct what I did or if I need to add other things?&lt;/LI&gt;&lt;LI&gt;Is there any command configuration that I missed while configuring the Failover?&lt;/LI&gt;&lt;LI&gt;is the switch betweend the two ASA will permit or not the the failover implementation?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 03:11:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-asa-5520-failover-implementation/m-p/2399357#M307981</guid>
      <dc:creator>houjil</dc:creator>
      <dc:date>2019-03-12T03:11:25Z</dc:date>
    </item>
    <item>
      <title>problem with ASA 5520 Failover implementation</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-asa-5520-failover-implementation/m-p/2399358#M307982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL style="background-color: #ffffff; border-collapse: collapse; font-size: 12.222222328186035px; padding: 0px 0px 0px 2.25em; font-family: Arial, verdana, sans-serif;"&gt;&lt;LI&gt;can you please have a look at this implementation and tell me if is correct what I did or if I need to add other things?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;It looks good, I mean I guess you will use HSRP on the internal L3 domain for more redundancy right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL style="background-color: #ffffff; border-collapse: collapse; font-size: 12.222222328186035px; padding: 0px 0px 0px 2.25em; font-family: Arial, verdana, sans-serif;"&gt;&lt;LI&gt;Is there any command configuration that I missed while configuring the Failover?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;No, the configuration is good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL style="background-color: #ffffff; border-collapse: collapse; font-size: 12.222222328186035px; padding: 0px 0px 0px 2.25em; font-family: Arial, verdana, sans-serif;"&gt;&lt;LI&gt;is the switch betweend the two ASA will permit or not the the failover implementation?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Yes, Cisco actually recommends to use a switch between the failover units, what you need to make sure is that the traffic will go through the switch. Check the Vlan setup on the switch and the access-port definition bud.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rate all of the helpful posts!!! &lt;BR /&gt; &lt;BR /&gt;Regards, &lt;BR /&gt; &lt;BR /&gt;Jcarvaja &lt;BR /&gt; &lt;BR /&gt;&lt;SPAN&gt;Follow me on &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://laguiadelnetworking.com"&gt;http://laguiadelnetworking.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 18:10:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-asa-5520-failover-implementation/m-p/2399358#M307982</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-12-02T18:10:33Z</dc:date>
    </item>
    <item>
      <title>problem with ASA 5520 Failover implementation</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-asa-5520-failover-implementation/m-p/2399359#M307983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Julio and thanks for the answer, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After more reflexion, I changed the scenario to the new bellow; I decided to place the two asa in the same building since I have a problem with insufficient cables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, for the new scenario, I used port channels on both sides of switches connected successively to the ASAs, I have just a direct question:&lt;/P&gt;&lt;P&gt;Will the scenario work on just with the failover configuration or should I need to add HSRP config as you said? I guess I don’t need it, but I need a confirmation to avoid surprises while deploying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The goal also for this implementation is to assume redundancy and load balancing firewall, is this schema will offer these goals.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks you all in advance for your answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://supportforums.cisco.com/sites/default/files/legacy/5/5/7/168755-Failover_Same_building.png" class="jive-image" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 10:04:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-asa-5520-failover-implementation/m-p/2399359#M307983</guid>
      <dc:creator>houjil</dc:creator>
      <dc:date>2013-12-03T10:04:57Z</dc:date>
    </item>
    <item>
      <title>problem with ASA 5520 Failover implementation</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-asa-5520-failover-implementation/m-p/2399360#M307984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Hicham,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean this will certanly work but the thing is you will now have a single point of failure at the Core level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If The Switch that connects to the ASA goes down bum the entire network is down. I liked the previous scenario before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rate all of the helpful posts!!! &lt;BR /&gt; &lt;BR /&gt;Regards, &lt;BR /&gt; &lt;BR /&gt;Jcarvaja &lt;BR /&gt; &lt;BR /&gt;&lt;SPAN&gt;Follow me on &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://laguiadelnetworking.com"&gt;http://laguiadelnetworking.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 16:42:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-asa-5520-failover-implementation/m-p/2399360#M307984</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-12-03T16:42:41Z</dc:date>
    </item>
  </channel>
</rss>

