<?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 ACE High Availability Config. in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/ace-high-availability-config/m-p/1273025#M26469</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is my ACE HA config. I have two ACEs and two virtual contexts. I want the context VC_PROD to be active on ACE 1 and standby on ACE 2. I want the context VC_Test to be active on ACE 2 and standby on ACE 1. Also, VLAN 100 is shared between all contexts. Please let me know if I am on the right track. Your feedback is greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACE HA Config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This configuration is on ACE 1. I will repeat the same procedure on ACE 2 swapping the ip addresses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Context - Admin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface vlan 100&lt;/P&gt;&lt;P&gt;  description Management VLAN&lt;/P&gt;&lt;P&gt;  ip address 10.1.1.24 255.255.252.0&lt;/P&gt;&lt;P&gt;  peer ip address 10.1.1.28 255.255.252.0&lt;/P&gt;&lt;P&gt;  service-policy input Admin_web_MGMT_ALLOW_POLICY&lt;/P&gt;&lt;P&gt;  service-policy input SNMP-ACCESS-POLICY&lt;/P&gt;&lt;P&gt;  no shutdown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ft interface vlan 110&lt;/P&gt;&lt;P&gt;ip address 192.168.1.4 255.255.255.0&lt;/P&gt;&lt;P&gt;peer ip address 192.168.1.5 255.255.255.0&lt;/P&gt;&lt;P&gt;no shut&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ft peer 1&lt;/P&gt;&lt;P&gt;heartbeat interval 300&lt;/P&gt;&lt;P&gt;heartbeat count 10&lt;/P&gt;&lt;P&gt;ft-interface vlan 110&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ft group 1&lt;/P&gt;&lt;P&gt;peer 1 &lt;/P&gt;&lt;P&gt;priority 100&lt;/P&gt;&lt;P&gt;peer priority 90&lt;/P&gt;&lt;P&gt;associate-context Admin&lt;/P&gt;&lt;P&gt;inservice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ft group 2&lt;/P&gt;&lt;P&gt;peer 1 &lt;/P&gt;&lt;P&gt;priority 100&lt;/P&gt;&lt;P&gt;peer priority 90&lt;/P&gt;&lt;P&gt;associate-context VCÂ­_PROD&lt;/P&gt;&lt;P&gt;inservice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ft group 3&lt;/P&gt;&lt;P&gt;peer 1 &lt;/P&gt;&lt;P&gt;priority 90&lt;/P&gt;&lt;P&gt;peer priority 100&lt;/P&gt;&lt;P&gt;associate-context VCÂ­_TEST&lt;/P&gt;&lt;P&gt;inservice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Context - VC_PROD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface vlan 100&lt;/P&gt;&lt;P&gt;  description Management VLAN&lt;/P&gt;&lt;P&gt;  ip address 10.1.1.25 255.255.252.0&lt;/P&gt;&lt;P&gt;  peer ip address 10.1.1.29 255.255.252.0&lt;/P&gt;&lt;P&gt;  access-group input ALL&lt;/P&gt;&lt;P&gt;  service-policy input MGMT_ALLOW_POLICY&lt;/P&gt;&lt;P&gt;  service-policy input SNMP-ACCESS-POLICY&lt;/P&gt;&lt;P&gt;  service-policy input PM_multi_match&lt;/P&gt;&lt;P&gt;  no shutdown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface vlan 111&lt;/P&gt;&lt;P&gt;  description VC_Production Server Side&lt;/P&gt;&lt;P&gt;  ip address 10.1.111.1 255.255.255.128&lt;/P&gt;&lt;P&gt;  peer ip address 10.1.111.2 255.255.255.128&lt;/P&gt;&lt;P&gt;  access-group input ALL&lt;/P&gt;&lt;P&gt;  no shutdown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Context - VC_TEST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface vlan 100&lt;/P&gt;&lt;P&gt;  description Management VLAN&lt;/P&gt;&lt;P&gt;  ip address 10.1.1.26 255.255.252.0&lt;/P&gt;&lt;P&gt;  peer ip address 10.1.1.30 255.255.252.0&lt;/P&gt;&lt;P&gt;  access-group input ALL&lt;/P&gt;&lt;P&gt;  service-policy input MGMT_ALLOW_POLICY&lt;/P&gt;&lt;P&gt;  service-policy input SNMP-ACCESS-POLICY&lt;/P&gt;&lt;P&gt;  service-policy input PM_multi_match&lt;/P&gt;&lt;P&gt;  no shutdown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface vlan 112&lt;/P&gt;&lt;P&gt;  description VC_Test Server Side&lt;/P&gt;&lt;P&gt;  ip address 10.1.111.129 255.255.255.128&lt;/P&gt;&lt;P&gt;  peer ip address 10.1.111.130 255.255.255.128&lt;/P&gt;&lt;P&gt;  access-group input ALL&lt;/P&gt;&lt;P&gt;  no shutdown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 15 Jun 2009 13:50:20 GMT</pubDate>
    <dc:creator>allen.malanda_2</dc:creator>
    <dc:date>2009-06-15T13:50:20Z</dc:date>
    <item>
      <title>ACE High Availability Config.</title>
      <link>https://community.cisco.com/t5/application-networking/ace-high-availability-config/m-p/1273025#M26469</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is my ACE HA config. I have two ACEs and two virtual contexts. I want the context VC_PROD to be active on ACE 1 and standby on ACE 2. I want the context VC_Test to be active on ACE 2 and standby on ACE 1. Also, VLAN 100 is shared between all contexts. Please let me know if I am on the right track. Your feedback is greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACE HA Config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This configuration is on ACE 1. I will repeat the same procedure on ACE 2 swapping the ip addresses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Context - Admin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface vlan 100&lt;/P&gt;&lt;P&gt;  description Management VLAN&lt;/P&gt;&lt;P&gt;  ip address 10.1.1.24 255.255.252.0&lt;/P&gt;&lt;P&gt;  peer ip address 10.1.1.28 255.255.252.0&lt;/P&gt;&lt;P&gt;  service-policy input Admin_web_MGMT_ALLOW_POLICY&lt;/P&gt;&lt;P&gt;  service-policy input SNMP-ACCESS-POLICY&lt;/P&gt;&lt;P&gt;  no shutdown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ft interface vlan 110&lt;/P&gt;&lt;P&gt;ip address 192.168.1.4 255.255.255.0&lt;/P&gt;&lt;P&gt;peer ip address 192.168.1.5 255.255.255.0&lt;/P&gt;&lt;P&gt;no shut&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ft peer 1&lt;/P&gt;&lt;P&gt;heartbeat interval 300&lt;/P&gt;&lt;P&gt;heartbeat count 10&lt;/P&gt;&lt;P&gt;ft-interface vlan 110&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ft group 1&lt;/P&gt;&lt;P&gt;peer 1 &lt;/P&gt;&lt;P&gt;priority 100&lt;/P&gt;&lt;P&gt;peer priority 90&lt;/P&gt;&lt;P&gt;associate-context Admin&lt;/P&gt;&lt;P&gt;inservice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ft group 2&lt;/P&gt;&lt;P&gt;peer 1 &lt;/P&gt;&lt;P&gt;priority 100&lt;/P&gt;&lt;P&gt;peer priority 90&lt;/P&gt;&lt;P&gt;associate-context VCÂ­_PROD&lt;/P&gt;&lt;P&gt;inservice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ft group 3&lt;/P&gt;&lt;P&gt;peer 1 &lt;/P&gt;&lt;P&gt;priority 90&lt;/P&gt;&lt;P&gt;peer priority 100&lt;/P&gt;&lt;P&gt;associate-context VCÂ­_TEST&lt;/P&gt;&lt;P&gt;inservice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Context - VC_PROD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface vlan 100&lt;/P&gt;&lt;P&gt;  description Management VLAN&lt;/P&gt;&lt;P&gt;  ip address 10.1.1.25 255.255.252.0&lt;/P&gt;&lt;P&gt;  peer ip address 10.1.1.29 255.255.252.0&lt;/P&gt;&lt;P&gt;  access-group input ALL&lt;/P&gt;&lt;P&gt;  service-policy input MGMT_ALLOW_POLICY&lt;/P&gt;&lt;P&gt;  service-policy input SNMP-ACCESS-POLICY&lt;/P&gt;&lt;P&gt;  service-policy input PM_multi_match&lt;/P&gt;&lt;P&gt;  no shutdown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface vlan 111&lt;/P&gt;&lt;P&gt;  description VC_Production Server Side&lt;/P&gt;&lt;P&gt;  ip address 10.1.111.1 255.255.255.128&lt;/P&gt;&lt;P&gt;  peer ip address 10.1.111.2 255.255.255.128&lt;/P&gt;&lt;P&gt;  access-group input ALL&lt;/P&gt;&lt;P&gt;  no shutdown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Context - VC_TEST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface vlan 100&lt;/P&gt;&lt;P&gt;  description Management VLAN&lt;/P&gt;&lt;P&gt;  ip address 10.1.1.26 255.255.252.0&lt;/P&gt;&lt;P&gt;  peer ip address 10.1.1.30 255.255.252.0&lt;/P&gt;&lt;P&gt;  access-group input ALL&lt;/P&gt;&lt;P&gt;  service-policy input MGMT_ALLOW_POLICY&lt;/P&gt;&lt;P&gt;  service-policy input SNMP-ACCESS-POLICY&lt;/P&gt;&lt;P&gt;  service-policy input PM_multi_match&lt;/P&gt;&lt;P&gt;  no shutdown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface vlan 112&lt;/P&gt;&lt;P&gt;  description VC_Test Server Side&lt;/P&gt;&lt;P&gt;  ip address 10.1.111.129 255.255.255.128&lt;/P&gt;&lt;P&gt;  peer ip address 10.1.111.130 255.255.255.128&lt;/P&gt;&lt;P&gt;  access-group input ALL&lt;/P&gt;&lt;P&gt;  no shutdown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2009 13:50:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-high-availability-config/m-p/1273025#M26469</guid>
      <dc:creator>allen.malanda_2</dc:creator>
      <dc:date>2009-06-15T13:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: ACE High Availability Config.</title>
      <link>https://community.cisco.com/t5/application-networking/ace-high-availability-config/m-p/1273026#M26470</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;This looks fine!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suppose you've created your contexts and associated your VLANs to them in your Admin context?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;context VCÂ­_PROD&lt;/P&gt;&lt;P&gt;  allocate-interface vlan 100&lt;/P&gt;&lt;P&gt;  allocate-interface vlan 111&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;context VC_TEST&lt;/P&gt;&lt;P&gt;  allocate-interface vlan 100&lt;/P&gt;&lt;P&gt;  allocate-interface vlan 112&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kr,&lt;/P&gt;&lt;P&gt;Dario&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2009 07:06:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-high-availability-config/m-p/1273026#M26470</guid>
      <dc:creator>dario.didio</dc:creator>
      <dc:date>2009-06-16T07:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: ACE High Availability Config.</title>
      <link>https://community.cisco.com/t5/application-networking/ace-high-availability-config/m-p/1273027#M26471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your time, I have the contexts created and associated to the VLANs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the statement below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ft group 1&lt;/P&gt;&lt;P&gt;peer 1&lt;/P&gt;&lt;P&gt;priority 100&lt;/P&gt;&lt;P&gt;peer priority 90&lt;/P&gt;&lt;P&gt;associate-context Admin&lt;/P&gt;&lt;P&gt;inservice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Priority 100 is for ACE 1 and peer priority 90 is for ACE 2. Is that correct? How does the context on ACE 1 or ACE 2 knows that it is priority 100 or 90?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2009 12:28:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-high-availability-config/m-p/1273027#M26471</guid>
      <dc:creator>allen.malanda_2</dc:creator>
      <dc:date>2009-06-16T12:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: ACE High Availability Config.</title>
      <link>https://community.cisco.com/t5/application-networking/ace-high-availability-config/m-p/1273028#M26472</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;Taking a look at the commands of FT, we see this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;! creating the FT interface and bind it to a VLAN&lt;/P&gt;&lt;P&gt;ft interface vlan 110&lt;/P&gt;&lt;P&gt;! Give the VLAN interface an IP Address to communicate with the other FT ACE&lt;/P&gt;&lt;P&gt;ip address 192.168.1.4 255.255.255.0&lt;/P&gt;&lt;P&gt;! give the other FT ACE (peer) an ip address to let them communicate between eachother&lt;/P&gt;&lt;P&gt;peer ip address 192.168.1.5 255.255.255.0&lt;/P&gt;&lt;P&gt;! enable the interface&lt;/P&gt;&lt;P&gt;no shut&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;! create the peer ACE parameters&lt;/P&gt;&lt;P&gt;ft peer 1&lt;/P&gt;&lt;P&gt;! heartbeat interval is 300 msec&lt;/P&gt;&lt;P&gt;heartbeat interval 300&lt;/P&gt;&lt;P&gt;! heartbeat count is 10 (10 consecutive heartbeats need to be missed before peer declares the other peer down&lt;/P&gt;&lt;P&gt;heartbeat count 10&lt;/P&gt;&lt;P&gt;! bind the created FT interface to the peer&lt;/P&gt;&lt;P&gt;ft-interface vlan 110&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;! create a FT group per context&lt;/P&gt;&lt;P&gt;ft group 1&lt;/P&gt;&lt;P&gt;! bind the peer to the FT group&lt;/P&gt;&lt;P&gt;peer 1&lt;/P&gt;&lt;P&gt;! give the ACE a priority&lt;/P&gt;&lt;P&gt;priority 100&lt;/P&gt;&lt;P&gt;! give the peer a priority&lt;/P&gt;&lt;P&gt;peer priority 90&lt;/P&gt;&lt;P&gt;! bind a context to the FT group&lt;/P&gt;&lt;P&gt;associate-context Admin&lt;/P&gt;&lt;P&gt;! enable the FT group&lt;/P&gt;&lt;P&gt;inservice &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the FT group commands, you specify the context that is linked to that group. That way the ACE knows which context has what priority.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this clears things up!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rate if this answered your question or was helpful for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Dario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2009 20:18:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-high-availability-config/m-p/1273028#M26472</guid>
      <dc:creator>dario.didio</dc:creator>
      <dc:date>2009-06-16T20:18:44Z</dc:date>
    </item>
  </channel>
</rss>

