Operation Manual – Login
H3C S5100-SI/EI Series Ethernet Switches
Chapter 9 User Control
9-7
To do…
Use the command…
Remarks
Apply the ACL to
control Web users
ip http acl
acl-number
Optional
By default, no ACL is
applied for Web users.
9.4.3 Logging Out a Web User
The administrator can log out a Web user using the related command.
Follow the step below to log out a Web user:
To do…
Use the command…
Remarks
Log out a Web user
free web-users
{
all
|
user-id
user-id
|
user-name user-name
}
Required
Available in user view
9.4.4 Configuration Example
I. Network requirements
Only the Web users sourced from the IP address of 10.110.100.52 are permitted to
access the switch.
II. Network diagram
Switch
10.110.100.46
Host A
IP network
Host B
10.110.100.52
Figure 9-3
Network diagram for controlling Web users using ACLs
III. Configuration procedure
# Define a basic ACL.
<Sysname> system-view
[Sysname] acl number 2030
[Sysname-acl-basic-2030] rule 1 permit source 10.110.100.52 0
[Sysname-acl-basic-2030] quit