<?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 OK - Just found this: in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/creating-asa-inside-interface-failover-or-redundancy/m-p/3082055#M145142</link>
    <description>&lt;P&gt;OK - Just found this:&lt;/P&gt;
&lt;H4 class="topictitle4"&gt;Redundant Interface MAC Address&lt;/H4&gt;
&lt;SECTION&gt;
&lt;P&gt;&lt;A name="ID-2077-00000016__ID-2077-00000017"&gt;&lt;/A&gt;The redundant interface uses the MAC address of the first physical interface that you add. If you change the order of the member interfaces in the configuration, then the MAC address changes to match the MAC address of the interface that is now listed first. Alternatively, you can assign a manual MAC address to the redundant interface, which is used regardless of the member interface MAC addresses. When the active interface fails over to the standby, the same MAC address is maintained so that traffic is not disrupted.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;At this point I think I have the solution but is it the best solution? &amp;nbsp;Is there a method to use both links and load balance?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/SECTION&gt;</description>
    <pubDate>Thu, 06 Apr 2017 21:40:27 GMT</pubDate>
    <dc:creator>collinsjl</dc:creator>
    <dc:date>2017-04-06T21:40:27Z</dc:date>
    <item>
      <title>Creating ASA Inside interface failover &amp;/or redundancy</title>
      <link>https://community.cisco.com/t5/network-security/creating-asa-inside-interface-failover-or-redundancy/m-p/3082053#M145135</link>
      <description>&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Which is the best way to configure the ASA for the following desired output:&lt;/P&gt;
&lt;P&gt;We will have 2 3850 switches in a stack running multiple VRFs which will use the ASA as their gateway. We do not want to send a single link to the INSIDE interface. That makes that switch a single point of failure.&lt;BR /&gt;Should I send a port channel up from the 3850s (one link each) to the ASA or send 2 separate Trunk links up the the ASA? Of course this will depend on the ASA solution.&lt;BR /&gt;Should I use a PortChannel on the ASA and then define L3 subinterfaces under the port channel?&lt;BR /&gt;Should I use a redundant link of the ASA and assign sub interfaces to that? If you can.&lt;BR /&gt;Desired outcome is that if one of the switches goes down that the traffic still flows.&lt;BR /&gt;Load Balancing across the links is optimal but I am not sure that is possible without mac flapping.&lt;BR /&gt;We will be needing several IP'ed subinterfaces for at least 10-15 VLANs&lt;/P&gt;
&lt;P&gt;Are there any examples of this out there?&lt;BR /&gt;Any help would be appreciated&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 09:11:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/creating-asa-inside-interface-failover-or-redundancy/m-p/3082053#M145135</guid>
      <dc:creator>collinsjl</dc:creator>
      <dc:date>2019-03-12T09:11:25Z</dc:date>
    </item>
    <item>
      <title>I grabbed an old 5510 w</title>
      <link>https://community.cisco.com/t5/network-security/creating-asa-inside-interface-failover-or-redundancy/m-p/3082054#M145140</link>
      <description>&lt;P&gt;I grabbed an old 5510 w security plus off the dusty shelf - upgraded the software and added this on it:&lt;/P&gt;
&lt;P&gt;interface Redundant1&lt;BR /&gt; member-interface Ethernet0/2&lt;BR /&gt; member-interface Ethernet0/3&lt;BR /&gt; nameif&amp;nbsp;&lt;BR /&gt; security-level 100&lt;BR /&gt; no ip address&lt;BR /&gt;! &lt;BR /&gt;interface Redundant1.10&lt;BR /&gt; vlan 10 &lt;BR /&gt; nameif Production&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 10.82.0.254 255.255.255.0&lt;BR /&gt;! &lt;BR /&gt;interface Redundant1.100&lt;BR /&gt; vlan 100 &lt;BR /&gt; nameif CUST1&lt;BR /&gt; security-level 90&lt;BR /&gt; ip address 10.82.100.254 255.255.255.0&lt;BR /&gt;! &lt;BR /&gt;interface Redundant1.101&lt;BR /&gt; vlan 101 &lt;BR /&gt; nameif CUST2&lt;BR /&gt; security-level 90&lt;BR /&gt; ip address 10.82.101.254 255.255.255.0&lt;BR /&gt;! &lt;BR /&gt;interface Redundant1.102&lt;BR /&gt; vlan 102 &lt;BR /&gt; nameif CUST3&lt;BR /&gt; security-level 90&lt;BR /&gt; ip address 10.82.102.254 255.255.255.0&lt;BR /&gt;! &lt;BR /&gt;interface Redundant1.103&lt;BR /&gt; vlan 103 &lt;BR /&gt; nameif CUST4&lt;BR /&gt; security-level 90&lt;BR /&gt; ip address 10.82.103.254 255.255.255.0&lt;/P&gt;
&lt;P&gt;I am thinking at this point I should just send a single trunk link up from each 3850 and I assume the first member will serve all requests and if it fails then the second member in the REDUNDANCY will take over. I also assume that mac addresses will change then and there will be a small outage during that time. Does redundancy support a virtual MAC that will swap when the link swaps?&lt;/P&gt;
&lt;P&gt;I am looking at doing the same for the WAN links but need to look at how the monitior for failover would work&lt;/P&gt;
&lt;P&gt;interface Redundant2&lt;BR /&gt; member-interface Ethernet0/0&lt;BR /&gt; member-interface Ethernet0/1&lt;BR /&gt; nameif&amp;nbsp;&lt;BR /&gt; security-level 0&lt;BR /&gt; no ip address&lt;BR /&gt;! &lt;BR /&gt;interface Redundant2.2&lt;BR /&gt; vlan 2 &lt;BR /&gt; nameif WAN1 &lt;BR /&gt; security-level 0&lt;BR /&gt; ip address 1.1.1.1 255.255.255.252&lt;BR /&gt;! &lt;BR /&gt;interface Redundant2.3&lt;BR /&gt; vlan 3 &lt;BR /&gt; nameif WAN2 &lt;BR /&gt; security-level 0&lt;BR /&gt; ip address 2.2.2.2 255.255.255.252&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I would then feed those two links to a 2960 stack. One to each switch.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2017 21:40:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/creating-asa-inside-interface-failover-or-redundancy/m-p/3082054#M145140</guid>
      <dc:creator>collinsjl</dc:creator>
      <dc:date>2017-04-06T21:40:26Z</dc:date>
    </item>
    <item>
      <title>OK - Just found this:</title>
      <link>https://community.cisco.com/t5/network-security/creating-asa-inside-interface-failover-or-redundancy/m-p/3082055#M145142</link>
      <description>&lt;P&gt;OK - Just found this:&lt;/P&gt;
&lt;H4 class="topictitle4"&gt;Redundant Interface MAC Address&lt;/H4&gt;
&lt;SECTION&gt;
&lt;P&gt;&lt;A name="ID-2077-00000016__ID-2077-00000017"&gt;&lt;/A&gt;The redundant interface uses the MAC address of the first physical interface that you add. If you change the order of the member interfaces in the configuration, then the MAC address changes to match the MAC address of the interface that is now listed first. Alternatively, you can assign a manual MAC address to the redundant interface, which is used regardless of the member interface MAC addresses. When the active interface fails over to the standby, the same MAC address is maintained so that traffic is not disrupted.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;At this point I think I have the solution but is it the best solution? &amp;nbsp;Is there a method to use both links and load balance?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/SECTION&gt;</description>
      <pubDate>Thu, 06 Apr 2017 21:40:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/creating-asa-inside-interface-failover-or-redundancy/m-p/3082055#M145142</guid>
      <dc:creator>collinsjl</dc:creator>
      <dc:date>2017-04-06T21:40:27Z</dc:date>
    </item>
  </channel>
</rss>

