08-25-2011 11:19 AM
Hello,
I have trouble with new installation LB ACE 4710 for Oracle application load balance. Problem: Unable to PING VIP - 10.11.10.55 / 24
Below are the simple configuration parameters:
1. ACE 4710 is connected with Cisco 3560 Switch - L2 Trunk (Channel Group)
2. Cisco 3560 Switch is connected with Cisco 6500 Switch (Core) also L2 Trunk
3. There are 3 Vlans,(255, 310, and 370), Vlan 255 is management Vlan
4. Real Servers and Virtual IP are part of Vlan 310
- VIP - 10.11.10.55
- Real Server1 - 10.11.10.46
- Real Server2 - 10.11.10.47
5. Gateway is 10.11.10.1 (vlan 310), 10.11.70.1 (Vlan 370)
08-25-2011 11:44 AM
Hi,
I am able to Ping gateways and real servers from ACE device and VIP not even responding from ACE.
Thanks in advance.
regards
siraj
08-25-2011 01:11 PM
You need to enable ping for the VIP (the default is to not respond to ping). Via the GUI, edit the VIP in Advanced mode to see the various options for ICMP reply. Or via command line...
policy-map multi-match global
class ebstest.com
loadbalance vip inservice
loadbalance policy ebstest.com-l7slb
loadbalance vip icmp-reply active
08-25-2011 01:18 PM
Thanks Thomas,
I tried that option too, enabled PING (ICMP) via GUI, and set the option - Always instead of Default - none.
But still I am unable to PING the VIP.
Can you confirm, Is ACE coonfiguration correct? because I am configuring first time.
Appreciate your help.
Regards,
Siraj
08-25-2011 02:05 PM
Hi,
I don't see VLAN 310 configured as an SVI on your ACE, I suppose you configured static routes on your servers to get to that VIP (if working) but the ACE at this point doesn't know how to get there based on the configuration you provided.
I don't think the ACE supports the null0 option to use it on a static route to point it as a next-hop for that network, also this could cause a lot of routing issues.
Are you supposed to have a one-armed mode or routed mode configuration? Based on your IP addressing description this should be routed so you need to configure VLAN 310 as an SVI.
HTH
__ __
Pablo
07-13-2012 08:09 AM
Hi Pablo/Gavin,
I have read all your communications and your help really worked for Siraj. I am having almost the same or slightly different issue, though I have posted the topic in discussion, but no reponse yet. I can't ping the VIP from other Vlan Servers, so for example in the config below, I want to ping VIP 10.203.202.200 from any server in Vlan 303 with the source 10.203.194.164 or 165, I can't ping.... though I can ping the real IP of servers. See config below, and your help will be really appreciated.
access-list INSMU remark ACL to open access for L-3 routing of non-LB flows
access-list INSMU line 10 extended permit ip any any
access-list PRODACL line 70 extended permit ip any any
parameter-map type connection TCP-TTLCITRIXAWD10
set timeout inactivity 43200
rserver host AWDPROD1
description AWD PROD IIS Server 1
ip address 10.203.193.120
probe GETPROBE1
probe PINGPROBE1
inservice
rserver host AWDPROD2
description AWD PROD IIS Server 2
ip address 10.203.193.121
probe GETPROBE1
probe PINGPROBE1
inservice
rserver host BIZTALKUAT1
description Biz Talk UATServer 1
ip address 10.203.194.139
probe GETPROBE1
probe PINGPROBE1
inservice
rserver host BIZTALKUAT2
description Biz Talk UATServer 2
ip address 10.203.194.140
probe GETPROBE1
probe PINGPROBE1
inservice
serverfarm host AWDPROD
description AWD Services PROD Server Farm
rserver AWDPROD1
inservice
rserver AWDPROD2
inservice
serverfarm host BIZTALKUAT
description Biz Talk UAT Server Farm
rserver BIZTALKUAT1
inservice
rserver BIZTALKUAT2
inservice
rserver BIZTALKUAT3
inservice
rserver BIZTALKUAT4
inservice
sticky ip-netmask 255.255.255.240 address source STKYINTRANET
timeout 20
replicate sticky
serverfarm INTRANET
class-map type management match-any HTTP
description Define Permitted HTTP Traffic
10 match protocol http source-address 10.203.114.0 255.255.255.0
20 match protocol http source-address 10.203.115.0 255.255.255.0
class-map type management match-any ICMP
description Define Permitted ICMP Traffic
10 match protocol icmp source-address 10.203.114.0 255.255.255.0
20 match protocol icmp source-address 10.203.115.0 255.255.255.0
30 match protocol icmp source-address 10.203.204.65 255.255.255.255
class-map match-any L3_AWDPROD
description Classify incoming AWD traffic for balancing to PROD AWD Servers
10 match virtual-address 10.203.202.200 tcp eq www
class-map match-any L3_AWDUAT
description Classify Incoming AWD trafficfor balancing to UAT AWD Servers
10 match virtual-address 10.203.202.199 tcp eq www
class-map type management match-any SERVERICMP
description Permitted ICMP traffic for server VLANs
10 match protocol icmp source-address 10.203.193.0 255.255.255.128
20 match protocol icmp source-address 10.203.194.0 255.255.255.128
30 match protocol icmp source-address 10.203.193.128 255.255.255.128
40 match protocol icmp source-address 10.203.194.128 255.255.255.128
class-map type management match-any SSH
description Define Permitted SSH Traffic
10 match protocol ssh source-address 10.203.114.0 255.255.255.0
20 match protocol ssh source-address 10.203.115.0 255.255.255.0
class-map match-all TCP-CITRIX
2 match port tcp any
class-map type management match-any TELNET
description Define Permitted Telnet Traffic
10 match protocol telnet source-address 10.203.114.0 255.255.255.0
20 match protocol telnet source-address 10.203.115.0 255.255.255.0
policy-map type management first-match SMUREMOTEMGMT
description Remote management Access Policy
class TELNET
permit
class SSH
permit
class HTTP
permit
class ICMP
permit
policy-map type management first-match SMUSVRPINGT
description Allowed Server Ping Traffic
class SERVERICMP
permit
policy-map type loadbalance first-match L7_AWDPROD
description Layer-7 Policy Map defining AWD Production Load Balancing Destination
class class-default
serverfarm AWDPROD
policy-map type loadbalance first-match L7_AWDUAT
description Layer-7 Policy Map defining AWD UAT Load Balancing Destination
class class-default
serverfarm AWDUAT
policy-map type loadbalance first-match L7_BIZTALKPROD
description Layer-7 Policy Map defining Load Balancing Destination
class class-default
sticky-serverfarm FEBIZTALKPROD
policy-map type loadbalance first-match L7_INTRANET
description Layer-7 Policy Map defining Intranet Load Balancing Destination
class class-default
sticky-serverfarm STKYINTRANET
policy-map type loadbalance first-match L7_WEBSVCSPROD
description Policy Map defining balancing of production Biz Talk traffic to Web services servers
class class-default
serverfarm WEBSVCSPROD
policy-map type loadbalance first-match L7_WEBSVCSUAT
description Policy Map defining balancing of UAT Biz Talk traffic to Web services servers
class class-default
serverfarm WEBSVCSUAT
policy-map multi-match L3_BIZPROD
description Load Balancing Policy For Production BizTalk Originated traffic to WebServices & WAS to BizTal
k
class TCP-CITRIX
connection advanced-options TCP-TTLCITRIXAWD10
class L3_BIZTALK2WEBPROD
loadbalance vip inservice
loadbalance policy L7_WEBSVCSPROD
loadbalance vip icmp-reply active
class L3_FETOBIZTALKPROD
loadbalance vip inservice
loadbalance policy L7_WAS2BIZTALKPROD
loadbalance vip icmp-reply active
class L3_AWDPROD
loadbalance vip inservice
loadbalance policy L7_AWDPROD
loadbalance vip icmp-reply active
policy-map multi-match L3_BIZUAT
description Load Balancing Policy For UAT BizTalk Originated Traffic to WebServices & WAS to BizTalk
class L3_BIZTALK2WEBUAT
loadbalance vip inservice
loadbalance policy L7_WEBSVCSUAT
loadbalance vip icmp-reply active
class L3_FETOBIZTALKUAT
loadbalance vip inservice
loadbalance policy L7_WAS2BIZTALKUAT
loadbalance vip icmp-reply active
policy-map multi-match L3_FEBAL
description Layer-3/4 Load Balancing Policy For incoming traffic
class L3_FETOBIZTALKPROD
loadbalance vip inservice
loadbalance policy L7_BIZTALKPROD
loadbalance vip icmp-reply active
class L3_FETOBIZTALKUAT
loadbalance vip inservice
loadbalance policy L7_BIZTALKUAT
loadbalance vip icmp-reply active
class L3_BIZTALK2WEBPROD
loadbalance vip inservice
loadbalance policy L7_WEBSVCSPROD
loadbalance vip icmp-reply active
class L3_AWDUAT
loadbalance vip inservice
loadbalance policy L7_AWDUAT
loadbalance vip icmp-reply active
policy-map multi-match L3_WEBSVCSBAL
description Layer-3/4 Load Balancing Policy For Web Services Traffic to Biztalk Servers
class L3_WEBSVCS2BIZTALKPROD
loadbalance vip inservice
loadbalance policy L7_BIZTALKPROD
loadbalance vip icmp-reply active
class L3_WEBSVCS2BIZTALKUAT
loadbalance vip inservice
loadbalance policy L7_BIZTALKUAT
loadbalance vip icmp-reply active
interface vlan 215
description SMU ACE Interconnect VLAN
ip address 10.203.202.69 255.255.255.192
alias 10.203.202.68 255.255.255.192
peer ip address 10.203.202.70 255.255.255.192
access-group input INSMU
service-policy input SMUREMOTEMGMT
service-policy input L3_FEBAL
no shutdown
interface vlan 300
description SMU WebServices Production VLAN
ip address 10.203.193.2 255.255.255.128
alias 10.203.193.1 255.255.255.128
peer ip address 10.203.193.3 255.255.255.128
access-group input INSMU
access-group output PRODACL
service-policy input SMUSVRPINGT
service-policy input L3_WEBSVCSBAL
no shutdown
interface vlan 301
description SMU Business Logic Production VLAN
ip address 10.203.193.130 255.255.255.128
alias 10.203.193.129 255.255.255.128
peer ip address 10.203.193.131 255.255.255.128
access-group input INSMU
access-group output PRODACL
nat-pool 2 10.203.193.150 10.203.193.159 netmask 255.255.255.128
service-policy input SMUSVRPINGT
service-policy input L3_BIZPROD
no shutdown
interface vlan 302
description SMU WebServices UAT VLAN
ip address 10.203.194.2 255.255.255.128
alias 10.203.194.1 255.255.255.128
peer ip address 10.203.194.3 255.255.255.128
access-group input INSMU
service-policy input SMUSVRPINGT
service-policy input L3_WEBSVCSBAL
no shutdown
interface vlan 303
description SMU Business Logic UAT VLAN
ip address 10.203.194.130 255.255.255.128
alias 10.203.194.129 255.255.255.128
peer ip address 10.203.194.131 255.255.255.128
access-group input INSMU
nat-pool 1 10.203.194.150 10.203.194.159 netmask 255.255.255.128
service-policy input SMUSVRPINGT
service-policy input L3_BIZUAT
no shutdown
ip route 0.0.0.0 0.0.0.0 10.203.202.65 ------>.65 is external L3 switch.
Regards
12-29-2014 08:27 AM
Hi
I suggest you to check once ARP table on Switch. All vips on ACE must be bonded with Same mac-address, means in a frame source and destination mac-address are same.
This case any device will discard that frame.
Thanks
Piyush Makwe
01-21-2015 05:30 PM
Cisco ITD might be a good fit here:
http://blogs.cisco.com/datacenter/itd-load-balancing-traffic-steering-clustering-using-nexus-5k6k7k
04-22-2016 02:51 AM
Hi Guys,
I have the similar problem, I also not able to ping the VIP from anywhere but i can ping the real servers , The VIP is working fine and serving the traffic. only ICMP is not working...
Any sharing?????
04-23-2016 11:40 PM
Hi Naveen,
You need to enable ping for the VIP (the default is to not respond to ping).
Either through GUI, edit the VIP in Advanced mode to see the various options for ICMP reply.
OR via command line...
policy-map multi-match global
class abcd.com
loadbalance vip inservice
loadbalance policy abcd.com-l7slb
loadbalance vip icmp-reply active
Best Regards,
Siraj
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide