cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
746
Views
5
Helpful
3
Replies

ACE dual probe AND-action

dsimonse
Level 1
Level 1

Hi,

I have the need of a dual probe with a AND-action, ie both probes needs to be down to take the service down.

The following configuration is an OR-operation but I need a AND-operation.

Any? Scripted?

probe https HEALTHCHECK-OPEN-SSL

  interval 10

  passdetect interval 5

  receive 2

  ssl version all

  request method get url /open/healthcheck.html

  expect status 200 200

  header User-Agent header-value "Cisco-Probe"

  hash

  connection term forced

  open 2

probe https HEALTHCHECK-SSL

  interval 10

  passdetect interval 5

  receive 2

  ssl version all

  request method get url /healthcheck.html

  expect status 200 200

  header User-Agent header-value "Cisco-Probe"

  hash

  connection term forced

  open 2

serverfarm host MOBI-SSL

  probe HEALTHCHECK-SSL

  probe HEALTHCHECK-OPEN-SSL

  rserver MOBI-NY-L 443

    inservice

  rserver MOBI-NY-R 443

    inservice

3 Replies 3

Alex Rickard
Level 1
Level 1

Hi,

Use the "fail-on-all" command to configure the ACE to take the rserver out of service if all the associated probes fail. You can use this command under the serverfarm or the rserver.

-Alex

Hi Alex,

Solved my problem!

Thanks!

Excellent, I am glad that the configuration change provided you with the desired results.

-Alex

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: