Syntax
ip http max-users admin-num guest-num
no ip http max-users
Parameter
admin-num —— The maximum number of the users logging on to the HTTP
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 HTTP
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
Example
Configure the maximum number of the Admin and Guest users logging on to the
HTTP server as 5 and 3:
TL-SG3424(config)# ip http max-users 5 3
ip http session
Description
The ip http session command is used to configure the connection timeout of the
HTTP server. To restore to the default timeout time, please use no ip http
session command.
Syntax
ip http session minutes
no ip http session
Parameter
minutes ——The timeout time, ranging from 5 to 30 in minutes. By default, the
value is 10.
Command Mode
Global Configuration Mode
Example
62