Ports not detected on switch using Network switch wizzard

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
User avatar
tacolover101
Posts: 432
Joined: Mon Apr 10, 2017 11:55 am

Re: Ports not detected on switch using Network switch wizzar

Post by tacolover101 »

TorqueSteer wrote:Just to update this thread....

I used a cmd line tool called SnmpWalk to query the device from my Windows machine, it timed out even after setting the timeout time to 60 seconds. i'm thinking that this is more and more a problem with the device or firewall / router that the traffice needs to pass through.

Thank you for everyone's help so far!
some SNMP settings are restrictive to only x network - it may be worth contacting your networking team / server team to see what settings are in play currently.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Ports not detected on switch using Network switch wizzar

Post by ssax »

Please run this command from your XI server against the remote switch and post the full output:

Code: Select all

nmap -p 161 -sU -Pn --reason 10.69.132.1
Thank you
TorqueSteer
Posts: 26
Joined: Thu Mar 30, 2017 10:18 am

Re: Ports not detected on switch using Network switch wizzar

Post by TorqueSteer »

ssax wrote:Please run this command from your XI server against the remote switch and post the full output:

Code: Select all

nmap -p 161 -sU -Pn --reason 10.69.132.1
Thank you
Looks like it's getting no response from the device
You do not have the required permissions to view the files attached to this post.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Ports not detected on switch using Network switch wizzar

Post by ssax »

It's likely blocked by a filter/firewall/acl somewhere in the path, have your network team investigate to see where the issue is. Also, please validate with them that SNMP is enabled on the device and which version of SNMP (v1, v2c, v3) it's configured to use AND it's SNMP community just to make sure.

You can run the snmpwalk command to get to the basic level of communication for testing:

Code: Select all

snmpwalk -v 2c -c 'HP-SW-Public' 10.69.132.1:161
Thank you
TorqueSteer
Posts: 26
Joined: Thu Mar 30, 2017 10:18 am

Re: Ports not detected on switch using Network switch wizzar

Post by TorqueSteer »

ssax wrote:It's likely blocked by a filter/firewall/acl somewhere in the path, have your network team investigate to see where the issue is. Also, please validate with them that SNMP is enabled on the device and which version of SNMP (v1, v2c, v3) it's configured to use AND it's SNMP community just to make sure.

You can run the snmpwalk command to get to the basic level of communication for testing:

Code: Select all

snmpwalk -v 2c -c 'HP-SW-Public' 10.69.132.1:161
Thank you
I am the network team..amongst other things haha! I set the switch up, so it's not a config issue there as it's identical to other's that are monitored fine. The only difference with this one is it is at a different location that we are connected to via IPVPN. We have other external sites that are monitored fine, but like you said, there is a firewall etc between us and this switch that is halting the snmp traffic.

Thank you for everyones help, I'm pretty sure that this is not a Nagios issue.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Ports not detected on switch using Network switch wizzar

Post by ssax »

Many hats, the IT way! Ok, yeah, no problem, I agree that it sounds like an external issue, are we okay to mark this as resolved and lock the topic?
Locked