Querying and Setting the CLI Session Timeout Period (securityenhance -d clitimeout)
Function
The securityenhance -d clitimeout command is used to query or set the timeout period of a CLI session.
Format
ipmcset -t securityenhance -d clitimeout -v <value>
ipmcget -t securityenhance -d clitimeout
Parameters
Parameter |
Description |
Value |
---|---|---|
value |
Specifies the timeout period (in minutes) of a CLI session. |
The value 0 indicates that the CLI sessions never time out. |
Usage Guidelines
iBMC V2 3.01.12.19 or later do not support this command.
Example
# Set the CLI timeout period to 30 minutes.
iBMC:/->ipmcset -t securityenhance -d clitimeout -v 30
Current CLITimeout: 30
# Query the CLI timeout period.
iBMC:/->ipmcget -t securityenhance -d clitimeout
Current CLITimeout: 30