
True Scale Fabric Switches 12000 Series CLI
July 2015
Reference Guide
Order Number: G91931004US
23
12000 Series CLI
2.5.1.28
idleTimeoutGet
Retrieves the UI idle timeout value.
Syntax
idleTimeoutGet [--all] [--cli] [--gui]
Options
--all
– Display all timeouts. This is the default if no options are specified.
--cli
– Display the timeout for CLI sessions.
--gui
– Display the timeout for GUI sessions.
Sample Output
-> idleTimeoutSet --all 700
Timeout is set to 700 seconds.
Notes
Displays the system idle timeouts for the GUI and CLI interfaces. If set to zero, the
timeout is disabled.
2.5.1.29
idleTimeoutSet
Set the UI idle timeout value.
Syntax
idleTimeoutSet [--all | --cli | --gui] seconds]
Options
seconds
–
Idle timeout value (in seconds).
--all
–
Set the idle timeout for both the CLI and the GUI to the same value.
--cli
–
Set the idle timeout for the CLI. This is the default if no identifier is specified.
--gui
–
Set the idle timeout for the GUI.
Sample Output
-> idleTimeoutSet --all 700
Timeout is set to 700 seconds.
Notes
Modifies the idle timeout for the CLI or GUI interfaces. Timeouts are in number of
seconds, with zero meaning the timeout is disabled.
2.5.1.30
sessionTimeoutDisable
Disable the idle timeout for the current CLI session.