Comments
-
Coming from you this doesn't sound good... ugh. Keep us posted on this cahunt.
-
That was quick I'm glad you got it worked out! Mark the solution so everyone knows now! Bill
-
I've brought this up in a few threads... the things run linux not normal IOS and this throws all of the memory calculations off... You need a work around to make it do memory correctly.
-
Exactly Richard Letts! McAfee is just too lazy to do any reasonable customization of the net-snmp agent... pretty bogus if they claim they are snmp manageable... I hope not... it's really just a linux box so it's using net-snmp agent generic is my guess.
-
Hey are you sure snmp is setup and working on those nodes already? I'm just guessing why you wouldn't see the SysObjectID as it's pretty standard with snmp.
-
I do also have a small license of WPM so I have NPM, SAM, NTA, Vman, and WPM. I should be able to see every part of the Orion Server working minus the Store part at the very bottom. I am working on getting the AppInsightSQL part setup with one of our DBA's.
-
yes authen traps happen for a reason... yours are due to wrong comm string somewhere: SNMPv2-MIB:authenticationFailure
-
I would add rather that change to see if it fixes the problem. You definitely don't want to take NPM's IP out of your cisco devices config as that would break NPM's active polling. Can't you see the interface traffic on your network devices from NPM? When you snmp poll from NPM to a router is that functioning correctly? I…
-
I can't see what the IP's are or know what they are. This can be caused by another device trying to poll your devices with the wrong comm string as well (not just your NPM Server) Do you have anything else polling snmp on your network devices that might not have been changed??? For me it happens when another poller such as…
-
The CISCO-PRODUCTS-MIB for the 2911 is: cisco29111.3.6.1.4.1.9.1.1045 The one you posted is: catalyst3560v248ts1.3.6.1.4.1.9.1.1024
-
I do exactly this too designerfx I add the &dataformat=xls oprion so some consumers of data only need click link and get a direct downloaded excel spreadsheet for further manipulation... it works great!
-
Actually patrick.hubbard did a geek lab on some stuff he built with a raspberry pi he was remote controlling!
-
I think cdh was right in saying it all depends on where in the polling cycle NPM was and also timing on responses coming back etc. I would expect the order of the nodes being reported down and coming back to vary depending on multiple variables.
-
Wow nice catch. I hope it helps them.
-
That is weird... I bet I have some of those too if I looked deep enough.
-
Done and done! I've already been working with Jeremy Hynds to see about getting licensing figured out so we can standardize on SEM for all our various information systems and... there's a LOT of them. I figure buy 5000 nodes at a time in bulk and go from there. We can be an example for others in the industrial base and I…
-
IKR... o.O
-
Ah this must be newer than in use than when I used to run a Giant OSPF network for NMRI images back in the 90's (during this time the backbone was all DS3/T3 and the doctors had ISDN at home)... you could monitor it with NTA then and look for port traffic... also make reports then. I honestly don't miss ISDN... it was…
-
Me too so badly allergic!!!
-
Wow thanks for the heads up on that... it sounds like something I would have done.
-
I have to a agree with this... It's one thing to need to manage all your storage with a tool... another to just want to monitor whether your NAS shares are going to blow up in your standard monitoring tool.
-
Thanks for this Tim! I've been capturing all the commits from git and appreciate the move to over there a while back.
-
@jswan Not suprising about the Pix 501 as some people report it can't even handle a high speed ASDL connection. I haven't had a pix in a few years all my devices are ASA 5505 and 5510's. Where is the cutoff with firewalls from cisco being able to run Netflow?
-
Thanks aLTeReGo... I'm currently running 5.0.1 and about ready to put 5.5RC on...This is what my current main out of two sites looks like right now... if you have any recommendations about what I'm running please let me know. Note I've held off on upgrading NPM although I'm probably going to soon... mainly out of fear of…
-
And SAM has a nagios plug in as well!
-
++++++++++++++1 We need this...
-
Try something like this: ${SQL:SELECT convert(varchar, floor(Systemuptime/3600)) + ' hours, ' + convert(varchar, (convert(int,Systemuptime)%3600)/60) + ' minutes, ' + convert(varchar, convert(int,Systemuptime)%60) + ' seconds' FROM Nodes WHERE NodeID=${NodeID} } Sorry I often suggest as answer on accident on questions...…
-
Thanks for your help Michael the clarification of major dot and date would definately put us a little more at ease. It was just a little scary sometimes loading a SP and not knowing what to expect when the readme just points to the major version documentation. I commend solarwinds for making the upgrade process more and…
-
Start here for sure: NetFlow Traffic Analyzer (NTA) - Updated March 18, 2016 You need to configure the WAN routers to export to the Solarwinds Orion server. Another thing to watch out for is ACL's and any firewalls you have to go through. If the path between the WAN routers and your new Orion NTA is pretty open it'll be…
-
I had to go check but you are right about that BakerD no filtering on that resource... I suppose the only way would be with a report.... I experimented a little with Report Writer but can't seem to do a top 10 descending netflow sources based on utilization... I could do it for traffic bytes or packets though... this is…