system timeout modify
Contributors
Suggest changes
- PDF of this doc site
Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
Set the CLI inactivity timeout value
Availability: This command is available to cluster administrators at the admin privilege level.
Description
The system timeout modify
command sets the timeout value for CLI sessions. If there is no CLI activity during the length of the timeout interval, the logged in user is logged out. The default value is 30 minutes. To prevent CLI sessions from timing out, specify a value of 0
(zero).
Parameters
[-timeout <integer>]
- Timeout (in minutes)-
Use this parameter to specify the timeout value, in minutes.
Examples
The following example shows how to modify the timeout value for CLI sessions to be 10 minutes:
cluster1::> system timeout modify -timeout 10
The following example shows how to prevent CLI sessions from timing out:
cluster1::> system timeout modify -timeout 0