Comments
-
Do the OIDs appear in syslog traffic? If so, I'd suggest a rule and alert built through OLA. Try this for starters if you haven't done that before: https://documentation.solarwinds.com/en/success_center/la/content/lm/lm-alerting.htm
-
You don't say what make/model the end nodes are? But, some off the cuff thoughts/questions: * Have you enabled monitoring on the newer interfaces at both ends? * Are these ticked on, on all nodes? * If yes to both the above, how long since they were added? * What's your topology polling period? * Have you done a…
-
There will be limits to what you can monitor, but yes you can, just configure up and use SNMP on the ESXi and then configure Solarwinds in the same manner as you would for monitoring a switch or router, etc... Also…
-
Then you need to raise a ticket for support to investigate. It could be the ciphers, etc you are using are still too high/new for the SW update.
-
I understood you were talking about Meraki API - we do the same. To get AP details you have to dive into the wireless tab. The approach you take, as you have found out, does nothing. There is also a Feature Request, here: [mention:81aa5c7d88a746b381a458424f93810d:fb5d84b10a5745448a7a45dafc1faa43] that you could go and vote…
-
You can enable 'Hubble' in the Log Adjuster. On pages where it works [NB it doesn't work on all] you will see an additional link appears. Click that and it takes you to a page of queries, where you can then work out which one you need. Full details in the KB…
-
You don't actually need to delete and re-add. What you do need to do is "tidy up" the unknown ports afterwards. With Cisco nodes, this could happen after a simple reboot if you don't have snmp ifindex persist configured on the node. Why? Well Ciscos love to change their ifindex, which is what SNMP [in simplistic terms]…
-
OK, so you've done the hard part (in my opinion) and found the OID and created the UnDP. What you now need to do is identify the differences between the node in service and the one that isn't. So if Node 1 (for eg) shows a result of 0 for your HA OID and the failover has a different result, and on failing over those…
-
Hi ... is there a question in there, or are you replying to a now locked 9yr old thread?
-
Have you tried viewing via the 'Wireless' link under 'Network' in your dropdown menu? From there you can narrow down via vendor or one of a dozen other filters, or search out specific AP names or IPs etc: Once you locate the AP you want, click on it to drill into the details - which, by default, opens into a new tab.…
-
@"NetDev_sol" We seem to have hit this in one of our deployments. Can you detail the steps please?
-
Even I can follow this one - nice job Antonis.
-
Sadly, when SW moved away from the old standalone application they removed a lot of the functionality that was available for free and in the "all new, all dancing" replacement they ask you to pay to get some, not even all of the same functionality. BTW - you don't have to mark my answer as helpful or right, but it is…
-
Do you have the default built in free Log Analyser or are you paying for the "enhanced" OLA? If the first, then this is probably expected behaviour as the free version does not have the power / capability / functionality to deal with live trap alerts on a guaranteed basis. If you are paying for OLA, then as Adam says, get…
-
If all other things are equal, i.e. same subnet, same rules, etc then you need to be looking at the server and the connections from it. Are the two VMs on the same host? If not, then check out the host. Do you have a.n.other host you can move the failing VM to?
-
You will need to build a SWQL [FYI: it is recommended that you use SWQL and not SQL for scripting in Solarwinds] query around a UnDP. The UnDP will need to be able to see the OID: 1.3.6.1.4.1.9.9.198888.0.1.12 which should return as 'cLHAPrimaryUnit'. If you do an snmp walk, the current primary unit will return the value…
-
You can certainly create a report to show all your audit stuff but be warned the list can get sizeable so best to try and restrict in some manner. As an e.g. I discovered only a week or so back that SW audits group access - as in anybody that clicks on a group name. But the way it phrases it makes it sound like someone is…
-
Hi... Depending on how you want to display the data, you would need to add one of the 'universal device' widget to the page/template where you want it to display and then once done, you edit the newly added widget and select the appropriate UnDP. Here's a snippet of a Palo Alto one we created: The widget will [should] only…
-
And... you get a nice clean slate to start afresh.
-
Thanks @"Kita" and I was aware of that. I was simply passing on the knowledge I had
-
You will need to contact support to aid you with this as the version gaps are huge. There could be any number of issues to overcome and I would expect you'll need to do any upgrade in stages. Plus, why only upgrade to 2020 when the newest version is 2024.1.1 ?
-
So the screenshot you shared tells you that the poller you are trying to use on those devices doesn't match - or in other words, it isn't the right one. I can't tell you why as I don't know what those devices are, nor how your environment is configured. As to the audit logs, I'm simply talking about looking through >Alerts…
-
The logical solution here, the organisation being willing, is to create a separate account just for the purpose you need but restrict who has access to the password.
-
A very simple SWQL query (just shows NodeID and % loss) is: SELECT NodeID, PercentLoss FROM Orion.NodesStats WHERE PercentLoss != 0 Or with an implicit join to the node table to get the node name it could look like:SELECT s.Node.Caption, PercentLoss FROM Orion.NodesStats as s WHERE PercentLoss != 0 Just add in any other…
-
Also be aware that when some queries are run, then DB will lock off the table from being edited. The solution there is to create a new query, enable editing and then copy/paste the query into it and run. THAT SAID: Solarwinds do not recommend you directly edit the DB using the provided DB Manager, but instead you do it via…
-
What you are looking at is the detail of poller assignments. Irrespective of the actual poller, all this page is showing you are the nodes that are not using that poller. So you have 20 nodes (listed as disabled) that are not using the ICMP poller. To try and answer your specific questions then: * Because they are not…
-
You don't mention if your SQL pair are in an HA setup but I'm guessing they are. The answer for us was for our DBA's to create a SQL Listener, and then SW "talks" to the listener IP, not the individual servers.
-
You've already answered your own question, but for clarity then, no you can't create an admin user and disable other rights. After all, the whole idea of an admin account is that it can "administer" any aspect of the environment. That said, perhaps if you tell us what you are trying to achieve then there might be an…
-
EIGRP and BGP seem to be problematical no matter what NMS you use. What I do see folks doing is using SNMP Traps. But unless you are paying for OLA then be aware that the built-in version of 'traps' is restricted in performance and capabilities. In reality it could mean your message about neighbour changes doesn't get seen…