cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
678
Views
0
Helpful
1
Replies

ACE4710 - dummy user as PROBE

GIULIO FAINI
Level 1
Level 1

hello,

We are doing Load balancing of MS ISA servers SSL ActiveSynch and from time to time they go down for reasons not known yet.

We configured a TCP/443 probe which does not fail when these ISA server go down and consequentially we have FAILED connections in the user base.

The idea would be to configure a PROBE in the ACE which uses a dummy user with password and logs via HTTPS activesynch in the backend ISA server to be sure that the server is really UP.

Is this possible in ACE? I couldnt see it in CCO.

Thanks for your help.

Giulio.

1 Reply 1

Borys Berlog
Cisco Employee
Cisco Employee

Hi Giulio

There is a possibility to write probes in TCL and use them. I'm not good at it so won't give you an example from the top of  head, but as an idea you may considere such approach (if your application can change behavior in case if it's failed, or you can track it via some webpage) :

- configure not TCP /443 probe but configure https probe and request some webpage and then either parse reply for some string or just specify expected HTTP response code.