<?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 ASA Failover implementation in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-failover-implementation/m-p/1961468#M439807</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All you need is the failover configuration and connecting the interfaces to the switch, and make sure that the failover unit is secondary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You don't need the clock nor the AAA configuration as the configuration will get synchronised from the active unit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Jul 2012 14:27:31 GMT</pubDate>
    <dc:creator>Jennifer Halim</dc:creator>
    <dc:date>2012-07-09T14:27:31Z</dc:date>
    <item>
      <title>ASA Failover implementation</title>
      <link>https://community.cisco.com/t5/network-security/asa-failover-implementation/m-p/1961467#M439806</link>
      <description>&lt;P&gt;Hi All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm fairly new to ASA management so would appreciate some feedback here.&amp;nbsp;&amp;nbsp; I have a single firewall at a remote site that is quickly becoming more mission ciritical.&amp;nbsp; To remove the single point of failure I have a second identical unit I intend to install as a standby unit in an Active/Standby failover configuration. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think i've got the jist of the failover configuration on the active and the standby but, my question is this;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How much config do I need to have on the new standby unit before it will talk to the active unit and sunchronise the config? I'm guessing it'll need the following configured;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Interfaces&lt;UL&gt;&lt;LI&gt;State &amp;amp; Failover&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Clock&lt;/LI&gt;&lt;LI&gt;AAA&lt;/LI&gt;&lt;LI&gt;Failover&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If someone with some expereince of this could offer some advise i'd be very grateful. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 23:28:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-failover-implementation/m-p/1961467#M439806</guid>
      <dc:creator>Dave Row</dc:creator>
      <dc:date>2019-03-11T23:28:12Z</dc:date>
    </item>
    <item>
      <title>ASA Failover implementation</title>
      <link>https://community.cisco.com/t5/network-security/asa-failover-implementation/m-p/1961468#M439807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All you need is the failover configuration and connecting the interfaces to the switch, and make sure that the failover unit is secondary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You don't need the clock nor the AAA configuration as the configuration will get synchronised from the active unit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2012 14:27:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-failover-implementation/m-p/1961468#M439807</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2012-07-09T14:27:31Z</dc:date>
    </item>
    <item>
      <title>ASA Failover implementation</title>
      <link>https://community.cisco.com/t5/network-security/asa-failover-implementation/m-p/1961469#M439809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This goes on the primary active device, please make changes, as per physical your port and ip availablity, those highlighted key-word is user's defined you can put whatever meaningful name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interface GigabitEthernet0/3&lt;/P&gt;&lt;P&gt;description LAN/STATE Failover Interface&lt;/P&gt;&lt;P&gt;&amp;nbsp; no shutdown&lt;/P&gt;&lt;P&gt;exit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no failover link&lt;/P&gt;&lt;P&gt;failover lan interface &lt;STRONG&gt;STATE-SYNC&lt;/STRONG&gt; GigabitEthernet0/3&lt;/P&gt;&lt;P&gt;failover interface ip &lt;STRONG&gt;STATE-SYNC&lt;/STRONG&gt; 10.0.0.1 255.255.255.252 standby 10.0.0.2&lt;/P&gt;&lt;P&gt;failover key &lt;STRONG&gt;your-password-goes-here-whatever-it-maybe&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;failover link &lt;STRONG&gt;STATE-SYNC&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;failover replication http&lt;/P&gt;&lt;P&gt;failover lan unit primary&lt;/P&gt;&lt;P&gt;failover lan enable&lt;/P&gt;&lt;P&gt;failover&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;----------------------------&lt;/P&gt;&lt;P&gt;This goes on the failover unit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no failover link&lt;/P&gt;&lt;P&gt;no failover lan interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/3&lt;/P&gt;&lt;P&gt;no nameif &lt;/P&gt;&lt;P&gt;no shutdown&lt;/P&gt;&lt;P&gt;exit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;failover key &lt;STRONG&gt;your-password-goes-here-whatever-it-maybe&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;failover lan interface &lt;STRONG&gt;STATE-SYNC &lt;/STRONG&gt;GigabitEthernet0/3&lt;/P&gt;&lt;P&gt;failover interface ip &lt;STRONG&gt;STATE-SYNC&lt;/STRONG&gt; 10.0.0.1 255.255.255.252 standby 10.0.0.2&lt;/P&gt;&lt;P&gt;failover lan unit secondary &lt;/P&gt;&lt;P&gt;failover lan enable&lt;/P&gt;&lt;P&gt;failover&lt;/P&gt;&lt;P&gt;exit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;show failover&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Rizwan Rafeek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2012 14:41:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-failover-implementation/m-p/1961469#M439809</guid>
      <dc:creator>rizwanr74</dc:creator>
      <dc:date>2012-07-09T14:41:37Z</dc:date>
    </item>
    <item>
      <title>ASA Failover implementation</title>
      <link>https://community.cisco.com/t5/network-security/asa-failover-implementation/m-p/1961470#M439812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought I should have mentioned this as well.&amp;nbsp; When you configured the active and standby failover configuration, the standby device will synchronize the whole configuration from active FW, so all you need is a minimum configuration on standby unit as shown above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Rizwan Rafeek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2012 15:20:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-failover-implementation/m-p/1961470#M439812</guid>
      <dc:creator>rizwanr74</dc:creator>
      <dc:date>2012-07-09T15:20:45Z</dc:date>
    </item>
  </channel>
</rss>

