Comments
-
This looks awesome but I need the ability to add groups to the map, not nodes.
-
A bit of a drawback that NTA doesn't support IPv6....
-
Ah! Love your work mate. It's the first SQL query I've ever done.. even if it worked, I was surprised! I will update my query
-
Thanks Richard, Your query definitely helped. I have the full solution here: Re: List of switch ports with STP blocking?
-
Yeah it's stuffed..
-
Curious.. did anyone have a resolution for this in the end? Looking for a simple report that lists interfaces on switches with spanning tree status as blocking. On a HP Procurve, blocking is a numeric value of 2.
-
The API key appears to be hardcoded into SolarWinds.Orion.Core.Common.dll - So good luck changing that. However C:\inetpub\SolarWinds\Orion\js\WorldMap.js\Base.js contains a line.. url: 'https://open.mapquestapi.com/sdk/leaflet/v1.s/mq-map.js?key=@{R=Live.Web;K=Core.MapQuestApiKey}', Perhaps replace…
-
Cisco 887VA 1.3.6.1.4.1.9.1.1855
-
1.3.6.1.4.1.9.1.1999 Cisco ISR 4351 1.3.6.1.4.1.9.1.2068 Cisco ISR 4331 Thanks
-
I have the exact same issue after patching a whole heap of CentOS servers
-
I've figured it out with a bit of help from our DBA and some info from some members here: You need to create two pollers to poll your switches. Ours are all HP Procurve, but there's no reason why this shouldnt work for Cisco et al. Then create a custom advanced report. Here's the SQL: SELECT n.Caption AS NodeName, B.status…
-
Thanks mate, appreciate your answers, but it's not quite what I'm after. I've managed to get a simple report together with a custom poller which returns switches where there is a STP block. Works well, however I'd like it to be a bit more granular in listing the interface at which the block is occurring. Here's what I've…