Consolidated Platform Configuration Guide, Cisco Ios Release 15.2(4)E (Catalyst 2960-X Switches - Cisco Catalyst 2960 series Configuration Manual

Consolidated platform configuration guide, ios release 15.2(4)e
Hide thumbs Also See for Catalyst 2960 series:
Table of Contents

Advertisement

Command or Action
Step 7
ip http secure-trustpoint name
Example:
Switch(config)# ip http
secure-trustpoint your_trustpoint
Step 8
ip http path path-name
Example:
Switch(config)# ip http path
/your_server:80
Step 9
ip http access-class access-list-number
Example:
Switch(config)# ip http access-class 2
Step 10
ip http max-connections value
Example:
Switch(config)# ip http max-connections
4
Step 11
ip http timeout-policy idle seconds life
seconds requests value
Example:
Switch(config)# ip http timeout-policy
idle 120 life 240 requests 1
Step 12
end
Example:
Switch(config)# end
Purpose
Specifies the CA trustpoint to use to get an X.509v3 security certificate
and to authenticate the client certificate connection.
Note
(Optional) Sets a base HTTP path for HTML files. The path specifies
the location of the HTTP server files on the local system (usually located
in system flash memory).
(Optional) Specifies an access list to use to allow access to the HTTP
server.
(Optional) Sets the maximum number of concurrent connections that are
allowed to the HTTP server. We recommend that the value be at least
10 and not less. This is required for the UI to function as expected.
(Optional) Specifies how long a connection to the HTTP server can
remain open under the defined circumstances:
• idle—the maximum time period when no data is received or
response data cannot be sent. The range is 1 to 600 seconds. The
default is 180 seconds (3 minutes).
• life—the maximum time period from the time that the connection
is established. The range is 1 to 86400 seconds (24 hours). The
default is 180 seconds.
• requests—the maximum number of requests processed on a
persistent connection. The maximum value is 86400. The default
is 1.
Returns to privileged EXEC mode.

Consolidated Platform Configuration Guide, Cisco IOS Release 15.2(4)E (Catalyst 2960-X Switches)

Information About Secure Socket Layer HTTP
Use of this command assumes you have already configured a
CA trustpoint according to the previous procedure.
1133

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents