Operation Manual – ACL
H3C S5600 Series Ethernet Switches
Chapter 1 ACL Configuration
1-14
II. Network diagram
Switch
PC
10.110.100.52
Internet
Figure 1-1
Network diagram for controlling Telnet login users by source IP
III. Configuration procedure
# Define ACL 2000.
<Sysname> system-view
[Sysname] acl number 2000
[Sysname-acl-basic-2000] rule 1 permit source 10.110.100.52 0
[Sysname-acl-basic-2000] quit
# Reference ACL 2000 on VTY user interface to control Telnet login users.
[Sysname] user-interface vty 0 4
[Sysname-ui-vty0-4] acl 2000 inbound
1.4.2 Example for Controlling Web Login Users by Source IP
I. Network requirements
Apply an ACL to permit Web users with the source IP address of 10.110.100.46 to log in
to the switch through HTTP.
II. Network diagram
Switch
PC
10.110.100.46
Internet
Figure 1-2
Network diagram for controlling Web login users by source IP
III. Configuration procedure
# Define ACL 2001.
<Sysname> system-view