11-22-2016 03:48 AM
Hi All,
I am currently setting up Nagios to monitor our switches via snmp. I have got a few checks working by hunting down the required OID for CPU usage and fan speed but I am struggling to find the MIB or OID for memory usage and network in/out.
Any assistance in where to find them or indeed, the required info itself, would be great.
Thanks.
11-22-2016 06:27 AM
> struggling to find the MIB or OID for memory usage
even checking memory usage directly in switch CLI or WebGUI is unfortunately not available. The only memory-related command to see the list of running processes (show tech-support memory). But you can't see overall memory consumption. Thus my understanding that due this limitation there also no possibility to see the same using SNMP (no memory-consumption OID available). For example there is bugreport open CSCus65844 about unability to see memory utilization for SG switches in main Cisco nework management tool (Prime Infrastructure) which seems that this is general lack of this feature on SG switches.
> struggling to find the MIB or OID for network in/out
for what exactly you are looking? SG switches support standard "IF-MIB" structure where you can check couple of network interface status, statistics and information per each port.
11-22-2016 06:29 AM
hi,
Thanks for your reply.
Basically we are looking to better monitor our switches using our existing Nagios server. its a shame that we cant monitor memory but would be nice to know how much traffic was going through the switch.
If you could recommend any paperwork or website that lists available OID's for our switches that wold be great. there are so many variables that internet searches are often fruitless.
Thanks.
11-22-2016 07:08 AM
snmpwalk -v 2c -c CommunitySecret X.X.X.X MIBvariable
11-22-2016 07:35 AM
That's great info. Thank you for taking the time out to put an answer together for me. I will look at doing this asap and will report back.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide