Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Good day. I have vWLC on 38-50 IOS XE, 2 APs 27xx, 2 wlans ( Work and Guest)
I need some clients can associate with one of this wlan (Work ) and deny on the other (Guest) .
Authentication with PSK, Sure I can 'forget Guest network' on all of this dev...
I've found the answer.
All is the simple
mac address-table static x:x:x:x:x:x vlan Y drop
So SW will drop any packet from this host in specific wlan. Host could not even connect to WLAN in this vlan.
HiYes that's the point. Mac filter do not help me. It would be great if I can filter specific MAC on specific WLAN. I know about ISE and I will implement it in this year, I hope. But I thought there is another decision to my problem. Anyway thanks.