mac

Commands for SSL Configuration
482
44.3 ip http secure- ciphersuite
Command: ip http secure-ciphersuite {des-cbc3-sha|rc4-128-sha| des-cbc-sha}
no ip http secure-ciphersuite
Function: Configure/delete secure cipher suite by SSL used.
Parameter: des-cbc3-sha encrypted algorithm DES_CBC3, summary algorithm SHA.
rc4-128-sha encrypted algorithm RC4_128, summary algorithm SHA.
des-cbc-sha encrypted algorithm DES_CBC, summary algorithm SHA.
default use is rc4-md5.
Command Mode: Global Mode.
Default: Not configure.
Usage Guide: If this command is used to configure the secure cipher suite, specified
encryption method will be used. The SSL should be restarted to take effect after changes
on configuration. When des-cbc-sha is configured, IE 7.0 or above is required.
Example: Configure the secure cipher suite is rc4-128-sha.
Switch(config)# ip http secure- ciphersuite rc4-128-sha
44.4 show ip http secure-server status
Command: show ip http secure-server status
Function: Show the status for the configured SSL.
Parameter: None.
Command Mode: Admin and Configuration Mode.
Example:
Switch# show ip http secure-server status
HTTP secure server status: Enabled
HTTP secure server port: 1028
HTTP secure server ciphersuite: rc4-128-sha
44.5 debug ssl
Command: debug ssl
no debug ssl
Function: Show the configured SSL information, the no command closes the DEBUG.
Parameter: None.
Command Mode: Admin Mode.
Example: