Hi I have replaced a Linux Layer7 Device
Old Device Version 9 - Redhat 6
New Device Version 10 - CentOS7
I just replaced the systems New System has the exact same IP Address and Hostname and the Old system
The monitors that do not work all user the same perl script check_snmp_process_wizard.pl and all have the same Community Name, the only place I seen reference to this is in the
/etc/snmp/snmpd.conf file
So I copied the details and updated the snmp.conf file but the monitor still do not work
I have attached some screenshots
Can you shed some light on what I am missing
Thanks
Error Description/Tpye table No response from remote host
Error Description/Tpye table No response from remote host
You do not have the required permissions to view the files attached to this post.
Re: Error Description/Tpye table No response from remote hos
Does the base snmpwalk command work? If not, it's likely being blocked by a firewall:
If that responds properly, try these:
If those don't return anything you likely need to edit the remote server's /etc/snmp/snmpd.conf file and change this:
To this:
Then restart snmpd and test again:
Code: Select all
snmpwalk -v2c -c 'yourcommunity' X.X.X.X systemCode: Select all
snmpwalk -v 2c -c 'yourcommunity' X.X.X.X HOST-RESOURCES-MIB::hrSWRunName
snmpwalk -v 2c -c 'yourcommunity' X.X.X.X HOST-RESOURCES-MIB::hrFSMountPointCode: Select all
view systemonly included .1.3.6.1.2.1.25.1.1Code: Select all
view systemonly included .1.3.6.1.2.1.25Code: Select all
systemctl restart snmpdRe: Error Description/Tpye table No response from remote hos
Hi Sean
I tried this command
snmpwalk -v2c -c 'EuLayer7Devive251' 172.16.45.251 system
On both the layer7 Device and from the nagios server and both servers returned
Timeout: No Response from 172.16.45.251
I have taken a look at the IPTables and the only difference I can see is the items in the attached screenshot
So sorry Sean not really sure what I need to do
I tried this command
snmpwalk -v2c -c 'EuLayer7Devive251' 172.16.45.251 system
On both the layer7 Device and from the nagios server and both servers returned
Timeout: No Response from 172.16.45.251
I have taken a look at the IPTables and the only difference I can see is the items in the attached screenshot
So sorry Sean not really sure what I need to do
You do not have the required permissions to view the files attached to this post.
Re: Error Description/Tpye table No response from remote hos
Something is blocking it, you will need to reach out to your firewall/network/security admins and have them investigate. There isn't anything that we can do from our end on this.
Re: Error Description/Tpye table No response from remote hos
Hi Sean
Thanks I understand.
Just a quick question do you know if this snmpwalk command work over a specific port or does it work over the standard nagios port 5666
Thanks
Thanks I understand.
Just a quick question do you know if this snmpwalk command work over a specific port or does it work over the standard nagios port 5666
Thanks
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: Error Description/Tpye table No response from remote hos
Hi @mccrakem,
SNMPWalk commands would communicate over port 161 using the UDP protocol. Let us know if you're able to determine what's blocking the connection.
SNMPWalk commands would communicate over port 161 using the UDP protocol. Let us know if you're able to determine what's blocking the connection.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Error Description/Tpye table No response from remote hos
Hi Ben
Got it all sorted Thanks for the info it helped me alot
Thanks
Got it all sorted Thanks for the info it helped me alot
Thanks
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Error Description/Tpye table No response from remote hos
Locking threadmccrakem wrote:Hi Ben
Got it all sorted Thanks for the info it helped me alot
Thanks