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

ACE - health check for link on two ports

gavin han
Level 1
Level 1

HI,

i'm kind of new to this. but I need to setup a load balancing and setup a probe to do health check of server on tcp ports 1022 and 1023 for link "10.10.10.1/O_HTML/Login.jsp".

could you advise which probe should I use and what would probe config look like

Thanks in advance.

1 Reply 1

ohynderi
Level 1
Level 1

Hello Gavin,

What about this:

rserver host server1
  ip address 10.10.10.1
  inservice

probe http probe_http
  request method get url /O_HTML/Login.jsp
  expect status 200 200

serverfarm host sf1
  probe probe_http
  rserver server1 1022
    inservice
  rserver server1 1023
   inservice

Thanks,

Olivier

Review Cisco Networking for a $25 gift card