<?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 Cable Based Failover  in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-cable-based-failover/m-p/786584#M1002467</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to configure failover on ASAs based on following link-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/univercd/cc/td/doc/product/multisec/asa_sw/v_7_2/conf_gd/general/failover.htm#wp1064158" target="_blank"&gt;http://www.cisco.com/univercd/cc/td/doc/product/multisec/asa_sw/v_7_2/conf_gd/general/failover.htm#wp1064158&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can connect the "failover" link interfaces directly using a cross cable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vibhor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Jun 2007 17:33:28 GMT</pubDate>
    <dc:creator>vitripat</dc:creator>
    <dc:date>2007-06-26T17:33:28Z</dc:date>
    <item>
      <title>ASA Cable Based Failover</title>
      <link>https://community.cisco.com/t5/network-security/asa-cable-based-failover/m-p/786583#M1002466</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i connect 2 ASA 5510 with cross cable &amp;amp; configure failover on the active one, whether failove rtake place??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLease advice.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 10:35:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-cable-based-failover/m-p/786583#M1002466</guid>
      <dc:creator>acharyr123</dc:creator>
      <dc:date>2019-03-11T10:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: ASA Cable Based Failover</title>
      <link>https://community.cisco.com/t5/network-security/asa-cable-based-failover/m-p/786584#M1002467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to configure failover on ASAs based on following link-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/univercd/cc/td/doc/product/multisec/asa_sw/v_7_2/conf_gd/general/failover.htm#wp1064158" target="_blank"&gt;http://www.cisco.com/univercd/cc/td/doc/product/multisec/asa_sw/v_7_2/conf_gd/general/failover.htm#wp1064158&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can connect the "failover" link interfaces directly using a cross cable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vibhor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 17:33:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-cable-based-failover/m-p/786584#M1002467</guid>
      <dc:creator>vitripat</dc:creator>
      <dc:date>2007-06-26T17:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: ASA Cable Based Failover</title>
      <link>https://community.cisco.com/t5/network-security/asa-cable-based-failover/m-p/786585#M1002468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the document i can find it shows Configuring Cable-Based Active/Standby Failover (PIX Security Appliance Only) using the failover cable. have u practically done connecting 2 asa using a cross cable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please find the commands:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;hostname(config-if)# ip address active_addr netmask standby standby_addr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;say: ip address 10.10.10.1 255.255.255.240 standby 10.10.10.2 ()say this is for eth0/1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; failover link if_name phy_if&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;say: failover link failover eth0/2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;failover interface ip if_name ip_addr mask standby ip_addr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;say: failover interface ip failover 192.168.10.1 255.255.255.240 standby 192.168.10.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; hostname(config)# interface eth0/2&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; hostname(config-if)# no shutdown&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;failover&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all these are on active one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=============================================&lt;/P&gt;&lt;P&gt;Standby:&lt;/P&gt;&lt;P&gt;=============================================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hostname(config)# failover&lt;/P&gt;&lt;P&gt;hostname(config)# wr mem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whether it will solve the purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds..Partha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2007 03:04:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-cable-based-failover/m-p/786585#M1002468</guid>
      <dc:creator>acharyr123</dc:creator>
      <dc:date>2007-06-27T03:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: ASA Cable Based Failover</title>
      <link>https://community.cisco.com/t5/network-security/asa-cable-based-failover/m-p/786586#M1002469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Partha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets say you want to use ethernet0/1 for failover link. Connect e0/1 interfaces of both ASAs using&lt;/P&gt;&lt;P&gt;cross cable. Now you need to implement following commands-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On Primary ASA:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface e0/1&lt;/P&gt;&lt;P&gt; no shutdown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;failover lan unit primary&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;failover lan interface failover_link ethernet0/1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;failover interface ip failover_link 192.168.10.1 255.255.255.240 standby 192.168.10.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;failover lan enable&lt;/P&gt;&lt;P&gt;&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;On Secondary ASA:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface e0/1&lt;/P&gt;&lt;P&gt; no shutdown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;failover lan unit secondary&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;failover lan interface failover_link ethernet0/1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;failover interface ip failover_link 192.168.10.1 255.255.255.240 standby 192.168.10.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;failover lan enable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;failover&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: On ASAs there is no cable-based failover available. We need to configure LAN-based failover only.&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;Regards,&lt;/P&gt;&lt;P&gt;Vibhor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2007 14:12:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-cable-based-failover/m-p/786586#M1002469</guid>
      <dc:creator>vitripat</dc:creator>
      <dc:date>2007-06-27T14:12:52Z</dc:date>
    </item>
  </channel>
</rss>

