cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
383
Views
0
Helpful
3
Replies

ACLs in WLC

nshoe18
Level 1
Level 1

We have a guest wlan and want to apply an acl to allow guests to only access http and https on the guest wlan only. Any ideas, have tried a couple myself with no luck.

3 Replies 3

Davy Ad
Level 1
Level 1

Hi NICHOLAS ,

Try to specify network address either through VLAN and then creat ACl for that subnet only http or https

Acl-90 permit tcp 192.168.20.0 0.0.0.20 eq http

Acl-90 permit tcp 192.168.20.0 0.0.0.20 eq https

deny any

johncaston_2
Level 1
Level 1

Hi, here's a few things that might be of help.

Inbound is from the wireless client

Outbound is to the wireless client

You need to create the rules in pairs to allow return traffic - while testing you could just PERMIT ANY ANY OUTBOUND and then just work on the inbound rules. (Normally you have matching Inbound and Outbound rules)

With INBOUND rules you'll need to specify the destination, with OUTBOUND specify the Source.

e.g.

Permit ANY ANY 80 Inbound

Permit 80 ANY ANY Outbound

Permit ANY ANY 443 Inbound

Permit 443 ANY ANY Outbound

Good luck

Also don't forget to allow DNS

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card