D-Link xStackTM DGS/DXS-3300 Series Switch User Manual


 
xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual
187
config ssl cachetimeout
Purpose Used to configure the SSL cache timeout.
Syntax
config ssl cachetimeout <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:
DGS-3324SRi:4#config ssl cachetimeout 7200
Command: config ssl cachetimeout 7200
Success.
DGS-3324SRi: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:
DGS-3324SRi:4#show ssl cachetimeout
Command: show ssl cachetimeout
Cache timeout is 600 second(s).
DGS-3324SRi:4#