<?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 Failover in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-failover/m-p/4571414#M1088315</link>
    <description>&lt;P&gt;By default ASA is in secondary mode.&lt;/P&gt;
&lt;P&gt;for ASA-B to be active(primary) here is the config&lt;/P&gt;
&lt;PRE&gt;ASA-B
failover lan unit primary
interface gigabitEthernet 0/3
no shutdown
!
failover lan interface LANFAIL gigabitethernet 0/3
failover interfaces ip LANFAIL x.x.x.x 255.255.255.0 standby x.x.x.y
failover link LANFAIL
exit&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;once ASA-B is configured as Primary (Active) as soon as you configured the ASA-A as standby (Secondary) all the configuration from the ASA-B (which is primary active) will replicate to secondary ASA-A.&lt;/P&gt;
&lt;PRE&gt;ASA-A
failover lan unit secondary
interface gigabitEthernet 0/3
no shutdown
!
failover lan interface LANFAIL gigabitethernet 0/3
failover interfaces ip LANFAIL x.x.x.x 255.255.255.0 standby x.x.x.y
failover link LANFAIL
exit&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;few command to check if the ASA failover is working&lt;/P&gt;
&lt;PRE&gt;show failover | i host
show failover detail
&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;once failover is working you can configure the active and standby ip interfaces on you data interfaces and also monitoring on the interface. If you have sub-interface on your firewall they need to be configured as monitoring as sub-interface by default are not in monitoring.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 16 Mar 2022 09:21:54 GMT</pubDate>
    <dc:creator>Sheraz.Salim</dc:creator>
    <dc:date>2022-03-16T09:21:54Z</dc:date>
    <item>
      <title>ASA Failover</title>
      <link>https://community.cisco.com/t5/network-security/asa-failover/m-p/4571392#M1088303</link>
      <description>&lt;P&gt;I have 2 asas. ASA-A and ASA-B. I want to configure ASA-B as an active unit and ASA-A as an standby unit. Could any one tell me how could i do that? IS there any election process will happen for selecting active/standby units between asa?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2022 08:25:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-failover/m-p/4571392#M1088303</guid>
      <dc:creator>tech_gubby</dc:creator>
      <dc:date>2022-03-16T08:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: ASA Failover</title>
      <link>https://community.cisco.com/t5/network-security/asa-failover/m-p/4571394#M1088305</link>
      <description>&lt;P&gt;The config guide has details on setting up HA.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/td/docs/security/asa/asa97/asdm77/general/asdm-77-general-config/ha-failover.html" target="_blank"&gt;https://www.cisco.com/c/en/us/td/docs/security/asa/asa97/asdm77/general/asdm-77-general-config/ha-failover.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The first one that is up will take the Active role and the second will be Standby. There's no election process per se other than checking if the unit is healthy. Assuming both units are healthy, whichever is active will stay that way until the admin changes it manually of the unit becomes unhealthy.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2022 08:28:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-failover/m-p/4571394#M1088305</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2022-03-16T08:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: ASA Failover</title>
      <link>https://community.cisco.com/t5/network-security/asa-failover/m-p/4571404#M1088311</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/344614"&gt;@tech_gubby&lt;/a&gt;&lt;/P&gt;&lt;P&gt;Below is active/standby guide&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/td/docs/security/asa/asa72/configuration/guide/conf_gd/failover.html#wp1091288" target="_blank"&gt;https://www.cisco.com/c/en/us/td/docs/security/asa/asa72/configuration/guide/conf_gd/failover.html#wp1091288&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For Active/Active&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/td/docs/security/asa/asa72/configuration/guide/conf_gd/failover.html#wp1052847" target="_blank"&gt;https://www.cisco.com/c/en/us/td/docs/security/asa/asa72/configuration/guide/conf_gd/failover.html#wp1052847&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;other Document is below for Active/standby&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.thegeekstuff.com/2011/09/cisco-asa-high-availability/" target="_blank"&gt;https://www.thegeekstuff.com/2011/09/cisco-asa-high-availability/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Those documents will help you to understand step by step config.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jitendra&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2022 08:49:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-failover/m-p/4571404#M1088311</guid>
      <dc:creator>Jitendra Kumar</dc:creator>
      <dc:date>2022-03-16T08:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: ASA Failover</title>
      <link>https://community.cisco.com/t5/network-security/asa-failover/m-p/4571414#M1088315</link>
      <description>&lt;P&gt;By default ASA is in secondary mode.&lt;/P&gt;
&lt;P&gt;for ASA-B to be active(primary) here is the config&lt;/P&gt;
&lt;PRE&gt;ASA-B
failover lan unit primary
interface gigabitEthernet 0/3
no shutdown
!
failover lan interface LANFAIL gigabitethernet 0/3
failover interfaces ip LANFAIL x.x.x.x 255.255.255.0 standby x.x.x.y
failover link LANFAIL
exit&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;once ASA-B is configured as Primary (Active) as soon as you configured the ASA-A as standby (Secondary) all the configuration from the ASA-B (which is primary active) will replicate to secondary ASA-A.&lt;/P&gt;
&lt;PRE&gt;ASA-A
failover lan unit secondary
interface gigabitEthernet 0/3
no shutdown
!
failover lan interface LANFAIL gigabitethernet 0/3
failover interfaces ip LANFAIL x.x.x.x 255.255.255.0 standby x.x.x.y
failover link LANFAIL
exit&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;few command to check if the ASA failover is working&lt;/P&gt;
&lt;PRE&gt;show failover | i host
show failover detail
&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;once failover is working you can configure the active and standby ip interfaces on you data interfaces and also monitoring on the interface. If you have sub-interface on your firewall they need to be configured as monitoring as sub-interface by default are not in monitoring.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2022 09:21:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-failover/m-p/4571414#M1088315</guid>
      <dc:creator>Sheraz.Salim</dc:creator>
      <dc:date>2022-03-16T09:21:54Z</dc:date>
    </item>
  </channel>
</rss>

