<?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 5540 failover in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-5540-failover/m-p/1365489#M821969</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use subinterfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example you can use subinterface for your failover and stateful under the same phsical interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use mgt interface for your failover if you like but i alway suggest you use subinterface were possible and keep mgt dedicated to managment only.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Mar 2010 17:18:58 GMT</pubDate>
    <dc:creator>francisco_1</dc:creator>
    <dc:date>2010-03-08T17:18:58Z</dc:date>
    <item>
      <title>ASA 5540 failover</title>
      <link>https://community.cisco.com/t5/network-security/asa-5540-failover/m-p/1365488#M821958</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;ASA 5540 has 4 gigabit and 1 FE ports. ( most likely it is management - correct me if I am worng ). If we need three interfaces inside,outside and DMZ we are left with only one gigabit interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if we need to configure failover in stateful mode we need two more interfaces&amp;nbsp; first for "Failover-LAN" and another for "State".&amp;nbsp; In our case we would need total 5 gigabit interfces namely - inside,outside,dmz, failover-lan, state.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Case 1 : configure regular failover where you need only one interface, second interface for&amp;nbsp; "state"&amp;nbsp; is optional. This is - inside, outside, dmz and Failover-LAN total four interfaces. In this case it will be regular failover configuration ( stateful failover is not posible ).&amp;nbsp; Can this be done for regular failover configuration?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Case 2 : if possible use management interface&amp;nbsp; as the state interface and configure "statefull" failover. I am not sure if this ca be done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please share the experience&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Subodh&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 00:59:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5540-failover/m-p/1365488#M821958</guid>
      <dc:creator>bapatsubodh</dc:creator>
      <dc:date>2019-03-13T00:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5540 failover</title>
      <link>https://community.cisco.com/t5/network-security/asa-5540-failover/m-p/1365489#M821969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use subinterfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example you can use subinterface for your failover and stateful under the same phsical interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use mgt interface for your failover if you like but i alway suggest you use subinterface were possible and keep mgt dedicated to managment only.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Mar 2010 17:18:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5540-failover/m-p/1365489#M821969</guid>
      <dc:creator>francisco_1</dc:creator>
      <dc:date>2010-03-08T17:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5540 failover</title>
      <link>https://community.cisco.com/t5/network-security/asa-5540-failover/m-p/1365490#M821982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Case 1: In ASA 5540 you cannot use Regular failover. (Because ASA firewall don't support Regular failover).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Case 2: Yes, you can use management interface for failover by using 1st below commands on firewall management interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA(config)#int Management0/0 &lt;BR /&gt;ASA(config-if)#no management-only&lt;BR /&gt;ASA(config-if)#exit&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;We have another option to configuration failover.&lt;BR /&gt;We can configure both LAN base failover and SATEFULL failover on same firewall interface. Below are the sample configuration for your help.&lt;/P&gt;&lt;P&gt;###############Primary Firewall###############&lt;/P&gt;&lt;P&gt;ASA-Prim(config)#failover&lt;BR /&gt;ASA-Prim(config)#failover lan unit primary&lt;BR /&gt;ASA-Prim(config)#failover lan interface failover GigabitEthernet0/3&lt;BR /&gt;ASA-Prim(config)#failover interface ip failover 10.1.0.1 255.255.255.0 standby 10.1.0.2&lt;BR /&gt;ASA-Prim(config)#failover replication http&lt;BR /&gt;ASA-Prim(config)#failover link failover GigabitEthernet0/3&lt;BR /&gt;!&lt;BR /&gt;ASA-Prim(config)#interface GigabitEthernet0/3&lt;BR /&gt;ASA-Prim(config-if)#Description LAN/SATE failover inteface&lt;BR /&gt;ASA-Prim(config-if)#no shutdown&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;###############Secondary Firewall###############&lt;/P&gt;&lt;P&gt;ASA-Standby(config)#failover&lt;BR /&gt;ASA-Standby(config)#failover lan unit secondary&lt;BR /&gt;ASA-Standby(config)#failover lan interface failover GigabitEthernet0/3&lt;BR /&gt;ASA-Standby(config)#failover interface ip failover 10.1.0.1 255.255.255.0 standby 10.1.0.2&lt;BR /&gt;ASA-Standby(config)#failover link failover GigabitEthernet0/3&lt;/P&gt;&lt;P&gt;ASA-Standby(config)#failover replication http&lt;BR /&gt;!&lt;BR /&gt;ASA-Standby(config)#interface GigabitEthernet0/3&lt;BR /&gt;ASA-Standby(config-if)#Description LAN/SATE failover inteface&lt;BR /&gt;ASA-Standby(config-if)#no shutdown&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Mar 2010 02:17:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5540-failover/m-p/1365490#M821982</guid>
      <dc:creator>AnujPratap</dc:creator>
      <dc:date>2010-03-09T02:17:14Z</dc:date>
    </item>
  </channel>
</rss>

