Wireless Access

 View Only
  • 1.  VLAN Pooling hash vs even

    Posted Sep 03, 2012 11:26 PM

     

     

    I was wondering what is the difference between the VLAN Pooling hash / even ?

     

    Thanks

     

    Vic



  • 2.  RE: VLAN Pooling hash vs even

    Posted Sep 04, 2012 03:18 AM

    Vlan pooling is load balancing devices into multiple VLANs.  Hashing or pooling is the mechanism that determines who ends up in what VLAN.

     

    Pooling will choose the next Vlan a device ends up in, round-robin style.  Hashing is deterministic and ensures that the same device will end up in the same VLAN every time.



  • 3.  RE: VLAN Pooling hash vs even

    Posted Sep 04, 2012 11:33 AM

    Hi,

     

    My understanding is that with very large Wireless LAN infrasturctures, it's better using the hash mechanism. When using the pooling mechanism, this implies building a lookup table to associate each client MAC Address to the VLAN where it is assigned. However, this also implies looking up in this table for every packet... This is not efficient.

     

    The hash mechanism is much more efficient. However, you may end up with Wireless LAN clients not evenly distributed between your VLANs as this mechanism depends on the hash algorithm and the client MAC Address. Consequently, you may want to closely whatch IP utilisation for each VLAN and create more VLANs/subnets when required.

     

    Best regards,