342 |341
SMIS(config)# end
SMIS# show ip ssh
Version : 2
Cipher Algorithm : 3DES-CBC
Authentication : HMAC-MD5
Trace Level : None
13.5 SSL
SSL provides server authentication, encryption, and message integrity, as well asHTTP client
authentication, to allow secure HTTP communications.To use this feature, thecryptographic (encrypted)
software image must be installed on the switch.
HTTP Secure server status
HTTP Secure server encryption
SSL Server certificate request
13.5.1 Secure HTTP (https)
On a secure HTTP connection, data to and from an HTTP server is encrypted before being sent over
theInternet. HTTP with SSL encryption (HTTPS)provides a secure connection to allow such functions as
configuringa switch from a Web browser.
Follow the steps below to configure Secure HTTP.
Enters the configuration mode
ip http secure { server | ciphersuite [rsa-null-md5]
[rsa-null-sha] [rsa-des-sha] [rsa-3des-sha] [dh-rsa-
des-sha ][dh-rsa-3des-sha][rsa-exp1024-des-sha] |
crypto key rsa [usage-keys (512|1024)] }
server – Enables HTTPS server
ciphersuite – Specify one or many of
the supported encryption algorithm to
be used.
crypto key rsa–Encryption Key, either
Exits the configuration mode.
show ip http secure server status
Displays the SSL configuration.
Optional step – saves this configuration
to be part of startup configuration.