10-28-2021 02:04 AM - edited 11-11-2021 01:28 PM
Hi all,
It's the first time that I'm facing this challenge but I may run into a scenario where different dynamically assigned VLANs might host the same subnet, like 10.10.34.0/24. The VLANs are extended to different VRFs so there won't be any conflict in terms of routing.
As far as I know I always thought of wireless VLANs as simple L2 domains but I'm told that for mobility WLCs take into account L3 information and two VLANs managed by the same WLCs and with the same L3 IP addressing used within may run into problems. Like all he VLANs were flattened at WLC level and two client with the same IP address but in different VLANs could be seen as one by the WLC.
Does anyone have experience on this?
Thanks
Could anyone help in shedding some light on this please?
Alex
10-28-2021 02:25 AM
- Note sure if this can work referencing : https://www.cisco.com/c/en/us/support/docs/wireless-mobility/wireless-vlan/68100-wlan-controllers-vlans.html
>...
Dynamic Interfaces on WLCs
>...
>... If the port is untagged, all dynamic interfaces must be on a different IP subnet from any other interface configured on the port.
M.
10-28-2021 02:41 AM
Hi Alex,
I assume that you are running 9800 platform and Flex AP's. If the same IP is seen twice by WLC it will report as IP Theft and client will excluded as per the configured timeout. Please refer to the below enhancement request.
https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvr98802?rfs=iqvred
As you can find in the above link, this enhancement is added starting from 17.3.3 and higher. Make sure you have the correct IOS-XE code running in your WLC. Config guide as below
11-02-2021 08:04 AM
But that's only for flex local switching. I think it will still be a problem for anything centrally switched?
11-02-2021 02:30 PM
I think the scenario which you are referring will be very low. I have very rarely come across networks where they use overlapping IP addresses even if it's in different VRF's. I think if AP's are in local mode we need to look at the design as a whole. Only solution I see is converting the AP's to Flex.
11-03-2021 05:42 AM
Not sure what you mean by "low". The impression I have is that when dealing with all the stuff to prevent intrusive action by unauthorized clients or duplicated address the controller flattens the VLANs but I don't know why. It would be that simple. Just imagine the same (DHCP snooping etc etc) in a switch, would you consider it normal?
11-04-2021 03:45 AM - edited 11-04-2021 03:45 AM
Hi Alex,
You can't even configure dynamic interfaces with overlapping IP subnets in AireOS (Dynamic interface is compulsory in AireOS world), but in 9800 platforms you really don't need L3 SVI's unless there is mdns gateway or dhcp relay. So technically you can get away wth configuring the L2 VLAN which offers same subnet under 2 SSID's in 9800. The real problem happens when there are 2 clients with the same IP address. WLC will mark the client to be excluded for IP Theft.
If AP's are in local mode there is a workaround (only in 9800 no L3 SVI's), but not recommended. You can divide the DHCP IP scopes
VLAN 10 - VRF DATA - 10.0.0.0/24 - SSID EMPLOYEE - DHCP SCOPE 10.0.0.1-10.0.0.128
VLAN 20 - VRF PERSONAL - 10.0.0.0/24 - SSID EMPLOYEE2 - DHCP SCOPE 10.0.0.129-10.0.0.254
By manipulating the DHCP scopes you are avoiding duplicate IP issue. But you have to compensate on the available IP addresses.
11-11-2021 01:31 PM
Hi Arshad,
unfortunately we are speaking of the same SSID and VLANs assigned dynamically by the RADIUS, that would be the scenario.
Alex
11-11-2021 02:07 PM
Still the same theory applies, you cannot have 2 clients with same IP. You can try to manipulate your DHCP scope to stop assignment of same IP to 2 clients.
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