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

CSM load-balancing: hash address

r.sharafi
Level 1
Level 1

Hello all,

When you configure "hash address" as your load-balancing alorithm in your serverfarm, it seems that the CSM does not age out the hash vlaue based on the source and destination IP unless you reboot the CSM.

Would be great if somebody could anwer one of the following questions?

1)Is it possible to configure a timeout for the hash vlaue in this case?

2)Is there a default timeout?

3)Do you kow of any other way of removing the cached hashed value without rebooting the CSM?

Many thanks,

Ramin

1 Accepted Solution

Accepted Solutions

pgolding
Level 1
Level 1

Ramin,

As the hashing is a calculation, it will always return the same result regardless of whether an existing entry is found, unless a real server was to fail or a failed server recovered. You can control sticky "time to live" or aging if you use a sticky config, using the "sticky # timeout" command.

View solution in original post

2 Replies 2

pgolding
Level 1
Level 1

Ramin,

As the hashing is a calculation, it will always return the same result regardless of whether an existing entry is found, unless a real server was to fail or a failed server recovered. You can control sticky "time to live" or aging if you use a sticky config, using the "sticky # timeout" command.

Hi Peter,

thanks for your relpy. Makes sense to me. I will go with sticky config.

Regrads,

Ramin