configure slb global persistence-level
ExtremeWare Software 7.3.0 Command Reference Guide 465
configure slb global persistence-level
configure slb global persistence-level [any-vip | same-vip-any-port |
same-vip-same-port]
Description
Configures the persistence level globally.
Syntax Description
Default
The default level is
same-vip-same-port
.
Usage Guidelines
Use this command when different virtual servers do not require different persistence settings.
If you configure
any-vip
persistence, ensure that all virtual servers in all pools have the same services.
Example
The following command sets the global persistence level to
any-vip
:
configure slb global persistence-level any-vip
History
This command was first available in ExtremeWare 6.1.
Platform Availability
This command is available on all platforms.
any-vip Specifies that an entry can match any port on any virtual server.
same-vip-any-port Specifies that an entry must match virtual server, and can be any port.
same-vip-same-port Specifies that an entry must match both virtual server and port for persistence.