SNMP Configuration

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
dp03kjg
Posts: 2
Joined: Mon Oct 21, 2013 12:52 pm

SNMP Configuration

Post by dp03kjg »

Unable to get SNMP queries speaking on NagiosXI 2012R2.5 64-bit trial. Any ideas what the problem might be or where I should look for clues? Thanks.
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: SNMP Configuration

Post by sreinhardt »

When you say you are unable to get snmp queries working, are you attempting to query the XI system or a remote device?
How are you attempting to do this, via cli, plugin, or specific wizard?
Have you configured the device you are querying to respond to the specific IP or subnet that you are querying from?

Let's start with those and we can move towards more technical details with more information.
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.
dp03kjg
Posts: 2
Joined: Mon Oct 21, 2013 12:52 pm

Re: SNMP Configuration

Post by dp03kjg »

Thanks very much for the response sreinhardt. Trying to get to a specific host (Netscreen 208) on 161 UDP. I know it's configured on the proper management IP to allow SNMP from our trusted network, but I don't seem to be getting a response from the NagiosXI virtual appliance. Ran the scripts that were recommended for SNMP configuration on the Nagios device, but still no joy.
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: SNMP Configuration

Post by sreinhardt »

OK great, it sounds like you have a pretty good idea of whats going on, and whats needed to get this setup. Are there any firewalls between the nagios machine and the remote device that might be blocking the port?

Please run the following command and return the output. If you need to feel free to censor ip\hostnames.

Code: Select all

nmap -sU -p 161 [Hostname\IP]
We should have this return with Open, filtered and closed ports will not work 9/10 times as there is something filtering the connection.
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.
Locked