xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual
config ssl cachetimeout
Purpose
Used to configure the SSL cache timeout.
Syntax
config ssl cachetimeout timeout <value 60-86400>
Description
This command will set the time between a new key exchange
between a client and a host using the SSL function. A new SSL
session is established every time the client and host go through a
key exchange. Specifying a longer timeout will allow the SSL
session to reuse the master key on future connections with that
particular host, therefore speeding up the negotiation process.
Parameters
timeout <value 60-86400>
- Enter a timeout value between
60
and
86400
seconds to specify the total time an SSL key exchange ID
stays valid before the SSL module will require a new, full SSL
negotiation for connection. The default cache timeout is 600
seconds
Restrictions Only
administrator-level users can issue this command.
Example usage:
To set the SSL cachetimeout for 7200 seconds:
DES-6500:4#config ssl cachetimeout timeout 7200
Command: config ssl cachetimeout timeout 7200
Success.
DES-6500:4#
show ssl cachetimeout
Purpose
Used to show the SSL cache timeout.
Syntax
show ssl cachetimeout
Description
Entering this command will allow the user to view the SSL cache
timeout currently implemented on the Switch.
Parameters None.
Restrictions None.
Example usage:
To view the SSL cache timeout on the Switch:
DES-6500:4#show ssl cachetimeout
Command: show ssl cachetimeout
Cache timeout is 600 second(s).
DES-6500:4#
187