![Cisco 2100 Series Скачать руководство пользователя страница 253](http://html.mh-extra.com/html/cisco/2100-series/2100-series_configuration-manual_19950253.webp)
5-65
Cisco Wireless LAN Controller Configuration Guide
OL-17037-01
Chapter 5 Configuring Security Solutions
Configuring and Applying Access Control Lists
Using the CLI to Apply Access Control Lists
Follow these steps to apply ACLs using the controller CLI.
Step 1
Perform any of the following:
•
To apply an ACL to a management, AP-manager, or dynamic interface, enter this command:
config interface acl
{
management
|
ap-manager
|
dynamic_interface_name
}
acl_name
Note
To see the ACL that is applied to an interface, enter
show interface detailed
{
management
|
ap-manager
|
dynamic_interface_name
}. To remove an ACL that is applied to an interface,
enter
config interface acl
{
management
|
ap-manager
|
dynamic_interface_name
}
none
.
See
for more information on configuring controller interfaces.
•
To apply an ACL to the data path, enter this command:
config acl apply
acl_name
•
To apply an ACL to the controller CPU to restrict the type of traffic (wired, wireless, or both)
reaching the CPU, enter this command:
config acl cpu
acl_name
{
wired
|
wireless
|
both
}
Note
To see the ACL that is applied to the controller CPU, enter
show acl cpu
. To remove the
ACL that is applied to the controller CPU, enter
config acl cpu none
.
•
To apply an ACL to a WLAN, enter this command:
config wlan acl
wlan_id
acl_name
Note
To see the ACL that is applied to a WLAN, enter
show wlan
wlan_id
. To remove the ACL
that is applied to a WLAN, enter
config wlan acl
wlan_id
none
.
•
To apply a preauthentication ACL to a WLAN, enter this command:
config wlan security web-auth
acl
wlan_id acl_name
See
for more information on configuring WLANs.
Step 2
To save your settings, enter this command:
save config