Wireless

 View Only
last person joined: 2 days ago 

Expand all | Collapse all

Roaming between 2 clusters in 8.10.x.x

This thread has been viewed 39 times
  • 1.  Roaming between 2 clusters in 8.10.x.x

    Posted 19 days ago

    Good morning all.

    I have an issue that I can't seem to get to the bottom of.  High level, clients cannot roam between APs on different controller clusters.  Below are the gritty details.

    Scenario - campus setup with 2 clusters (4 controllers on each cluster) geographically separate.  Each cluster has it's own management network, but the devices (WLANs) are on the same L2 network.  There are a few areas where the RF domain from APs in each cluster overlap.  This is where my issue is.  When a user is connected to an AP on Cluster A and walks to an area serviced by an AP on Cluster B, the device moves to the new AP but shows as "connected with no internet".  The IP address of the device does not change since the L2 for that WLAN is the same across both clusters so I don't think I need to (or should) enable IP Mobility (but I could be wrong there) and I don't think 802.11k would help.  The only fix for the end user is to disconnect and reconnect the wifi.

    I understand that seamless roaming is only between APs in the same cluster and I'm OK if the device needs to re-authenticate (voice over IP roaming isn't a high priority in this scenario).  I just need the device to connect again automatically.

    Any ideas?

    Thanks!

    Jeff



  • 2.  RE: Roaming between 2 clusters in 8.10.x.x

    EMPLOYEE
    Posted 19 days ago

    You can try enabling this parameter in the Virtual AP profile:

    fdb-update-on-assoc

    That would send out a gratuitous ARP when a client enters the forwarding table to ensure that the switch infrastructure is updated:

    fdb-update-on-assoc



    ------------------------------
    Any opinions expressed here are solely my own and not necessarily that of Hewlett Packard Enterprise or Aruba Networks.

    HPE Design and Deploy Guides: https://community.arubanetworks.com/support/migrated-knowledge-base?attachments=&communitykey=dcc83c62-1a3a-4dd8-94dc-92968ea6fff1&pageindex=0&pagesize=12&search=&sort=most_recent&viewtype=card
    ------------------------------



  • 3.  RE: Roaming between 2 clusters in 8.10.x.x

    Posted 16 days ago

    Thank you Colin!  that looks like exactly what I'm looking for.  I will be giving it a try this week.




  • 4.  RE: Roaming between 2 clusters in 8.10.x.x

    Posted 10 hours ago

    I was finally able to get a change window for this.  Unfortunately it did not correct the issue.  Any chance the APs need to be re-provisioned with the VAP after making this change?  I changed the VAP but did not re-provision any APs.




  • 5.  RE: Roaming between 2 clusters in 8.10.x.x

    EMPLOYEE
    Posted 10 hours ago

    They do not.  Try checking "show user-table verbose" on the target controller to make sure the vlans are the same 



    ------------------------------
    Any opinions expressed here are solely my own and not necessarily that of Hewlett Packard Enterprise or Aruba Networks.

    HPE Design and Deploy Guides: https://community.arubanetworks.com/support/migrated-knowledge-base?attachments=&communitykey=dcc83c62-1a3a-4dd8-94dc-92968ea6fff1&pageindex=0&pagesize=12&search=&sort=most_recent&viewtype=card
    ------------------------------



  • 6.  RE: Roaming between 2 clusters in 8.10.x.x

    Posted 9 hours ago

    They are both using a VLAN pool of 4 subnets, but the pools, pool name, subnets, etc are all identical across both clusters.




  • 7.  RE: Roaming between 2 clusters in 8.10.x.x

    EMPLOYEE
    Posted 9 hours ago

    VLAN pools can be hashed differently if controllers are not in the same clusters.  That is why I mentioned checking the VLAN of the client when it ends up on the target controller. The definitive way to deal with this is to have a single user VLAN across controllers and use broadcast suppression like suppress-arp and BCMC optimization.



    ------------------------------
    Any opinions expressed here are solely my own and not necessarily that of Hewlett Packard Enterprise or Aruba Networks.

    HPE Design and Deploy Guides: https://community.arubanetworks.com/support/migrated-knowledge-base?attachments=&communitykey=dcc83c62-1a3a-4dd8-94dc-92968ea6fff1&pageindex=0&pagesize=12&search=&sort=most_recent&viewtype=card
    ------------------------------



  • 8.  RE: Roaming between 2 clusters in 8.10.x.x

    Posted 9 hours ago

    And I verified that the device IP address is not changing when roaming from one cluster to another.  IP stays the same, device shows "connected no internet", and just need to disconnect/reconnect to bring it back.  I will be opening a TAC case for this at some point soon, but I'm dealing with a more pressing issue with them and this is a low priority.  It's currently only effecting one small area of our campus where wifi coverage overlaps from one cluster to the other.  But we are expanding our outdoor wireless so this will start happening in more locations.  I appreciate all of the help!!!




  • 9.  RE: Roaming between 2 clusters in 8.10.x.x

    EMPLOYEE
    Posted 9 hours ago

    I am answering your posts out of sequence so I apologize.  We probably need to do debugging on the target controller for the test user to find out the sequence of events. I'm not going to bore you with detailed steps that I would take to figure this out, but in general a debug should give us some clues.



    ------------------------------
    Any opinions expressed here are solely my own and not necessarily that of Hewlett Packard Enterprise or Aruba Networks.

    HPE Design and Deploy Guides: https://community.arubanetworks.com/support/migrated-knowledge-base?attachments=&communitykey=dcc83c62-1a3a-4dd8-94dc-92968ea6fff1&pageindex=0&pagesize=12&search=&sort=most_recent&viewtype=card
    ------------------------------



  • 10.  RE: Roaming between 2 clusters in 8.10.x.x

    Posted 8 hours ago

    Thanks again Colin.  No worries about answering out of order - I posted multiple times out of order so replies that way are expected (my fault).  Quick question - currently the VLAN pools are 4 subnets, each a /20 due to possible number of clients at a time.  This was done a few years ago.  Not entirely sure why it was set up this way except maybe it started to grow and additional subnets were added (and they are not all contiguous) as the population grew.  Would it help to set up a single /18 vlan instead of a vlan pool?  Or would that be too large for a single VLAN and cause other issues?  I will be opening a TAC case in a week or so after I get the other issue under control.




  • 11.  RE: Roaming between 2 clusters in 8.10.x.x

    EMPLOYEE
    Posted 8 hours ago

    Growth is probably the answer as to why.

    Setting up a single/18 is  dependent on the size of the cam  table that can be handled by your layer 2/3 infrastructure.  That is the biggest hurdle there.

    We might be able to figure out why roaming is not working seamlessly before we have to do that, however.



    ------------------------------
    Any opinions expressed here are solely my own and not necessarily that of Hewlett Packard Enterprise or Aruba Networks.

    HPE Design and Deploy Guides: https://community.arubanetworks.com/support/migrated-knowledge-base?attachments=&communitykey=dcc83c62-1a3a-4dd8-94dc-92968ea6fff1&pageindex=0&pagesize=12&search=&sort=most_recent&viewtype=card
    ------------------------------



  • 12.  RE: Roaming between 2 clusters in 8.10.x.x

    EMPLOYEE
    Posted an hour ago

    I asked a few questions, and....

    The "preserve-vlan" option in the Virtual-ap is designed to do what you need.  Here is how it is described:

    "If the 'preserve-vlan' knob is enabled for a 'virtual-ap', the controller can try to retain the VLAN ID for the client by looking up the client MAC in the bridge table. If the entry is found, the controller will retain the VLAN for the client. If an entry is not found, the controller may allocate a new VLAN ID for the client."

    I would try "preserve-vlan" in the virtual-ap profile first before trying a large vlan.



    ------------------------------
    Any opinions expressed here are solely my own and not necessarily that of Hewlett Packard Enterprise or Aruba Networks.

    HPE Design and Deploy Guides: https://community.arubanetworks.com/support/migrated-knowledge-base?attachments=&communitykey=dcc83c62-1a3a-4dd8-94dc-92968ea6fff1&pageindex=0&pagesize=12&search=&sort=most_recent&viewtype=card
    ------------------------------