Debug show ACE 4710 load balancing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2009 12:08 AM
Hello,
I'm using an ACE 4710 to balance http connection toward 2x proxy cache (cache1 & cache2). I would like to debug to which of the cache is redirected the request. Does someone have a debug command or a show command that permit to do it ?
Pratically I'd like to have the possibility to see where the packet was directed to (next hop) based on the L7 loadbalance policy.
- Labels:
-
Application Networking
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2009 02:10 AM
if you do a 'show conn' you should see the connection id.
Then do a 'show np 1 me-stat "-c
There you should get a line with :
EncapsID:ver : 19:0
Then do a 'show arp' and check the entry whose encap column matches the encapid found previously.
You could also do a 'show serverfarm' and see which rserver has the current counter at 1 if you are working with 1 connection at a time.
Gilles.
