Hi,
I´m looking for any way to create a resource to show me all Access Points in Down status in a NPM page.
Add this to your query. Then, set Status under Field Formatting tab to Icon and IconType to Status.
CASE NPM_NV_WL_ALERT_APS_V.Status
WHEN '0' THEN 'Unknown.gif'
WHEN '1' THEN 'Up.gif'
WHEN '2' THEN 'Down.gif'
END AS Status
Copy the existing "Nodes Not Up" from the standard Home screen, then edit it and add a filter to only show your access points
So a filter like Vendor = 'Meraki' and Status >1
I need to show all Access Point in Down status embedded in Cisco Wireless Controllers.
Are you polling those APs directly, or are they thin and you're looking to determine status via the status in WLC?
Yes, they are thin , and I´m looking fo any way to create a resource in NPM to show me all Thin in down status.
Guys,
How do we do this in 11.5.2?
A simple SWQL that displays APs that are down.
BUMP
You should make a new discussion for this as this one is marked as answered so not everyone may open it anymore.
You're absolutely right, thanks.
Here's a link to the new discussion, for anyone that lands on this page through a search.
Down Access Points in NPM 11.5.x
I add the APs as nodes - discover the AP range over night and then in the morning run a powershell script to add 'AP' to a custom field. from the wireless table Orion knows about from the controllers. Then you are just monitoring them as normal nodes.
Obviously depends on your licence etc.