Quick Reference Guide

518 Web Server
www.dell.com | support.dell.com
DELL CONFIDENTIAL – PRELIMINARY 5/15/12 – FOR PROOF ONLY
User Guidelines
Specifying 0 as the port number effectively disables HTTPS access to the device.
Example
The following example configures the https port number to 100.
ip https exec-timeout
The
ip https exec-timeout
Global Configuration command sets the interval the system waits for user
input before automatically logging off.
Use the no form of this command to
return to default.
Syntax
ip https exec-timeout
minutes
[
seconds
]
no ip https exec-timeout
Parameters
minutes
— Integer that specifies the number of minutes. (Range: 0 - 65535)
seconds
— Additional time intervals in seconds. (Range: 0 - 59)
Default Configuration
The default configuration is the exec-timeout that was set by the
ip http exec-timeout
command.
Command Mode
Global Configuration mode.
User Guidelines
This command also configures the exec-timeout for HTTPS in case the HTTPS timeout was not
set. To specify no timeout, enter the command
ip https exec-timeout 0 0
.
Example
The following example the interval the system waits for user input before automatically logging off to
3 minutes 30 seconds.
Console(config)# ip https port 100
Console (config)# ip https exec-timeout 3 30