466 ExtremeWare Software 7.3.0 Command Reference Guide
SLB Commands
configure slb global persistence-method
configure slb global persistence-method [per-packet | per-session]
Description
Configures the behavior of the persistence timer.
Syntax Description
Default
The default method is
per-session
.
Usage Guidelines
Using per-packet persistence requires more CPU processing.
To set the persistence timer, use the following command:
configure slb vip <vip name> client-persistence-timeout
Example
The following command sets the global persistence method to expire at the end of the session:
configure slb global persistence-method per-session
History
This command was first available in ExtremeWare 6.1.
Platform Availability
This command is available on all platforms.
per-packet Resets the persistence timer at the receipt of each packet.
per-session Resets the persistence timer at the beginning of the session. When the timer
expires, persistence for the session ends.