04-18-2024 12:22 PM
I'm trying to find a trustworthy source about the assignment algorithm of wireless traffic when many wireless clients send traffic to WLAN associated with an interface group, let's say with 4 VLANs.
the documentation below doesn't say anything about which algorithm is used. is round-robin? hashing of some form(with MAC/IP)? what else?
I hope you can clarify this.
greetings.
Solved! Go to Solution.
04-21-2024 04:40 PM
See https://www.cisco.com/c/en/us/td/docs/wireless/controller/technotes/8-6/b_Cisco_Wireless_LAN_Controller_Configuration_Best_Practices.html#concept_4CBC85029ED6485984F92D8D460E2015
It uses hash by default but can switch to round robin as noted.
Also note the feature was previously called VLAN Select.
04-18-2024 01:02 PM
Refer "Interface Group" section from the link. It is round robin fasion.
Upon a client's connection to a WLAN managed by a controller, a hash index is computed utilizing the client's MAC address and the interface group's quantity of interfaces.
This index dictates the assignment of an interface to the client.
Upon subsequent connections to the controller, the hashing algorithm consistently yields the same index for the client, ensuring assignment to the same interface.
In cases where the designated interface is marked as "dirty," a random index is generated to facilitate interface assignment.
Should the designated interface remain in a "dirty" state, a fallback to a round-robin approach is enacted.
Jagan Chowdam
/**Pls rate useful responses**/
04-18-2024 01:49 PM
Jagan
I am bit confused by your answer. you claim that is round robin but the description below clearly states it as hashing with MAC.
so which one is the verdict?
also. the link you are referring to doesn't contain the information you provide. with a quick Ctrl+F search for you will see this. where did you get the information in your answer?
thanks in advance.
04-21-2024 04:40 PM
See https://www.cisco.com/c/en/us/td/docs/wireless/controller/technotes/8-6/b_Cisco_Wireless_LAN_Controller_Configuration_Best_Practices.html#concept_4CBC85029ED6485984F92D8D460E2015
It uses hash by default but can switch to round robin as noted.
Also note the feature was previously called VLAN Select.
04-22-2024 07:08 AM
Regarding hashing the MAC address to preserve VLAN assignment, does this work with multiple WLCs (including a mix of 9800/8540) in a mobility group? For example, if a client on WLC 1 later joins WLC 2 (whether it's another 8540 or a 9800), will WLC 2 assign the client the same VLAN as WLC 1 did?
04-22-2024 07:57 AM
At a guess I would say 2 8540's with identical configuration, yes.
I'd be very surprised if you got the exact same result with 8540/9800 - if you want to do it then test thoroughly.
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