Comments
-
If you are using the GUI to set up your report, if you use the Advanced option, there is a field under Interface for Receive Bandwidth and one for Transmit Bandwidth. Below is the Receive Bandwidth. You can select that and put it in the report: If you are using SWQL, you would need to include the Orion.NPM.Interfaces table…
-
Glad its working for you!
-
I haven't verified this but you can try to use a truncate to Month for the date: SELECT N.Caption AS [NodeName], I.InterfaceCaption AS [InterfaceName],I.InBandwidth, I.OutBandwidth, AVG(T.InAveragebps) AS AvgRecvBPS, AVG(T.OutAveragebps) AS AvgXmitBPS, MAX(T.InMaxbps) AS MaxRecvBPS, MAX(T.OutMaxbps) AS MaxXmitBPS,…
-
let me know if that worked for you.
-
Sounds good amer10286
-
You can try the below query. I had set up a interface custom property to identify WAN interfaces so the below query only pulls those . I also used Business Hours and no weekends so they didn't skew the numbers since they have much lower activity. You can remove those statements from the query. they are the first 5 lines…
-
Try to use the MAC Address under Device Inventory - or you can do a seach in the Add Column for MAC:
-
was this from selecting information from a GUI or based on a custom query?
-
This is great to hear! We are going to be upgrading from 2020.2.6 to a newer release in August. I will definately investigate this option after the upgrade.
-
I thought i was already at 76K, but if you checked, I'm ok with that. Thank you for checking.
-
I did complete the survey - and I was in the class for 100%, but I didn't get any additional thwack points :(
-
Thanks Michelle! Good to know about the 75% of the class even though i was there for the entire class.
-
We have the Trap process running very High. When i looked at the OLM logs, I found tons of errors for bad packet errors for IPs that didn't exist in SolarWinds. I ran Wireshark and found that there were Azure devices that were sending snmpv2c traps to our pollers while our devices are using snmpv3. This was just yesterday,…