Hi Team, Could you please provide us if any SWQL to get all WLC devices and its Access points details to create the modern dashboard.
@santhoshadapa you can try below query
SELECT[WLCs].DisplayName AS ControllerName, [WLCs].ThinAPsCount AS TotalAPs, [WLCs].Status AS ControllerStatus, COUNT([DownThinAPs].ID) AS DownAPCount, ROUND((1.0 * COUNT([DownThinAPs].ID)) / [WLCs].ThinAPsCount * 100, 2) AS DownPercent FROM Orion.Wireless.Controllers AS [WLCs] INNER JOIN Orion.Wireless.AccessPoints.Thin AS [DownThinAPs] ON [WLCs].ID = [DownThinAPs].ControllerID AND [DownThinAPs].Status = 2 -- Status 2 typically means 'Down' GROUP BY [WLCs].DisplayName, [WLCs].ThinAPsCount, [WLCs].Status
Cisco ASR Devices.pollerCisco ASR Devices
SWQL is built on the framework of SQL and as such supports most of the standard clauses as part of a query. A very simple example query is: SELECT Caption, IPAddress, Vendor, ResponseTime FROM Orion.Nodes Dissecting this query is relatively straightforward: show some fields (Caption, IP address, Vendor, and Response Time)…
Active SSL Tunnels-ASA.UnDPThis poller *should* display the number of Active SSL VPN (Anyconnect) Tunnels currently connected to your box. However, I tried it with my 5520 running 8.0.4 and for some reason I get a OID Not Supported. Here's my post in the forum: *EDIT* This is confirmed working with at least Interm release…
HP ProCurve Switches Hardening check.xmlGeneral hardening for HP switches