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

How can I keepalive for 2 different applications without using script?

ganeshp
Level 1
Level 1

Have a CSS with 2 web server loadbalanced. Initially the keepalive was set to ssl but now the client would like to add another keepalive type http. How can i do this without writing script. Though there is quite number of example in the forum but I'm still confused. Is there any clear and complete sample config for this type of installation.

Below is the example of working config of my client.

service server1

ip address 10.150.1.10

keepalive type ssl

active

service server2

ip address 10.150.1.11

keepalive type ssl

active

Owner Layer3

content Layer3_a

add service server1

add service server2

vip address 10.150.1.12

balance aca

advance-balance sticky-srcip

1 Reply 1

mvoight
Level 1
Level 1

If you want to use multiple keepalives for a service, you must use a script. The alternative would be to create 2 content rules, and 2 sets of services, one for port 80 (or whatever) and one for port 443 (or whatever), and use http for one and ssl for the other.

Michael Voight

CSE