Wireless Access

last person joined: 15 hours ago 

Access network design for branch, remote, outdoor, and campus locations with HPE Aruba Networking access points and mobility controllers.
Expand all | Collapse all

Client disconnects after master-backup failover

This thread has been viewed 3 times
  • 1.  Client disconnects after master-backup failover

    Posted Jun 10, 2013 08:44 AM

    I'm setting up a proof of concept for a customer but I have a problem with the master-backup setup.

     

    When I force a failover the AP rebootstraps. I assume this is normal behaevior. However the radio goes down for too long. The client disconnects from the ssid and even when the radio comes back up, the client stays disconnected for a while.

     

    Is it possible to configure the radio to stay up when the master goes down? Or is there a possibility to keep the downtime of the radio to an minimum?

     

    Information on the setup:
    The AP's are configured with a static ip and connect to the controller using the vrrp ip address.

     

    Settings of the VRRP:
    Master:

    interface vlan 1
    ip address 10.1.11.50 255.0.0.0
    !

    master-redundancy
    master-vrrp 4
    peer-ip-address 10.1.11.49 ipsec dataunit
    !
    vrrp 4
    priority 110
    authentication dataunit
    ip address 10.1.11.51
    description "vrrp"
    vlan 1
    tracking master-up-time 30 add 20
    no shutdown
    !

     

    Backup:

    interface vlan 1
    ip address 10.1.11.49 255.0.0.0
    !

    master-redundancy
    master-vrrp 4
    peer-ip-address 10.1.11.50 ipsec a40fa2b0c016337388d93e98742d638624f5a69beb6c8ef3
    !
    vrrp 4
    authentication dataunit
    ip address 10.1.11.51
    description "vrrp"
    vlan 1
    tracking master-up-time 30 add 20
    no shutdown
    !





  • 2.  RE: Client disconnects after master-backup failover

    Posted Jun 10, 2013 08:49 AM

     

    How do you have it setup ? VRRP ? LMS ?

     

    Hope this helps :

    Failover times.png



  • 3.  RE: Client disconnects after master-backup failover

    Posted Jun 10, 2013 08:54 AM

    I'm using VRRP since I'm in a master-backup redundancy scenario. 

     

    I understand that it will take some time to fail-over. This isn't much of a concern.

     

    However I don't like the fact that my client disconnects. 



  • 4.  RE: Client disconnects after master-backup failover

    Posted Jun 10, 2013 08:58 AM

     

     

    Are you using the same IP segment / VLAN on the AP-group on the other controller ? Otherwise the user will experience a longer disruption ?



  • 5.  RE: Client disconnects after master-backup failover

    Posted Jun 10, 2013 09:18 AM

    VRRP only works when both units are in the same L2 segment. 

     

    Putting that aside I only have one vlan for this entire setup. Meaning the clients, contollers and AP's are all in the same vlan.

     

    Now I can actually see the radio going down and after a few seconds I can see my client disconnecting.

    Since it disconnects and can't immediatly reconnect, it drops the ssid from the table and won't reconnect to it until it discovers the ssid again.

     

    It seems that it disconnects because the radio stays down for too long. Although it is only for about 20 seconds.



  • 6.  RE: Client disconnects after master-backup failover

    Posted Jun 10, 2013 09:46 AM

     

    Do you have the following enabled ?

     

    database synchronize period 30



  • 7.  RE: Client disconnects after master-backup failover

    Posted Jun 10, 2013 10:05 AM

    yes



  • 8.  RE: Client disconnects after master-backup failover

    Posted Jun 10, 2013 10:08 AM

     

     

    How many APs and clients do you have ?

     

    I wonder if you having everything in the same VLAN / IP Space might be causing issues ?

     

     

    Can you enable the following :

     

    logging level debugging system process approc

    logging level debugging ap-debug <ap-name>

     

     



  • 9.  RE: Client disconnects after master-backup failover

    Posted Jun 10, 2013 10:18 AM

    Well i'm running a proof of concept. It is a completely standalone setup.
    So 1 client and 1 ap.

     

    I do have a third local controller that is setup to terminate a second AP. But i've disconnected it.

    The ap that is connected now terminates on the vrrp ip of the master-backup setup.



  • 10.  RE: Client disconnects after master-backup failover

    Posted Jun 10, 2013 10:29 AM
      |   view attached

    Attached you'll find the log file taken from the backup controller during the failover.

     

    The master is down during this failover so I cannot collect logs from that.

    Attachment(s)

    txt
    logAPdebug.txt   174 KB 1 version


  • 11.  RE: Client disconnects after master-backup failover

    Posted Jun 10, 2013 10:39 AM

     

    Are these the logs when the APs failover to the backup ?

     

    What version AOS you have installed ? What controller are you using ?



  • 12.  RE: Client disconnects after master-backup failover

    Posted Jun 10, 2013 10:56 AM

    Yes they are.

     

    7210 and 6.2.1.2


    #7210


  • 13.  RE: Client disconnects after master-backup failover
    Best Answer

    EMPLOYEE
    Posted Jun 10, 2013 10:57 AM

    @DeKeuning wrote:

    VRRP only works when both units are in the same L2 segment. 

     

    Putting that aside I only have one vlan for this entire setup. Meaning the clients, contollers and AP's are all in the same vlan.

     

    Now I can actually see the radio going down and after a few seconds I can see my client disconnecting.

    Since it disconnects and can't immediatly reconnect, it drops the ssid from the table and won't reconnect to it until it discovers the ssid again.

     

    It seems that it disconnects because the radio stays down for too long. Although it is only for about 20 seconds.


    Here are the principles:

     

    - The ip address that your access points use to discover the controller when they boot up (aruba-master, maybe?) MUST be the ip address of the VRRP.

     

    - Secondly, the ip address in the LMS-IP if it exists of the AP System Profile of the AP-Group of all those access points also NEEDs to point to the VRRP between the master and backup master.  An access point can tell if it is pointed to a VRRP or a physical address of the controller

     

    - The Backup Master needs to be able to support all of the access points that could fail over from a hardware and licensing perspective.

     

    We have seen typical failover times of clients from steady state to steady state of 7 seconds with a hard controller failure using the principles above.

     

    Either unplug or disable the VRRP instance while pinging the VRRP address to determine if the ip address of the VRRP is available 2 seconds from when it is distrupted to ensure you don't have a network problem...



  • 14.  RE: Client disconnects after master-backup failover

    Posted Jun 10, 2013 11:32 AM

    Everything is configured on an IP base. So no DNS is used. 

    I configured the VRRP IP when provisioning the AP and I placed this IP in the LMS IP just for a test.

     

    I've noticed 2 things:

    • The failover time is the fastest when you leave the setup active for a few minutes.
    • It looks like the AP-92 APs take longer then 105's.

    The setup is just one l3 routing switch so I don't assume that there is a network issue. There are no devices connected to the switch besides the controllers and the AP.

     

    Based on you explanation I assume that this is normal behavior. The client might be a bit slow as well and might cause an extra delay.

    I'm going to leave the setup as it is and test with the client equipment tomorrow. 

     

    Thanks for the assistance.



  • 15.  RE: Client disconnects after master-backup failover

    Posted Feb 02, 2014 06:29 AM

    Just following this thread and am wondering what significance your statement "An access point can tell if it is pointed to a VRRP or a physical address of the controller has" - does this affect the decisions the AP makes and are there any implications.



  • 16.  RE: Client disconnects after master-backup failover

    EMPLOYEE
    Posted Feb 02, 2014 06:48 AM

    If an access point is connected to a VRRP, if there is some sort of disruption in service, it knows to quickly rebootstrap to the same address vs. entirely rebooting and causing a longer outage.  That is so that it can connect to the backup controller that is servicing the VRRP vs. entirely rebooting.



  • 17.  RE: Client disconnects after master-backup failover

    Posted Feb 02, 2014 09:27 AM

    Is this the same for RAPs? - I was led to believe that even in "Always" mode the device will reboot once if it loses connection.



  • 18.  RE: Client disconnects after master-backup failover

    EMPLOYEE
    Posted Feb 02, 2014 10:09 AM

    ? That is not a parallel scenario.  RAPs use a different mechanism.

     



  • 19.  RE: Client disconnects after master-backup failover

    Posted Feb 02, 2014 11:14 AM

    In what way? I know they are using IPsec instead of GRE, however they still use LMS and backup LMS which may may or may not be VRRP and can still failover.



  • 20.  RE: Client disconnects after master-backup failover

    EMPLOYEE
    Posted Feb 02, 2014 11:16 AM

    RAPs use ipsec retries https://arubanetworkskb.secure.force.com/pkb/articles/HowTo/R-1346 to determine when to reboot.  Campus APs do not.

     



  • 21.  RE: Client disconnects after master-backup failover

    Posted Feb 02, 2014 11:21 AM

    Thanks I would like to know if there is a difference in operation in the default behaviour if they are connected to a VRRP address or a static address on a device.



  • 22.  RE: Client disconnects after master-backup failover

    EMPLOYEE
    Posted Feb 02, 2014 01:35 PM

    The difference is not significant.



  • 23.  RE: Client disconnects after master-backup failover

    Posted Feb 02, 2014 02:43 PM

    I'm intereseted in the details and as I've not heard of this difference before is it documented anywhere.



  • 24.  RE: Client disconnects after master-backup failover

    EMPLOYEE
    Posted Feb 02, 2014 02:47 PM
    Not everything is documented because it is not meaningful. You should not notice a difference.