<?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: Inter Server Farm Ping in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/ace-inter-server-farm-ping/m-p/1754688#M34952</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm having a similar issue. I can get ping to work between two server farms on the same context, but not SMTP. Any ideas on how I could get SMTP to work between to farms? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Apr 2012 20:05:45 GMT</pubDate>
    <dc:creator>rjohnsoniv21</dc:creator>
    <dc:date>2012-04-19T20:05:45Z</dc:date>
    <item>
      <title>ACE: Inter Server Farm Ping</title>
      <link>https://community.cisco.com/t5/application-networking/ace-inter-server-farm-ping/m-p/1754683#M34947</link>
      <description>&lt;P&gt;Hi All, First some background, I inherited an ACE at a Network I started supporting. On this ACE there is 2 Serverfarms configured, both serverfarms are in thier own Vlans, with their own different IP ranges with thier own VIPs. So it's basically to seperate serverfarms working totally seperate from each other. The server farms's loadbalancing is working perfectly and there is no problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now a requirement has come down the line, where the servers in Vlan/Farm A needs to see the Vip for Vlan/Farm B, but they can't.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any Server in Vlan/Farm A can ping/connect directly to any Server in Vlan/Farm B, but it can't ping/connect to the Vip for Vlan/Farm B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone any ideas ?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2011 05:55:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-inter-server-farm-ping/m-p/1754683#M34947</guid>
      <dc:creator>andrenaude1</dc:creator>
      <dc:date>2011-09-07T05:55:31Z</dc:date>
    </item>
    <item>
      <title>ACE: Inter Server Farm Ping</title>
      <link>https://community.cisco.com/t5/application-networking/ace-inter-server-farm-ping/m-p/1754684#M34948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; First i guess you have the ACL to permit everything working on every interface there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second, put the service-policy input command for your vip on the interfaces of your servers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2011 13:13:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-inter-server-farm-ping/m-p/1754684#M34948</guid>
      <dc:creator>Marko Leopold</dc:creator>
      <dc:date>2011-09-07T13:13:17Z</dc:date>
    </item>
    <item>
      <title>ACE: Inter Server Farm Ping</title>
      <link>https://community.cisco.com/t5/application-networking/ace-inter-server-farm-ping/m-p/1754685#M34949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Err, I guess.&lt;/P&gt;&lt;P&gt;Here is a selectively edited config of the ACE. Maybe that can shed some more light on the problem.&lt;BR /&gt;It's the servers in Vlan 21, that can't see the vip for Vlan 20.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ADMIN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;peer hostname ACE_2&lt;BR /&gt;hostname ACE_1&lt;/P&gt;&lt;P&gt;interface gigabitEthernet 1/1&lt;BR /&gt;&amp;nbsp; description uplink_CAT6500&lt;BR /&gt;&amp;nbsp; channel-group 5&lt;BR /&gt;&amp;nbsp; no shutdown&lt;BR /&gt;interface gigabitEthernet 1/2&lt;BR /&gt;&amp;nbsp; description uplink_CAT6500&lt;BR /&gt;&amp;nbsp; channel-group 5&lt;BR /&gt;&amp;nbsp; no shutdown&lt;BR /&gt;interface gigabitEthernet 1/3&lt;BR /&gt;&amp;nbsp; description uplink_CAT6500&lt;BR /&gt;&amp;nbsp; channel-group 5&lt;BR /&gt;&amp;nbsp; no shutdown&lt;BR /&gt;interface gigabitEthernet 1/4&lt;BR /&gt;&amp;nbsp; description uplink_CAT6500&lt;BR /&gt;&amp;nbsp; channel-group 5&lt;BR /&gt;&amp;nbsp; no shutdown&lt;BR /&gt;interface port-channel 5&lt;BR /&gt;&amp;nbsp; ft-port vlan 45&lt;BR /&gt;&amp;nbsp; switchport trunk native vlan 1&lt;BR /&gt;&amp;nbsp; switchport trunk allowed vlan 20-21,44&lt;BR /&gt;&amp;nbsp; no shutdown&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;access-list PERMIT_ALL line 10 extended permit ip any any&lt;/P&gt;&lt;P&gt;class-map type management match-any MGMT_CLASS&lt;BR /&gt;&amp;nbsp; description remote-access-traffic-match&lt;BR /&gt;&amp;nbsp; 2 match protocol telnet any&lt;BR /&gt;&amp;nbsp; 3 match protocol ssh any&lt;BR /&gt;&amp;nbsp; 4 match protocol icmp any&lt;BR /&gt;&amp;nbsp; 5 match protocol http any&lt;BR /&gt;&amp;nbsp; 6 match protocol https any&lt;BR /&gt;&amp;nbsp; 7 match protocol snmp any&lt;BR /&gt;&amp;nbsp; 8 match protocol xml-https any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type management first-match MGMT_POLICY&lt;BR /&gt;&amp;nbsp; class MGMT_CLASS&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; permit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface vlan 44&lt;BR /&gt;&amp;nbsp; description Outside_Vlan_4_Admin_contex_managment&lt;BR /&gt;&amp;nbsp; ip address 172.17.44.4 255.255.255.0&lt;BR /&gt;&amp;nbsp; access-group input PERMIT_ALL&lt;BR /&gt;&amp;nbsp; service-policy input MGMT_POLICY&lt;BR /&gt;&amp;nbsp; no shutdown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ft interface vlan 45&lt;BR /&gt;&amp;nbsp; ip address 172.17.45.4 255.255.255.0&lt;BR /&gt;&amp;nbsp; peer ip address 172.17.45.5 255.255.255.0&lt;BR /&gt;&amp;nbsp; no shutdown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ft peer 1&lt;BR /&gt;&amp;nbsp; heartbeat interval 300&lt;BR /&gt;&amp;nbsp; heartbeat count 10&lt;BR /&gt;&amp;nbsp; ft-interface vlan 45&lt;BR /&gt;&amp;nbsp; query-interface vlan 44&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip route 0.0.0.0 0.0.0.0 172.17.44.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;context C1&lt;BR /&gt;&amp;nbsp; description Contex1&lt;BR /&gt;&amp;nbsp; allocate-interface vlan 20-21&lt;BR /&gt;&amp;nbsp; allocate-interface vlan 44&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ft group 1&lt;BR /&gt;&amp;nbsp; peer 1&lt;BR /&gt;&amp;nbsp; priority 200&lt;BR /&gt;&amp;nbsp; associate-context C1&lt;BR /&gt;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;_________________________________________________________________&lt;BR /&gt;CONTEXT&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;access-list PERMIT_ALL line 10 extended permit ip any any&lt;BR /&gt;access-list PERMIT_ALL line 20 extended permit icmp any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;probe http HTTP&lt;BR /&gt;&amp;nbsp; interval 2&lt;BR /&gt;&amp;nbsp; passdetect interval 30&lt;BR /&gt;&amp;nbsp; open 5&lt;BR /&gt;probe icmp ICMP&lt;BR /&gt;&amp;nbsp; interval 2&lt;BR /&gt;&amp;nbsp; passdetect interval 30&lt;/P&gt;&lt;P&gt;rserver host FLXTEBAPROD01&lt;BR /&gt;&amp;nbsp; ip address 172.17.21.98&lt;BR /&gt;&amp;nbsp; inservice&lt;BR /&gt;rserver host FLXTEBAPROD02&lt;BR /&gt;&amp;nbsp; ip address 172.17.21.99&lt;BR /&gt;&amp;nbsp; inservice&lt;BR /&gt;rserver host IBM_P595_Ha&lt;BR /&gt;&amp;nbsp; ip address 172.17.20.46&lt;BR /&gt;&amp;nbsp; inservice&lt;BR /&gt;rserver host IBM_P595_Prod&lt;BR /&gt;&amp;nbsp; ip address 172.17.20.43&lt;BR /&gt;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;serverfarm host 2ND_FARM&lt;BR /&gt;&amp;nbsp; probe ICMP&lt;BR /&gt;&amp;nbsp; rserver FLXTEBAPROD01&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; inservice&lt;BR /&gt;&amp;nbsp; rserver FLXTEBAPROD02&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; inservice&lt;BR /&gt;serverfarm host FARM&lt;BR /&gt;&amp;nbsp; probe ICMP&lt;BR /&gt;&amp;nbsp; rserver IBM_P595_Ha&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; inservice&lt;BR /&gt;&amp;nbsp; rserver IBM_P595_Prod&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map match-any 2ND_FARM_VIP&lt;BR /&gt;&amp;nbsp; 2 match virtual-address 172.17.21.200 any&lt;/P&gt;&lt;P&gt;class-map match-any FARM_VIP&lt;BR /&gt;&amp;nbsp; 2 match virtual-address 172.17.20.70 any&lt;/P&gt;&lt;P&gt;class-map type management match-any MGMT_CLASS&lt;BR /&gt;&amp;nbsp; description remote-access-traffic-match&lt;BR /&gt;&amp;nbsp; 2 match protocol telnet any&lt;BR /&gt;&amp;nbsp; 3 match protocol ssh any&lt;BR /&gt;&amp;nbsp; 4 match protocol icmp any&lt;BR /&gt;&amp;nbsp; 5 match protocol http any&lt;BR /&gt;&amp;nbsp; 6 match protocol https any&lt;BR /&gt;&amp;nbsp; 7 match protocol snmp any&lt;BR /&gt;&amp;nbsp; 8 match protocol xml-https any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type management first-match MGMT_POLICY&lt;BR /&gt;&amp;nbsp; class MGMT_CLASS&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; permit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type loadbalance first-match 2ND_FARM_VIP-SLB&lt;BR /&gt;&amp;nbsp; class class-default&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; serverfarm 2ND_FARM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type loadbalance first-match FARM_VIP-SLB&lt;BR /&gt;&amp;nbsp; class class-default&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; serverfarm FARM&lt;/P&gt;&lt;P&gt;policy-map multi-match farm-vips&lt;BR /&gt;&amp;nbsp; class FARM_VIP&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; loadbalance vip inservice&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; loadbalance policy FARM_VIP-SLB&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; loadbalance vip icmp-reply active&lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; class 2ND_FARM_VIP&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; loadbalance vip inservice&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; loadbalance policy 2ND_FARM_VIP-SLB&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; loadbalance vip icmp-reply active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface vlan 20&lt;BR /&gt;&amp;nbsp; description Serverfarm Vlan&lt;BR /&gt;&amp;nbsp; ip address 172.17.20.1 255.255.255.0&lt;BR /&gt;&amp;nbsp; alias 172.17.20.3 255.255.255.0&lt;BR /&gt;&amp;nbsp; peer ip address 172.17.20.2 255.255.255.0&lt;BR /&gt;&amp;nbsp; access-group input PERMIT_ALL&lt;BR /&gt;&amp;nbsp; service-policy input MGMT_POLICY&lt;BR /&gt;&amp;nbsp; no shutdown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface vlan 21&lt;BR /&gt;&amp;nbsp; description 2nd Serverfarm Vlan&lt;BR /&gt;&amp;nbsp; ip address 172.17.21.1 255.255.255.0&lt;BR /&gt;&amp;nbsp; alias 172.17.21.3 255.255.255.0&lt;BR /&gt;&amp;nbsp; peer ip address 172.17.21.2 255.255.255.0&lt;BR /&gt;&amp;nbsp; access-group input PERMIT_ALL&lt;BR /&gt;&amp;nbsp; service-policy input MGMT_POLICY&lt;BR /&gt;&amp;nbsp; no shutdown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface vlan 44&lt;BR /&gt;&amp;nbsp; description Outside_Vlan&lt;BR /&gt;&amp;nbsp; ip address 172.17.44.6 255.255.255.0&lt;BR /&gt;&amp;nbsp; alias 172.17.44.8 255.255.255.0&lt;BR /&gt;&amp;nbsp; peer ip address 172.17.44.7 255.255.255.0&lt;BR /&gt;&amp;nbsp; access-group input PERMIT_ALL&lt;BR /&gt;&amp;nbsp; service-policy input farm-vips&lt;BR /&gt;&amp;nbsp; service-policy input MGMT_POLICY&lt;BR /&gt;&amp;nbsp; no shutdown&lt;/P&gt;&lt;P&gt;ip route 0.0.0.0 0.0.0.0 172.17.44.3&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Any one any idea ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2011 13:05:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-inter-server-farm-ping/m-p/1754685#M34949</guid>
      <dc:creator>andrenaude1</dc:creator>
      <dc:date>2011-09-08T13:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: ACE: Inter Server Farm Ping</title>
      <link>https://community.cisco.com/t5/application-networking/ace-inter-server-farm-ping/m-p/1754686#M34950</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;Please try this!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface vlan 20&lt;BR /&gt;&amp;nbsp; description Serverfarm Vlan&lt;BR /&gt;&amp;nbsp; ip address 172.17.20.1 255.255.255.0&lt;BR /&gt;&amp;nbsp; alias 172.17.20.3 255.255.255.0&lt;BR /&gt;&amp;nbsp; peer ip address 172.17.20.2 255.255.255.0&lt;BR /&gt;&amp;nbsp; access-group input PERMIT_ALL&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG&gt;service-policy input farm-vips&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp; service-policy input MGMT_POLICY&lt;BR /&gt;&amp;nbsp; no shutdown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface vlan 21&lt;BR /&gt;&amp;nbsp; description 2nd Serverfarm Vlan&lt;BR /&gt;&amp;nbsp; ip address 172.17.21.1 255.255.255.0&lt;BR /&gt;&amp;nbsp; alias 172.17.21.3 255.255.255.0&lt;BR /&gt;&amp;nbsp; peer ip address 172.17.21.2 255.255.255.0&lt;BR /&gt;&amp;nbsp; access-group input PERMIT_ALL&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG&gt;service-policy input farm-vips&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp; service-policy input MGMT_POLICY&lt;BR /&gt;&amp;nbsp; no shutdown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface vlan 44&lt;BR /&gt;&amp;nbsp; description Outside_Vlan&lt;BR /&gt;&amp;nbsp; ip address 172.17.44.6 255.255.255.0&lt;BR /&gt;&amp;nbsp; alias 172.17.44.8 255.255.255.0&lt;BR /&gt;&amp;nbsp; peer ip address 172.17.44.7 255.255.255.0&lt;BR /&gt;&amp;nbsp; access-group input PERMIT_ALL&lt;BR /&gt;&amp;nbsp; &lt;STRONG&gt;service-policy input farm-vips&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp; service-policy input MGMT_POLICY&lt;BR /&gt;&amp;nbsp; no shutdown&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2011 13:24:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-inter-server-farm-ping/m-p/1754686#M34950</guid>
      <dc:creator>Marko Leopold</dc:creator>
      <dc:date>2011-09-08T13:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: ACE: Inter Server Farm Ping</title>
      <link>https://community.cisco.com/t5/application-networking/ace-inter-server-farm-ping/m-p/1754687#M34951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; That's a WIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Man !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2011 05:41:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-inter-server-farm-ping/m-p/1754687#M34951</guid>
      <dc:creator>andrenaude1</dc:creator>
      <dc:date>2011-09-09T05:41:09Z</dc:date>
    </item>
    <item>
      <title>ACE: Inter Server Farm Ping</title>
      <link>https://community.cisco.com/t5/application-networking/ace-inter-server-farm-ping/m-p/1754688#M34952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm having a similar issue. I can get ping to work between two server farms on the same context, but not SMTP. Any ideas on how I could get SMTP to work between to farms? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2012 20:05:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-inter-server-farm-ping/m-p/1754688#M34952</guid>
      <dc:creator>rjohnsoniv21</dc:creator>
      <dc:date>2012-04-19T20:05:45Z</dc:date>
    </item>
    <item>
      <title>ACE: Inter Server Farm Ping</title>
      <link>https://community.cisco.com/t5/application-networking/ace-inter-server-farm-ping/m-p/1754689#M34953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let me ask my magic glass ball...it says...&lt;STRONG&gt;"Configure the right things!!!!"&lt;/STRONG&gt; You know, your question is very open. What answers do you expect?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 05:50:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-inter-server-farm-ping/m-p/1754689#M34953</guid>
      <dc:creator>Marko Leopold</dc:creator>
      <dc:date>2012-04-20T05:50:43Z</dc:date>
    </item>
  </channel>
</rss>

