SNMP Monitoring

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
narendra.badgujar
Posts: 46
Joined: Thu Mar 14, 2013 12:55 am

SNMP Monitoring

Post by narendra.badgujar »

Hi,

We are not able to monitoring, IPS, IBM Storage and BlueCoat through SNMP. Need help.
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: SNMP Monitoring

Post by tmcdonald »

Can you provide a bit more info?

What is not working?
Are you getting any errors?
Are these active SNMP checks or passive SNMP traps?
Is SNMP available on the machines you want to monitor?
Former Nagios employee
narendra.badgujar
Posts: 46
Joined: Thu Mar 14, 2013 12:55 am

Re: SNMP Monitoring

Post by narendra.badgujar »

HI,

We are configure SNMP at device, but unable to get output at server end.

Post is open and able to ping.
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: SNMP Monitoring

Post by slansing »

You are not able to receive results from active snmp GET requests on the nagios server when running them against one of your remote SNMP devices? Or are you talking traps, they are two totally different setups. Is the SNMP daemon running on the remote system? Are ports 161/162 open? Is your community string correct? You need to give examples of your checks, and what they are returning, as well as more detailed information or we will not be able to help much..
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: SNMP Monitoring

Post by sreinhardt »

On top of slansings posting, please run the following command and return the results. Be sure to change the [ ] to your host\IP.

Code: Select all

nmap -sU -p 161 [hostname\IP]
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
narendra.badgujar
Posts: 46
Joined: Thu Mar 14, 2013 12:55 am

Re: SNMP Monitoring

Post by narendra.badgujar »

We configured SNMP on the device BlueCoat and IBM Storage as per OEM document.

Both device command nmap -sU -p 161 <IP> output.

Host is up (0.0022s latency).
PORT STATE SERVICE
161/udp closed snmp
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: SNMP Monitoring

Post by slansing »

You will need port 161 open to successfully use SNMP to interface with the devices.
narendra.badgujar
Posts: 46
Joined: Thu Mar 14, 2013 12:55 am

Re: SNMP Monitoring

Post by narendra.badgujar »

161 port is open all other device are getting SNMP output except BlueCoat and IBM storage.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: SNMP Monitoring

Post by abrist »

narendra.badgujar wrote:61 port is open all other device
But port 161 is not open on the BlueCoat and IBM Storage devices as per your previous post (nmap output). As Sam mentioned, you need to open port 161 on those devices . . .
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
narendra.badgujar
Posts: 46
Joined: Thu Mar 14, 2013 12:55 am

Re: SNMP Monitoring

Post by narendra.badgujar »

For BlueCoat port is configured, out put is same and storage port setting option not available .

You have any setting document and another option.
Locked