I want to add an access list to permit only http traffic on my dynamic interface (wlc 4402), vlan12.
I haven't found any examples of ACL configuration on a 4402.
So far I have tried the following permit statements, with no success.
permit tcp http any inbound+outbound
permit tcp any http inbound+outbound
permit tcp dns any inbound+outbound
permit tcp any dns inbound+outbound
permit icmp
Each time I add any of these types of permit statements, web-browsing stops;
though I can still ping
Does anyone have any ACL examples, links or advice ?
Thanks