Is there a way to filter the list of thin access points? Specifically, right now I'm trying to list only the ones with problems or down.
I've looked and I haven't been able to find where this is possible or not...
There should be a top 10 resource on the top 10 page you can use. Also on the Wireless page under the Network tab you can change the group by there to status and view AP's by their status
I see where I can filter on the Wireless view page, but what I'm tring to do is have the listing of access points filtered within a summary view. Currently, I'm able to get all of my thinAP's listed via a Custome Object Resource element, but it doesn't give me a way to filter them.
I'm trying to show just my down (or problem) AP's on a NOC view that I created.
If you use the top 10 resource you can edit it and only show wireless nodes that are down or whatever other criteria you want to filter on, have you tried that out?
I have used the "Top XX Wireless APs by Client Count" as a basis, however any filter I use in conjunction with it seems to eliminate everything from the list.
The "Top 10 Wireless APs by Client Count" resource doesn't allow me to even set a filter.
Am I doing something wrong?
Did you ever get this figured out? We poll a wireless controller which has about 20 locations I am trying to filter and create a view for each. The WAP's are polled from a single NodeId which is the controller, but how do I filter by WAP name?
Something like:
idkWAPNameSyntax like 'sitename%'
No, we never did figure out a way to do this. Our goal was to have an element on a summary view that showed "down" or problematic APs akin to what we have with Nodes and Applications. But there just doesn't seem to be a way to do this unfortunately.
To anyone reading this in the future, you can filter by any columns in the Wireless_AccessPoints table. I used IPAddress like '%10.87.%' and it is working.