cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1091
Views
5
Helpful
2
Replies

sticky-srcip timeout

aliver
Level 1
Level 1

Hello!

How long CSS save sticky-srcip in loadbalance? In other words if there is a rule where I set advanced-balance sticky-srcip and all requests from one IP go to one server, are there any timeouts on it or this IP will go to that server always?

I ask it because our servers are overload because of large user requests and when we add new server in farm effect is small (only few user requests forwards to a new server because of sticky-srcip)

Thanks!

1 Accepted Solution

Accepted Solutions

syediahm
Level 1
Level 1

Unless you use the command sticky-inact-timeout, there is no default time. The sticky table is kept on a FIFO basis (32k or 128k entries, according to the device type and memory available), or until the reboot of the CSS.

Use the sticky-inact-timeout command to specify the inactivity timeout period on a sticky connection for a content rule before the CSS removes the sticky entry from the sticky table. When you configure this period, the CSS keeps the sticky entry in the sticky table for the specified amount of time.

The syntax for this command is:

sticky-inact-timeout minutes

Enter the number of minutes of inactivity, from 0 to 65535. The default value is 0, which means this feature is disabled.

For example, enter:

(config-owner-content[arrowpoint-rule1])# sticky-inact-timeout 9

Thanks

Syed Iftekhar Ahmed

View solution in original post

2 Replies 2

syediahm
Level 1
Level 1

Unless you use the command sticky-inact-timeout, there is no default time. The sticky table is kept on a FIFO basis (32k or 128k entries, according to the device type and memory available), or until the reboot of the CSS.

Use the sticky-inact-timeout command to specify the inactivity timeout period on a sticky connection for a content rule before the CSS removes the sticky entry from the sticky table. When you configure this period, the CSS keeps the sticky entry in the sticky table for the specified amount of time.

The syntax for this command is:

sticky-inact-timeout minutes

Enter the number of minutes of inactivity, from 0 to 65535. The default value is 0, which means this feature is disabled.

For example, enter:

(config-owner-content[arrowpoint-rule1])# sticky-inact-timeout 9

Thanks

Syed Iftekhar Ahmed

yes,i found this command

Thanks a lot!