<?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: Cannot ping VIP in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/cannot-ping-vip/m-p/840316#M16396</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't really need an L7 policy for this particular group, so wasn't going to add it in. I can add a dummy one in if necessary. This is the reason I cannot ping it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Oct 2007 08:32:06 GMT</pubDate>
    <dc:creator>danger_mousie</dc:creator>
    <dc:date>2007-10-17T08:32:06Z</dc:date>
    <item>
      <title>Cannot ping VIP</title>
      <link>https://community.cisco.com/t5/application-networking/cannot-ping-vip/m-p/840314#M16394</link>
      <description>&lt;P&gt;Routing is OK. I can ping from Context out to local and learned subnets, but cannot ping vlan interface on the ACE or the VIP from the sup. So, this means a layer 4-7 issue.&lt;/P&gt;&lt;P&gt;Config is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map match-any VIP-A_Class&lt;/P&gt;&lt;P&gt;  6 match virtual-address 1.1.1.3 tcp eq xxx&lt;/P&gt;&lt;P&gt;  8 match virtual-address 1.1.1.3 tcp eq yyy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map multi-match VIP-A&lt;/P&gt;&lt;P&gt;  class VIP-A_Class&lt;/P&gt;&lt;P&gt;    loadbalance vip inservice&lt;/P&gt;&lt;P&gt;    loadbalance vip icmp-reply active&lt;/P&gt;&lt;P&gt;    loadbalance vip advertise active&lt;/P&gt;&lt;P&gt;interface vlan 3&lt;/P&gt;&lt;P&gt;  ip address 1.1.1.2 255.255.255.248&lt;/P&gt;&lt;P&gt;  service-policy input VIP-A&lt;/P&gt;&lt;P&gt;  no shutdown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other info:&lt;/P&gt;&lt;P&gt;There is an operational reachable server in the group.&lt;/P&gt;&lt;P&gt;The Admin context does not have an interface on VLAN 3, only allocates it to the context.&lt;/P&gt;&lt;P&gt;I have looked into route health injection but don't think it is relevant to this, correct me if i'm wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you require more info, please let me know. &lt;/P&gt;</description>
      <pubDate>Tue, 16 Oct 2007 13:25:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/cannot-ping-vip/m-p/840314#M16394</guid>
      <dc:creator>danger_mousie</dc:creator>
      <dc:date>2007-10-16T13:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot ping VIP</title>
      <link>https://community.cisco.com/t5/application-networking/cannot-ping-vip/m-p/840315#M16395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you do not have a 'loadbalance policy &lt;POLICY&gt;' in your multimatch policy.  So I don't see how this policy can be up.&lt;/POLICY&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Except that your config is ok.&lt;/P&gt;&lt;P&gt;I'm using the same in the lab and it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 06:27:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/cannot-ping-vip/m-p/840315#M16395</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2007-10-17T06:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot ping VIP</title>
      <link>https://community.cisco.com/t5/application-networking/cannot-ping-vip/m-p/840316#M16396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't really need an L7 policy for this particular group, so wasn't going to add it in. I can add a dummy one in if necessary. This is the reason I cannot ping it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 08:32:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/cannot-ping-vip/m-p/840316#M16396</guid>
      <dc:creator>danger_mousie</dc:creator>
      <dc:date>2007-10-17T08:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot ping VIP</title>
      <link>https://community.cisco.com/t5/application-networking/cannot-ping-vip/m-p/840317#M16397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes you need it.&lt;/P&gt;&lt;P&gt;This is how you assign the serverfarm to the vip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;switch/User1(config)# policy-map multi-match SLB1&lt;/P&gt;&lt;P&gt;switch/User1(config-pmap)#   class VIP-250-81&lt;/P&gt;&lt;P&gt;switch/User1(config-pmap-c)# no loadbalance policy SF_Linux4&lt;/P&gt;&lt;P&gt;switch/User1(config-pmap-c)#&lt;/P&gt;&lt;P&gt;gdufour-cat6k1#ping 192.168.100.250&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Type escape sequence to abort.&lt;/P&gt;&lt;P&gt;Sending 5, 100-byte ICMP Echos to 192.168.100.250, timeout is 2 seconds:&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;Success rate is 0 percent (0/5)&lt;/P&gt;&lt;P&gt;gdufour-cat6k1#&lt;/P&gt;&lt;P&gt;[Resuming connection 1 to 127.0.0.30 ... ]&lt;/P&gt;&lt;P&gt;switch/User1(config-pmap-c)# loadbalance policy SF_Linux4&lt;/P&gt;&lt;P&gt;switch/User1(config-pmap-c)#&lt;/P&gt;&lt;P&gt;gdufour-cat6k1#ping 192.168.100.250&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Type escape sequence to abort.&lt;/P&gt;&lt;P&gt;Sending 5, 100-byte ICMP Echos to 192.168.100.250, timeout is 2 seconds:&lt;/P&gt;&lt;P&gt;.!!!!&lt;/P&gt;&lt;P&gt;Success rate is 80 percent (4/5), round-trip min/avg/max = 1/1/1 ms&lt;/P&gt;&lt;P&gt;gdufour-cat6k1#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 09:47:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/cannot-ping-vip/m-p/840317#M16397</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2007-10-17T09:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot ping VIP</title>
      <link>https://community.cisco.com/t5/application-networking/cannot-ping-vip/m-p/840318#M16398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's working thanks, just applied it as you were answering. I just put the default class into it. &lt;/P&gt;&lt;P&gt;Yay! Now it's testing time &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 09:52:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/cannot-ping-vip/m-p/840318#M16398</guid>
      <dc:creator>danger_mousie</dc:creator>
      <dc:date>2007-10-17T09:52:00Z</dc:date>
    </item>
  </channel>
</rss>

