An HTTP server, which can be turned off from the CLI to address security concerns, is embedded in the Virtual Supervisor Module (VSM).
Guidelines and Limitations for the HTTP Server
The HTTP server is enabled by default.
The VMware Update Manager (VUM) does not install Virtual Ethernet Modules (VEMs) if the HTTP server is disabled. During VEM installation, VUM talks directly to the HTTP server to extract required module information from the VSM. To install VEMs, you must do one of the following:
Use the VUM by enabling the HTTP server during VEM installation, and then disabling it after the VEMs are installed.
Install VEMs manually without using the VUM
The HTTP server must be enabled in order to get the Cisco Nexus 1000V XML plugin from the VSM.
Default Settings for the HTTP Server
The HTTP server is enabled by default.
Disabling the HTTP Server
By default, the HTTP server is enabled.
Before You Begin
Log in to the CLI in EXEC mode.
Procedure
Command or Action
Purpose
Step 1
switch# configure terminal
Enters global configuration mode.
Step 2
switch(config)# no feature http-server
Disables the HTTP server.
Step 3
switch(config)# show http-server
(Optional)
Displays the HTTP server configuration (enabled or disabled).
Step 4
switch(config) copy running-config startup-config
(Optional)
Copies the running configuration to the startup configuration.
This example shows how to disable the HTTP server:
switch# configure terminal
switch(config)# no feature http-server
switch(config)# show http-server
http-server disabled
switch(config)# copy running-config startup-config
[########################################] 100%
Verifying the HTTP Configuration
Use one of the following commands to verify the configuration:
Command
Purpose
show http-server
Displays the HTTP server configuration.
show feature
Displays the features available, such as LACP, and whether they are enabled.
Related Documents for the Disabling the HTTP Server