<?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: Unable to ping VIP and VIP not in ARP in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/unable-to-ping-vip-and-vip-not-in-arp/m-p/1513523#M31163</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pablo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that's a good catch... well done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Oct 2010 07:30:21 GMT</pubDate>
    <dc:creator>Gilles Dufour</dc:creator>
    <dc:date>2010-10-18T07:30:21Z</dc:date>
    <item>
      <title>Unable to ping VIP and VIP not in ARP</title>
      <link>https://community.cisco.com/t5/application-networking/unable-to-ping-vip-and-vip-not-in-arp/m-p/1513513#M31153</link>
      <description>&lt;P&gt;I am trying to configure an ACE 4710 appliance. The ace is connected to a 4500 switch and the client and server connections are on the same subnet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not able to ping the VIP or connect via HTTP. The VIP doesn't appear when in the ARP cache when I issue the show arp command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the ACE I am able to ping addresses on the 4500 switch and addresses beyond the switch. I can also ssh into servers beyond the 4500 switch from the ACE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The config is attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hoping someone can point me in the right direction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;</description>
      <pubDate>Thu, 14 Oct 2010 14:42:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/unable-to-ping-vip-and-vip-not-in-arp/m-p/1513513#M31153</guid>
      <dc:creator>taylor_jeff</dc:creator>
      <dc:date>2010-10-14T14:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to ping VIP and VIP not in ARP</title>
      <link>https://community.cisco.com/t5/application-networking/unable-to-ping-vip-and-vip-not-in-arp/m-p/1513514#M31154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wonder if you try to add the http probe on the serverfarm it would make the rserver alive and therefore the VIP active?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Oct 2010 14:53:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/unable-to-ping-vip-and-vip-not-in-arp/m-p/1513514#M31154</guid>
      <dc:creator>andrels</dc:creator>
      <dc:date>2010-10-14T14:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to ping VIP and VIP not in ARP</title>
      <link>https://community.cisco.com/t5/application-networking/unable-to-ping-vip-and-vip-not-in-arp/m-p/1513515#M31155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeff,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems like you didn't apply the ACL to permit the traffic to flow through the ACE, the ping from ACE to 4500 because is traffic originated on the appliance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;interface vlan 196
&amp;nbsp; ip address 161.80.201.254 255.255.255.0
&amp;nbsp; service-policy input int196&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt;access-group input EAS_ACL&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; no shutdown
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also if your clients and servers are on the same subnet you might need source NAT to avoid asymmetric routing.&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;Pablo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Oct 2010 15:35:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/unable-to-ping-vip-and-vip-not-in-arp/m-p/1513515#M31155</guid>
      <dc:creator>Pablo</dc:creator>
      <dc:date>2010-10-14T15:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to ping VIP and VIP not in ARP</title>
      <link>https://community.cisco.com/t5/application-networking/unable-to-ping-vip-and-vip-not-in-arp/m-p/1513516#M31156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I added the input ACL and still get the same result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also added an http probe to the real server, but no luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the suggestions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Oct 2010 17:39:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/unable-to-ping-vip-and-vip-not-in-arp/m-p/1513516#M31156</guid>
      <dc:creator>taylor_jeff</dc:creator>
      <dc:date>2010-10-14T17:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to ping VIP and VIP not in ARP</title>
      <link>https://community.cisco.com/t5/application-networking/unable-to-ping-vip-and-vip-not-in-arp/m-p/1513517#M31157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jeff,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you get a full show running from the Admin context (showing interface config), also get the output of&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;show serverfarm EAS det&lt;/P&gt;&lt;P&gt;show arp&lt;/P&gt;&lt;P&gt;show service-policy int196&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;__ __&lt;/P&gt;&lt;P&gt;Pablo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Oct 2010 18:23:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/unable-to-ping-vip-and-vip-not-in-arp/m-p/1513517#M31157</guid>
      <dc:creator>Pablo</dc:creator>
      <dc:date>2010-10-14T18:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to ping VIP and VIP not in ARP</title>
      <link>https://community.cisco.com/t5/application-networking/unable-to-ping-vip-and-vip-not-in-arp/m-p/1513518#M31158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you will also need the management policy on interface 196.&lt;/P&gt;&lt;P&gt;So add "service-policy input EAS".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Oct 2010 06:29:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/unable-to-ping-vip-and-vip-not-in-arp/m-p/1513518#M31158</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2010-10-15T06:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to ping VIP and VIP not in ARP</title>
      <link>https://community.cisco.com/t5/application-networking/unable-to-ping-vip-and-vip-not-in-arp/m-p/1513519#M31159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am attaching the outputs from&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;show serverfarm EAS det&lt;/P&gt;&lt;P&gt;show arp&lt;/P&gt;&lt;P&gt;show service-policy int196&lt;/P&gt;&lt;P&gt;and the full running config from the admin context&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Oct 2010 11:54:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/unable-to-ping-vip-and-vip-not-in-arp/m-p/1513519#M31159</guid>
      <dc:creator>taylor_jeff</dc:creator>
      <dc:date>2010-10-15T11:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to ping VIP and VIP not in ARP</title>
      <link>https://community.cisco.com/t5/application-networking/unable-to-ping-vip-and-vip-not-in-arp/m-p/1513520#M31160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jeff,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;allocate resource for the context.&lt;/P&gt;&lt;P&gt;Assign 10% min to all resources and unlimited max.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;resource-class Basic&lt;BR /&gt;&amp;nbsp; limit-resource all minimum 10.00 maximum unlimited&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;context EAS&lt;/P&gt;&lt;P&gt;&amp;nbsp; member Basic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that, it still does not work, try to reboot the box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Oct 2010 12:59:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/unable-to-ping-vip-and-vip-not-in-arp/m-p/1513520#M31160</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2010-10-15T12:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to ping VIP and VIP not in ARP</title>
      <link>https://community.cisco.com/t5/application-networking/unable-to-ping-vip-and-vip-not-in-arp/m-p/1513521#M31161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gille,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried allocating the resources to it, but still no luck. I have tried rebooting the ACE with no luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was running software A3.26 and tried going back to A3.20 with no luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For whatever reason I can't get the VIP to appear in the ARP cache.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Oct 2010 19:29:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/unable-to-ping-vip-and-vip-not-in-arp/m-p/1513521#M31161</guid>
      <dc:creator>taylor_jeff</dc:creator>
      <dc:date>2010-10-17T19:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to ping VIP and VIP not in ARP</title>
      <link>https://community.cisco.com/t5/application-networking/unable-to-ping-vip-and-vip-not-in-arp/m-p/1513522#M31162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jeff,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your VIP should be a /32 mask IP and that's the default on the ACE, try to rewrite your VIP without a network mask.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;class-map match-all EAS_SAND
&amp;nbsp; 2 match virtual-address 161.80.201.199 tcp eq www&lt;BR /&gt;&lt;BR /&gt;Let us know if this helps.&lt;BR /&gt;__ __&lt;BR /&gt;Pablo&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Oct 2010 23:36:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/unable-to-ping-vip-and-vip-not-in-arp/m-p/1513522#M31162</guid>
      <dc:creator>Pablo</dc:creator>
      <dc:date>2010-10-17T23:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to ping VIP and VIP not in ARP</title>
      <link>https://community.cisco.com/t5/application-networking/unable-to-ping-vip-and-vip-not-in-arp/m-p/1513523#M31163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pablo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that's a good catch... well done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Oct 2010 07:30:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/unable-to-ping-vip-and-vip-not-in-arp/m-p/1513523#M31163</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2010-10-18T07:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to ping VIP and VIP not in ARP</title>
      <link>https://community.cisco.com/t5/application-networking/unable-to-ping-vip-and-vip-not-in-arp/m-p/1513524#M31164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pablo,&lt;/P&gt;&lt;P&gt;That worked. Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am now able to ping the VIP and it appears in the APR cache.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Oct 2010 13:11:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/unable-to-ping-vip-and-vip-not-in-arp/m-p/1513524#M31164</guid>
      <dc:creator>taylor_jeff</dc:creator>
      <dc:date>2010-10-18T13:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to ping VIP and VIP not in ARP</title>
      <link>https://community.cisco.com/t5/application-networking/unable-to-ping-vip-and-vip-not-in-arp/m-p/1513525#M31165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Sweeet! &lt;IMG class="jive_macro jive_macro_emoticon" src="https://community.cisco.com/resources/scripts/tiny_mce3/plugins/jiveemoticons/images/spacer.gif" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Glad to help &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;&lt;P&gt;__ __&lt;/P&gt;&lt;P&gt;Pablo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Oct 2010 21:48:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/unable-to-ping-vip-and-vip-not-in-arp/m-p/1513525#M31165</guid>
      <dc:creator>Pablo</dc:creator>
      <dc:date>2010-10-18T21:48:20Z</dc:date>
    </item>
  </channel>
</rss>

