- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2014 11:27 PM - edited 07-05-2021 01:00 AM
Here's a weird one.
I have 3 industrial machines with the same hard coded IP address, 10.255.10.10/24. I need 3 different laptops to communicate with it's respective machine through a 2504 WLC. On the switch it's not a problem, I configure VLAN10, VLAN20 and VLAN30 for each machine without assigning any IP address to them. To create these VLAN interfaces on the WLC it's mandatory to provide a local IP address. Since all interfaces belong to the same scope this is impossible, and to get around it I have configured 3 dummy addresses for the interfaces; 2.2.2.2/30, 2.2.2.6/30 and 2.2.2.10/30. The laptops get static IPs 10.255.10.101, 10.255.10.102 and 10.255.10.103 and they can communicate without problems with their respective machine.
The question is: Could I run into trouble using fake IPs on the WLC interfaces. What are the purposes with these IPs?
Thanks
/Tomas
Solved! Go to Solution.
- Labels:
-
Wireless LAN Controller
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2014 07:24 AM
you could run into issues, if a client on wireless needed to access content at one of those addresses.
The reason you need to put an IP address on the WLC, is for roaming purposes. With out an IP address there, the WLC would not know if a Layer 3 roam or Layer 2 roam happened.
Example:
Buidling A
VLAN 10 10.10.10.x
VLAN 20 10.10.20.x
Building B
VLAN 10 10.20.10.x
VLAN 20 10.20.20.x
If you roam on the wireless between buildings, and the WLC only looked at the VLAN ID, your traffic would blackhole unless/until the client attempted to do DHCP, which isn't required to happen on a roam.
By putting an IP address on the interfaces on each WLC, the WLC would know that the client had made a layer 3 roam, and would then anchor traffic to the appropriate WLC so that traffic flow isn't interrupted.
HTH,
Steve
Steve
------------------------------------------------------------------------------------------------
Please remember to rate useful posts, and mark questions as answered

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2014 07:24 AM
you could run into issues, if a client on wireless needed to access content at one of those addresses.
The reason you need to put an IP address on the WLC, is for roaming purposes. With out an IP address there, the WLC would not know if a Layer 3 roam or Layer 2 roam happened.
Example:
Buidling A
VLAN 10 10.10.10.x
VLAN 20 10.10.20.x
Building B
VLAN 10 10.20.10.x
VLAN 20 10.20.20.x
If you roam on the wireless between buildings, and the WLC only looked at the VLAN ID, your traffic would blackhole unless/until the client attempted to do DHCP, which isn't required to happen on a roam.
By putting an IP address on the interfaces on each WLC, the WLC would know that the client had made a layer 3 roam, and would then anchor traffic to the appropriate WLC so that traffic flow isn't interrupted.
HTH,
Steve
Steve
------------------------------------------------------------------------------------------------
Please remember to rate useful posts, and mark questions as answered
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2014 01:24 AM
Thanks a lot for the answer.
/Tomas
