Parameter 
[ 3des-ede-cbc-sha ] [ rc4-128-md5 ] [ rc4-128-sha ] [ des-cbc-sha ]
 
—— 
Specify the encryption algorithm and the digest algorithm to use on an SSL 
connection. By default, the switch supports all these ciphersuites. 
Command Mode 
Global Configuration Mode   
Privilege Requirement 
Only Admin, Operator and Power User level users have access to these 
commands. 
Example 
Configure the ciphersuite to be used for encryption over the SSL connection 
as 3des-ede-cbc-sha: 
T2500G-10TS(config)# ip http secure-ciphersuite 3des-ede-cbc-sha 
12.7  ip http secure-max-users 
Description 
The ip http secure-max-users command is used to configure the maximum 
number of users that are allowed to connect to the HTTPs server. To cancel 
this limitation, please use no ip http secure-max-users command. 
Syntax 
ip http secure-max-users 
admin-num guest-num
 
no ip secure-max-users 
Parameter 
admin-num
 —— The maximum number of the users logging on to the HTTPs 
server as Admin, ranging from 1 to 16. The total number of Admin and Guest 
should be less than 16.   
guest-num
 —— The maximum number of the users logging on to the HTTPs 
server as Guest, ranging from 0 to 15.The total number of Admin and Guest 
should be less than 16.   
Command Mode 
Global Configuration Mode   
87