Wireless Access

last person joined: 21 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

How to identify the UAC of a client?

This thread has been viewed 18 times
  • 1.  How to identify the UAC of a client?

    Posted Sep 11, 2019 04:34 AM

    What command within the CLI (or how to navigate to this within the GUI) can be run to identify the user anchor controller, and the standby, of a client, within the cluster? 

     

    Adam Newson

    University of Cambridge 

    Wireless Technician 



  • 2.  RE: How to identify the UAC of a client?

    EMPLOYEE
    Posted Sep 11, 2019 05:53 AM

    When clicking on the number of clients on the MM in the GUI, click on "Customize Columns" to select the "Active Controller"  column and the "Standby Controller" column.



  • 3.  RE: How to identify the UAC of a client?

    Posted Sep 13, 2019 11:58 AM

    From the MM CLI you can do the following

     

    (MM) [mynode] #show global-user-table list

     

    which will display all users

     

    or

     

    (MM) [mynode] #show global-user-table list mac-addr xx:xx:xx:xx:xx:xx

     

    which will display a specific user

     

    The output of each will display a column "Current switch" which is the UAC

     

    I hope this helps,



  • 4.  RE: How to identify the UAC of a client?

    Posted Sep 13, 2019 03:37 PM

    @AdamNewsonCU wrote:

    What command within the CLI (or how to navigate to this within the GUI) can be run to identify the user anchor controller, and the standby, of a client, within the cluster? 

     

    Adam Newson

    University of Cambridge 

    Wireless Technician 


    This post has some really good information/discussion on how UAC/S-UAC works from cjoseph, westcott, and jgoff - https://community.arubanetworks.com/t5/Wireless-Access/UAC-Assignment-After-Client-Leaves-User-Table/m-p/537082#M91626

    From that same post from jgoff you can run two commands to show "active UAC/S-UAC assignments" and even cooler a command to "predict/calculate" what a client's UAC/S-UAC will be based on the current cluster-bucket-map-calculations for a client not in the User-Table.

     

    Credit to jgoff

    (ac) #show aaa cluster essid TEST users 
    
    Active Users for ESSID : TEST
    ---------------------------------
    BUCKET  MAC                IP        ActiveUAC  StandbyUAC
    ------  ---                --        ---------  --------
    178     5a:10:5e:5a:21:c9  10.0.0.9  10.1.2.36  10.1.2.35
    (ac) #
    (ac) #cluster-debug calc-sta-uac 5a:10:5e:5a:21:c9 TEST
    STA Index:178
    STA A-UAC:10.1.2.36
    STA S-UAC:10.1.2.35
    (ac) #