Radware Alteon Application Manual page 594

Application switch operating system
Hide thumbs Also See for Alteon:
Table of Contents

Advertisement

Alteon Application Switch Operating System Application Guide
Persistence
B
Look for the Cookie in the URI
>> # /cfg/slb/virt 1/service 80/pbind cookie passive UID 1 8 ena
The last "Look for cookie in URI?" parameter is set to enable. As a result, Alteon uses
as the cookie.
UID=12345678
Example
2: Parsing the Cookie
This example shows three configurations which use the hashing key or wildcards to identify which
part of the cookie value should be used for determining the real server. For example, the value of
the cookie is defined as follows:
>> Cookie: sid=0123456789abcdef; name1=value1;...
A
Select the entire value of the sid cookie as a hashing key for selecting the real server
>> # /cfg/slb/virt 1/service 80/pbind cookie passive sid 1 16 dis
This command directs Alteon to use the sid cookie, starting with the first byte in the value, and
using the full 28 bytes.
B
Select a specific portion of the sid cookie as a hashing key for selecting the real server
>> # /cfg/slb/virt 1/service 80/pbind cookie passive sid 8 4 dis
This command directs Alteon to use the sid cookie, starting with the eighth byte in the value,
and using only four bytes. This uses 789a as a hashing key.
C
Using wildcards for selecting cookie names
>> # /cfg/slb/virt 1/service 80/pbind cookie passive ASPSESSIONED* 1 16 dis
With this configuration, Alteon looks for a cookie name that starts with ASPSESSIONID
ASPSESSIONID123
cookie name. If more than one cookie matches, only the first one is used.
Example
3: Using Passive Cookie Mode
If you are using passive cookie mode, Alteon examines the server's
all subsequent connections to the server that assigned the cookie.
For example, if Server 1 sets the cookie as "
particular client with cookie
>> # /cfg/slb/virt 1/service 80/pbind cookie passive sid 1 8 dis
594
ASPSESSIONID456, and ASPSESSIONID789 are seen as the same
,
Set-Cookie
is directed to Server 1.
sid=12345678
: value and directs
Set-Cookie
:
", then all traffic from a
sid=12345678
Document ID: RDWR-ALOS-V2900_AG1302
.

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents