idle timeout

Use this command to set the number of seconds of idle time to elapse before a binding will be deleted for both an IPv4 or IPv6 virtual server configuration.

Syntax

idle timeout timeperiod
no idle timeout

Parameters

timeperiod Specifies the time (in seconds) after which an idle binding connection between clients and the virtual server will be removed. Default value = 240 seconds.

Defaults

240 seconds.

Mode

Configuration command, SLB Virtual Server Configuration mode.

Usage

The “no” form of this command resets the timeout to the default of 240 seconds.

Examples

This example shows how to set the non-sticky session idle timeout to 360 seconds on the virtual server named “virtual-http”:

System(rw-config)->ip slb vserver virtual-http
System (rw-config-slb-vserver)->serverfarm myproductHTTP
System (rw-config-slb-vserver)->virtual 10.1.4.5 tcp www
System (rw-config-slb-vserver)->idle timeout 360
System (rw-config-slb-vserver)->inservice

This example shows how to set the non-sticky session idle timeout to 360 seconds on the virtual server named “virtual-http66”:

System(rw-config)->ipv6 slb vserver virtual-http66
System (rw-config-slb-vserver)->serverfarm myproductHTTP66
System (rw-config-slb-vserver)->virtual 2001:11ac:fd34::5 udp tftp
System (rw-config-slb-vserver)->idle timeout 360
System (rw-config-slb-vserver)->inservice