Dell PowerConnect 3324/3348 Switch CLI Guide
Use the ip http port global configuration command to specify the TCP port for use by a web browser to configure the device. To use the default TCP port, use the no form of this command.
ip http port port-number
no ip http port
This default port number is 80.
Global Configuration Mode
There are no user guidelines for this command.
The following example configures the http port number to 100.
Console (config)# ip http port 100 |
Use the ip http server global configuration command to enable the device to be configured from a browser. To disable this function, use the no form of this command.
ip http server
no ip http server
This command has no default configuration.
Global Configuration Mode
There are no user guidelines for this command.
The following example enables the device to be configured from a browser.
Console (config)# ip http server |
Use the ip https port global configuration command to configure a TCP port for use by a secure web browser to configure the device. To use the default port, use the no form of this command.
ip http ports port-number
no ip http ports
This default port number is 443.
Global Configuration Mode
There are no user guidelines for this command.
The following example configures the https port number to 100.
Console (config)# ip https port 100 |
Use the ip https server global configuration command to enable the device to be configured from a secured browser. To disable this function, use the no form of this command.
ip https server
no ip https server
The default is the device that is enabled to be configured from a browser.
Global Configuration Mode
console(config)# crypto certificate generate key_generate
The following example enables the device to be configured from a browser.
Console (config)# ip https server |
Use the crypto certificate generate global configuration command to generate a HTTPS certificate.
crypto certificate generate [key-generate [length]]
The Certificate and the SSL RSA key pairs do not exist.
Global Configuration Mode
The command is not saved in the device configuration; however, the certificate and keys generated by this command are saved in the private configuration (which is never displayed to the user or backed up to another device).
The following example regenerates an HTTPS certificate.
Console (config)# crypto certificate generate key-generate Generating RSA private key, 1024 bit long modules Console (config)# |
Use the show ip http privileged EXEC command to display the HTTP server configuration.
show ip http
This command has no default configuration.
Privileged EXEC command
There are no user guidelines for this command.
The following example displays the HTTP server configuration.
Console# show ip http HTTP server enabled. Port: 80 |
Use the show ip http privileged EXEC command to display the HTTPS server configuration.
show ip https
This command has no default configuration.
Privileged EXEC command
There are no user guidelines for this command.
The following example displays the HTTP server configuration.
Console# show ip https HTTPS server enabled. Port: 443 Certificate was generated. |