sticky timeout

Use this command to set the number of seconds a sticky entry will remain idle before being deleted.

Syntax

sticky timeout timeout
no sticky timeout

Parameters

timeout Specifies the number of seconds a sticky entry will remain idle before being deleted. Valid values: 41 - 65535. Default: 7200 seconds.

Defaults

7200 seconds.

Mode

Configuration command, SLB Virtual Server Configuration mode.

Usage

The “no” form of this command resets the number of seconds to the default value.

An idle sticky entry is defined as a period of time when the entry has no bindings.

Examples

This example shows how to apply the sticky timeout value of 9000 seconds:

System(rw-config)->ip slb vserver virtual-lsnat
System(rw-config-slb-vserver)->serverfarm lsnat
System(rw-config-slb-vserver)->virtual 10.1.4.5 tcp 0
System(rw-config-slb-vserver)->sticky type sip
System(rw-config-slb-vserver)->sticky timeout 9000
System(rw-config-slb-vserver)->inservice

This example shows how to apply the sticky timeout value of 9000 seconds:

System(rw-config)->ipv6 slb vserver virtual-lsnat66
System(rw-config-slb-vserver)->serverfarm lsnat66
System(rw-config-slb-vserver)->virtual 2001:11ac:fd34::5 udp tftp0
System(rw-config-slb-vserver)->sticky type sip
System(rw-config-slb-vserver)->sticky timeout 9000
System(rw-config-slb-vserver)->inservice