cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
352
Views
0
Helpful
2
Replies

Can sticky and cookie insert be a L4 process?

jteixido
Level 1
Level 1

Hi,

I currently have sticky and cookie insert as a layer 7 process. I would like to know if I can configure sticky and the cookie insert as a layer 4 process to consequently improve performance?

My current config:

class-map type http loadbalance match-any L7-URL

2 match http url .*.

policy-map type loadbalance first-match prod-powerimage

class L7-URL

sticky-serverfarm Sticky-Insert-Cookie

insert-http src-ip header-value "%is:%ps:%id:%pd"

class class-default

serverfarm prod-server

2 Replies 2

litrenta
Level 3
Level 3

You don't necesarily need to match on url (you can use class-default)But the act of cookie insert and cookie sticky as well as inserting a header will keep it L7.

I see, so I would still be limited to 100,000 (or whatever that number is) L7/SSL connections.

John...