we have 2 aruba controllers that i am trying to get aggregate client counts from. the counts i get with swql don't jive with data gathered elsewhere.
at the moment one controller reports 152 clients and the other 157 when logging into them. i've created a UnDP to poll these device and the data it reports matches what i see in the controller gui so all seems good there.
with swql, there seems to be multiple ways of gathering this data and with each i'm getting only 159 clients total.
SELECT sum(Clients) as qty FROM Orion.Packages.Wireless.AccessPoints
SELECT sum(Clients) as qty FROM Orion.Packages.Wireless.Interfaces
SELECT count(ssid) as qty FROM Orion.Packages.Wireless.Clients
the built-in wireless summary page in SW reports the same thing i'm getting with swql