<?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: Replication of interfaces on active standby multi context in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/replication-of-interfaces-on-active-standby-multi-context/m-p/1553889#M658284</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8fafd;"&gt;You mentioned you were using multiple context firewalls in which case &lt;SPAN style="font-size: 10pt;"&gt;you can only configure Active/Active failover, the main failover configuration is done in the system execution space, preempt is used so that once a failover condition is cleared that unit takes over again as the active firewall for the failover group (Therefore on your secondary unit there would be no preempt):&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8fafd;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: courier new,courier; "&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;failover&lt;/P&gt;&lt;P&gt;failover lan unit primary&lt;/P&gt;&lt;P&gt;failover lan interface LAN_Failover GigabitEthernet3/3&lt;/P&gt;&lt;P&gt;failover link STATE_Failover GigabitEthernet4/3&lt;/P&gt;&lt;P&gt;failover interface ip LAN_Failover 10.1.1.1 255.255.255.252 standby 10.1.1.2&lt;/P&gt;&lt;P&gt;failover interface ip STATE_Failover 10.1.1.3 255.255.255.252 standby 10.1.1.4&lt;/P&gt;&lt;P&gt;failover group 1&lt;/P&gt;&lt;P&gt; preempt 15&lt;/P&gt;&lt;P&gt;failover group 2&lt;/P&gt;&lt;P&gt;secondary&lt;/P&gt;&lt;P&gt; preempt 15&lt;/P&gt;&lt;SPAN style=": ; font-size: 2; "&gt;&lt;SPAN style="font-size: 2; "&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 2; "&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also within the system execution space, within each context you add which failover group the context should join, If you wish your firewalls to act like Active/Standby then make all contexts join the same failover group:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;admin-context admin&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;context admin&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; allocate-interface Management0/0 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; config-url disk0:/admin.cfg&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;join-failover-group 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then configure failover within the context including the monitoring of interfaces, for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;interface Management0/0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; description Entire ASA 5580 Appliance Management&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; nameif management&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; security-level 100&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; ip address 192.168.1.1 255.255.255.240 standby 192.168.1.2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; management-only&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;monitor-interface management&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN style="font-size: 2; "&gt;&lt;P&gt;I just thought you may be interested.&lt;/P&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Sep 2010 13:24:55 GMT</pubDate>
    <dc:creator>paultribe</dc:creator>
    <dc:date>2010-09-07T13:24:55Z</dc:date>
    <item>
      <title>Replication of interfaces on active standby multi context</title>
      <link>https://community.cisco.com/t5/network-security/replication-of-interfaces-on-active-standby-multi-context/m-p/1553885#M658238</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I am configuring a Active/Standby multiple context firewall, is it enough only to configure the interface only on the primary device (specific context) so that it will get replicated on to the secondary firewall (specific context) or do we also configure it on the secondary box (specific context)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 18:35:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/replication-of-interfaces-on-active-standby-multi-context/m-p/1553885#M658238</guid>
      <dc:creator>sidcracker</dc:creator>
      <dc:date>2019-03-11T18:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Replication of interfaces on active standby multi context</title>
      <link>https://community.cisco.com/t5/network-security/replication-of-interfaces-on-active-standby-multi-context/m-p/1553886#M658247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes its enough to configure interfaces only on the primary device and it should get copied to the secondary automatically. The pre-requisites for that are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) "failover lan unit primary" on primary device and "failover lan unit secondary" on secondary device.&lt;/P&gt;&lt;P&gt;2) configure failover LAN interface on both the devices. (the commands will be the same on both the devices for this)&lt;/P&gt;&lt;P&gt;3) enable failover on the primary firewall first and then the secondary firewall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prapanch&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Sep 2010 02:59:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/replication-of-interfaces-on-active-standby-multi-context/m-p/1553886#M658247</guid>
      <dc:creator>praprama</dc:creator>
      <dc:date>2010-09-07T02:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: Replication of interfaces on active standby multi context</title>
      <link>https://community.cisco.com/t5/network-security/replication-of-interfaces-on-active-standby-multi-context/m-p/1553887#M658259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prapanch,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. The interfaces are already configured but there is no standby IP for the admin context in the primary context and hence I cannot ssh to the secondary context. So i can just add the "standby IP Address" command on the primary device and it should get replicated to the secondary box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Sep 2010 03:02:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/replication-of-interfaces-on-active-standby-multi-context/m-p/1553887#M658259</guid>
      <dc:creator>sidcracker</dc:creator>
      <dc:date>2010-09-07T03:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: Replication of interfaces on active standby multi context</title>
      <link>https://community.cisco.com/t5/network-security/replication-of-interfaces-on-active-standby-multi-context/m-p/1553888#M658272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yeah!! So if i am understanding it right, right now under the interface you have something like "ip address 10.1.1.1 255.255.255.0". So if you want to give it a standby IP address say 10.1.1.2, you just need to change it to "ip address 10.1.1.1 255.255.255.0 standby 10.1.1.2".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prapanch&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Sep 2010 03:11:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/replication-of-interfaces-on-active-standby-multi-context/m-p/1553888#M658272</guid>
      <dc:creator>praprama</dc:creator>
      <dc:date>2010-09-07T03:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: Replication of interfaces on active standby multi context</title>
      <link>https://community.cisco.com/t5/network-security/replication-of-interfaces-on-active-standby-multi-context/m-p/1553889#M658284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8fafd;"&gt;You mentioned you were using multiple context firewalls in which case &lt;SPAN style="font-size: 10pt;"&gt;you can only configure Active/Active failover, the main failover configuration is done in the system execution space, preempt is used so that once a failover condition is cleared that unit takes over again as the active firewall for the failover group (Therefore on your secondary unit there would be no preempt):&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8fafd;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: courier new,courier; "&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;failover&lt;/P&gt;&lt;P&gt;failover lan unit primary&lt;/P&gt;&lt;P&gt;failover lan interface LAN_Failover GigabitEthernet3/3&lt;/P&gt;&lt;P&gt;failover link STATE_Failover GigabitEthernet4/3&lt;/P&gt;&lt;P&gt;failover interface ip LAN_Failover 10.1.1.1 255.255.255.252 standby 10.1.1.2&lt;/P&gt;&lt;P&gt;failover interface ip STATE_Failover 10.1.1.3 255.255.255.252 standby 10.1.1.4&lt;/P&gt;&lt;P&gt;failover group 1&lt;/P&gt;&lt;P&gt; preempt 15&lt;/P&gt;&lt;P&gt;failover group 2&lt;/P&gt;&lt;P&gt;secondary&lt;/P&gt;&lt;P&gt; preempt 15&lt;/P&gt;&lt;SPAN style=": ; font-size: 2; "&gt;&lt;SPAN style="font-size: 2; "&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 2; "&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also within the system execution space, within each context you add which failover group the context should join, If you wish your firewalls to act like Active/Standby then make all contexts join the same failover group:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;admin-context admin&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;context admin&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; allocate-interface Management0/0 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; config-url disk0:/admin.cfg&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;join-failover-group 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then configure failover within the context including the monitoring of interfaces, for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;interface Management0/0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; description Entire ASA 5580 Appliance Management&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; nameif management&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; security-level 100&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; ip address 192.168.1.1 255.255.255.240 standby 192.168.1.2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; management-only&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;monitor-interface management&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN style="font-size: 2; "&gt;&lt;P&gt;I just thought you may be interested.&lt;/P&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Sep 2010 13:24:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/replication-of-interfaces-on-active-standby-multi-context/m-p/1553889#M658284</guid>
      <dc:creator>paultribe</dc:creator>
      <dc:date>2010-09-07T13:24:55Z</dc:date>
    </item>
  </channel>
</rss>

