09-25-2017 06:04 AM - edited 07-05-2021 07:41 AM
Hello experts,
I have multiple SSID's mapped to multiple interfaces, and I would like to restrict the WLC access because right now, any client connected to any SSID can access the WLC through his interface.
Example : 1 client on SSID A can access the WLC on the interface A, 1 client on SSID B can access the WLC on the interface B etc...
How to avoid this ? I would like to allow the access only on the management interface.
ACLs are the only solution ?
Solved! Go to Solution.
09-25-2017 06:23 AM
You can disable management via the dynamic interfaces;
config network mgmt-via-dynamic-interface {enable | disable}
You can also disable management from Clients thare are connected via the WLC's WLANs;
config network mgmt-via-wireless {enable | disable}
Or you can use ACLs;
09-25-2017 06:23 AM
You can disable management via the dynamic interfaces;
config network mgmt-via-dynamic-interface {enable | disable}
You can also disable management from Clients thare are connected via the WLC's WLANs;
config network mgmt-via-wireless {enable | disable}
Or you can use ACLs;
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide