Configuring Access Security Access Security Configurations
Configuration Guide  
  501
2.2  Using the CLI
2.2.1  Configuring the Access Control
Follow these steps to configure the access control:
Step 1 configure
Enter global configuration mode.
Step 2 Use the following command to control the users’ access by limiting the IP address:
user access-control ip-based enable
Configure the control mode as IP-based.
user access-control ip-based { 
ip-addr ip-mask
 } [ snmp ] [ telnet ] [ ssh ] [ http ] [ https ] [ ping 
] [ all ]
Only the users within the IP-range you set here are allowed to access the switch.
ip-addr
: Specify the IP address of the user.
ip-mask
: Specify the subnet mask of the user.
[ snmp ] [ telnet ] [ ssh ] [ http ] [ https ] [ ping ] [ all ]: Select to control the types for users’ 
accessing. By default, these types are all enabled.
Use the following command to control the users’ access by limiting the MAC address:
user access-control mac-based enable
Configure the control mode as MAC-based.
user access-control mac-based { 
mac-addr
 } [ snmp ] [ telnet ] [ ssh ] [ http ] [ https ] [ ping ] [ 
all ]
Only the users with the MAC address you set here are allowed to access the switch.
mac-addr
: Specify the MAC address of the user.
[ snmp ] [ telnet ] [ ssh ] [ http ] [ https ] [ ping ] [ all ]: Select to control the types for users’ 
accessing. By default, these types are all enabled.
Use the following command to control the users’ access by limiting the ports connected to the 
users:
user access-control port-based enable
Configure the control mode as Port-based.
user access-control port-based interface { fastEthernet 
port-list
 | gigabitEthernet 
port-list
 | 
ten-gigabitEthernet 
port-list
 } [ snmp ] [ telnet ] [ ssh ] [ http ] [ https ] [ ping ] [ all ]
Only the users connecting to the ports you set here are allowed to access the switch.
port-list
: Specify the list of  Ethernet port, in the format of 1/0/1-4. You can appoint 5 ports at 
most.
[ snmp ] [ telnet ] [ ssh ] [ http ] [ https ] [ ping ] [ all ]: Select to control the types for users’ 
accessing. By default, these types are all enabled.