Quick Reference Guide

516 Web Server
www.dell.com | support.dell.com
DELL CONFIDENTIAL – PRELIMINARY 5/15/12 – FOR PROOF ONLY
Default Configuration
The default port number is 80.
Command Mode
Global Configuration mode.
User Guidelines
Specifying 0 as the port number effectively disables HTTP access to the device.
Example
The following example configures the http port number to 100.
ip http exec-timeout
The
ip http 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 http exec-timeout
minutes
[
seconds
]
no ip http 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 10 minutes.
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 http port 100
Console (config)# ip http exec-timeout 3 30