Sorry...didn´t recognized this. Aruba is doing a lot with AMON - Advanced Monitoring. AMON is used in Aruba WLAN deployments for improved network management, monitoring and diagnostic capabilities.
AirWave for instant is using AMON Protocol.
Original Message:
Sent: Jun 27, 2024 09:54 AM
From: r.grossmann
Subject: How to monitor Aruba Conductor via SNMP for Number of connected APs and users?
Hi,
of course i have an mobility conductor. Topic is: "How to monitor Aruba Conductor via SNMP for Number of connected APs and users?"
And of course i can get the information from the gui and cli, see first post:
"I want to monitor the number/count of connected APs and Clients from the Conductor via SNMP. Is it possible and if, then how? The GUI displays the information, but I dont get it by SNMP."
CLI:
show ap database-summary
show global-user-table count
Logging of Conductor is very weak/bad, and it looks like the APs lose their connectivity to the conductor/controller sometimes and connectivity for the users is lost. But there is no reboot of the APs.
I need the these information reliable for connected APs and Connected Users as integer values for Monitoring via SNMP (or API).
Thanks and kind regards
Robert
Original Message:
Sent: Jun 27, 2024 09:22 AM
From: cordless
Subject: How to monitor Aruba Conductor via SNMP for Number of connected APs and users?
I don´t have a Controller solution running in my Lab and have not enough time to setup such Infra now.
Do you have an Mobility Conductor in Place? You should get that info from there.
Original Message:
Sent: Jun 27, 2024 05:16 AM
From: r.grossmann
Subject: How to monitor Aruba Conductor via SNMP for Number of connected APs and users?
total num of users (OID: 1.3.6.1.4.1.14823.2.2.1.4.1.1.0) does not work, like toal num of stations and total num of access points, too.
I tried all the mibs from "aruba-mibs_8.10.0.12_89862"
Original Message:
Sent: Jun 27, 2024 04:56 AM
From: cordless
Subject: How to monitor Aruba Conductor via SNMP for Number of connected APs and users?
You can download the MIBs from Support Portal.
Look into aruba-user.my
-- wlsxUserAllInfoGroup contains information about the users in the controller.
wlsxTotalNumOfUsers OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"
Total Number of the users.
"
::= { wlsxUserAllInfoGroup 1 }
If you want to drill it down per Controller use aruba-switch.my:
-- wlsxUserInfoGroup contains information about the users connected to the switch
Original Message:
Sent: Jun 27, 2024 02:06 AM
From: r.grossmann
Subject: How to monitor Aruba Conductor via SNMP for Number of connected APs and users?
Push...
Anyone an idea?
Original Message:
Sent: Jun 05, 2024 05:11 AM
From: r.grossmann
Subject: How to monitor Aruba Conductor via SNMP for Number of connected APs and users?
Hi,
I do have a Aruba Virtual Conductor (8.10.0.12 LSR), two 9004 Controller and two 9240 Controller.
I want to monitor the number/count of connected APs and Clients from the Conductor via SNMP. Is it possible and if, then how? The GUI displays the information, but I dont get it by SNMP.
I tried the aruba-wlan,my and several others, but still no result. For Example (result as zero...):

GUI:

optionally: If it is possible it would be nice to monitor all the connected Access Points , maybe there is a table for that?
Edit:
CLI provides following information:
But how can I access these information via SNMP?
I don't want to monitor the 4 Controllers as I want to monitor the sum of all APs and users over all both Controller Clusters.
Thanks and kind regards
Robert
Edit:
Rest API Call would also be okay. I tried with a API showcommand, but I do not know how to filter it or how to get single value from that...
Does not work with '...' like in the example:C:\_IT>curl -b "aruba-cookie" -X GET -i --header "X-CSRF-Token:MzNhODJhYzYtZTQzNi00NDE2LThlMDctZTgw" '"https://v-it142.ewr.local:4343/v1/configuration/showcommand?command=show+ap+database-summary"&filter=[ { "AP Database Summary" : { "$eq" : "Total Up" } } ]'curl: (3) URL rejected: Port number was not a decimal number between 0 and 65535Der Befehl "filter" ist entweder falsch geschrieben oderkonnte nicht gefunden werden.without '...' the filter error still occurs:C:\_IT>curl -b "aruba-cookie" -X GET -i --header "X-CSRF-Token:MzNhODJhYzYtZTQzNi00NDE2LThlMDctZTgw" https://v-it142.ewr.local:4343/v1/configuration/showcommand?command=show+ap+database-summary&filter=[ { "Object" : { "$eq" : "Total Up" } } ]orC:\_IT>curl -b "aruba-cookie" -X GET -i --header "X-CSRF-Token:MzNhODJhYzYtZTQzNi00NDE2LThlMDctZTgw" https://v-it142.ewr.local:4343/v1/configuration/showcommand?command=show+ap+database-summary&filter=[{"AP Database Summary" : { "$eq" : "Total Up" } } ]HTTP/1.1 200 OKDate: Wed, 05 Jun 2024 13:18:05 GMTServer: ApacheExpires: 0X-Frame-Options: SAMEORIGINX-XSS-Protection: 1; mode=blockX-UA-Compatible: IE=edge;IE=11;IE=10;IE=9Strict-Transport-Security: max-age=31536000Expires: 0Set-Cookie: SESSION=OWRhMDcyY2QtODdiNy00ZGQwLTgyY2MtNGM1; path=/; HttpOnly; SameSite=Lax;;Secure;Content-Length: 2244Content-Type: application/json{ "AP Database Summary": [ { "AP Mode": "Access Points", "Active Up": "0", "RAP Down": "0", "RAP Rebooting*": "0", "RAP Up": "0", "RAP Upgrading*": "0", "Standby Up": "0", "Total Down": "1", "Total Rebooting*": "0", "Total Up": "96", <== I want to monitor THIS value ! "Total Upgrading*": "0" }, ... "_meta": [ "AP Mode", "Total Up", "Total Down", "Total Upgrading*", "Total Rebooting*", "RAP Up", "RAP Down", "RAP Upgrading*", "RAP Rebooting*", "Active Up", "Standby Up" ]}Der Befehl "filter" ist entweder falsch geschrieben oderkonnte nicht gefunden werden.
Edit 2:
show global-user-table count could be the solution for User count, but also here the filter does not work. I need the value only
C:\_IT>curl -b "aruba-cookie" -X GET -i --header "X-CSRF-Token:NDk4M2RjZjgtMTNlOS00OTJmLWIwOGYtODkx" https://v-it142.ewr.local:4343/v1/configuration/showcommand?command=show+global-user-table+count &filter=[{"OBJECT" : { "$eq" : "The number of global users" }}]HTTP/1.1 200 OKDate: Wed, 05 Jun 2024 14:39:35 GMTServer: ApacheExpires: 0X-Frame-Options: SAMEORIGINX-XSS-Protection: 1; mode=blockX-UA-Compatible: IE=edge;IE=11;IE=10;IE=9Strict-Transport-Security: max-age=31536000Expires: 0Set-Cookie: SESSION=YWNkNmI2Y2ItODlkMi00NzI3LWE4OWMtMWQ2; path=/; HttpOnly; SameSite=Lax;;Secure;Content-Length: 59Content-Type: application/json{ "_data": [ "The number of global users : 150" <== I want to monitor THIS value ! ]}Der Befehl "filter" ist entweder falsch geschrieben oderkonnte nicht gefunden werden.