09-27-2017 11:45 AM - edited 07-05-2021 07:41 AM
I'm hoping someone can help me. I work in a health care environment and we currently have a single SSID for medical devices. The SSID uses WPA2-PSK (can't use 802.1x) and is mapped to one vlan. We are adding a large number of new medical devices (wireless glucose meters) but I can't add the new hosts to the same vlan due to limited IP addresses (can't change addressing...huge problem with vendors who support the medical devices). Is there a way that I can authenticate the new hosts to the same SSID and use mac addresses to put them in a second vlan?
Thanks
Ryan
09-27-2017 12:46 PM
09-27-2017 02:56 PM
@RYAN PAUL wrote:
We are adding a large number of new medical devices (wireless glucose meters) but I can't add the new hosts to the same vlan due to limited IP addresses (can't change addressing...huge problem with vendors who support the medical devices). Is there a way that I can authenticate the new hosts to the same SSID and use mac addresses to put them in a second vlan?
Depends on the firmware of the controller. Recent firmwares have an option to use Interface Groups. Like configuring a multiple secondary subnet on an interface, Interface Groups allows users to put multiple Dynamic Interface into an Interface Group and then assign the Interface Group to the SSID and/or AP Group.
09-28-2017 06:28 AM
That sounds promising. We're running 8.0.140.0. I'm obviously going to need to upgrade the controllers. Do you know what version supports the Interface Groups?
09-28-2017 06:42 AM
You're in luck. Interface Groups was introduced in 7.4.X.
09-28-2017 06:47 AM
But you said you need a different authentication method. Interface segregration will solf DHCP problem but I Can´t see how this is going to solve authentication problem.
09-28-2017 06:48 AM
Hi.
Like Leo said, you can use interface group and add a second subnet to the same SSID but you need to be clear that the ip assignment is through round robin fashion fashion, so it is possible that the actual equipment that is connected now, can get ip addressing for the new segment. The other way is made your actual network bigger, I menat if your using /24 you can change for /22, only check if this is posibble with your providers.
09-29-2017 06:24 AM
If you use interface groups as suggested by others, you're just lumping all of your Clients in to the same subnet as everything else. Fine, but not great.
In WLC 8.5 the iPSK feature was introduced which allows you to combine MAC Auth with dynamic VLAN allocation... all you need is a RADIUS server loaded with the MAC addresses and the ability to return attributes via RADIUS. You then have a single SSID but configure different PSKs on different devices, and each PSK then drops the device in to a different VLAN.
Config details here;
09-29-2017 06:36 AM
09-29-2017 06:42 AM
09-29-2017 06:49 AM
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