Page 4 of 4

Re: SNMP troubles after 5R1.0 upgrade

Posted: Wed Nov 11, 2015 11:15 am
by scottwilkerson
Sorry, the third command was missing the >
lets run

Code: Select all

snmpwalk -v 2c -c COMMUNITY X.X.X.X:161 .1.3.6.1.2.1.25.4.2.1.2 > /tmp/snmp_output_3.txt
How long are each of these taking to execute?

Code: Select all

time snmpwalk -v 2c -c COMMUNITY X.X.X.X:161 .1.3.6.1.2.1.25.2.3.1.3 > /tmp/snmp_output_1.txt
time snmpwalk -v 2c -c COMMUNITY X.X.X.X:161 .1.3.6.1.4.1.77.1.2.3.1.1 > /tmp/snmp_output_2.txt
time snmpwalk -v 2c -c COMMUNITY X.X.X.X:161 .1.3.6.1.2.1.25.4.2.1.2 > /tmp/snmp_output_3.txt

Re: SNMP troubles after 5R1.0 upgrade

Posted: Wed Nov 11, 2015 4:21 pm
by dlukinski
scottwilkerson wrote:Sorry, the third command was missing the >
lets run

Code: Select all

snmpwalk -v 2c -c COMMUNITY X.X.X.X:161 .1.3.6.1.2.1.25.4.2.1.2 > /tmp/snmp_output_3.txt
Worked now:

-rw-r--r-- 1 root root 875 Nov 11 17:10 /tmp/snmp_output_1.txt
-rw-r--r-- 1 root root 90 Nov 11 17:11 /tmp/snmp_output_2.txt
-rw-r--r-- 1 root root 16863 Nov 11 23:08 /tmp/snmp_output_3.txt

How long are each of these taking to execute?

Code: Select all

time snmpwalk -v 2c -c COMMUNITY X.X.X.X:161 .1.3.6.1.2.1.25.2.3.1.3 > /tmp/snmp_output_1.txt
time snmpwalk -v 2c -c COMMUNITY X.X.X.X:161 .1.3.6.1.4.1.77.1.2.3.1.1 > /tmp/snmp_output_2.txt
time snmpwalk -v 2c -c COMMUNITY X.X.X.X:161 .1.3.6.1.2.1.25.4.2.1.2 > /tmp/snmp_output_3.txt
output #1 ran for 2-3 seconds

output #2 ran for 1 second

output #3 ran for 55 seconds

Re: SNMP troubles after 5R1.0 upgrade

Posted: Thu Nov 12, 2015 10:32 am
by tgriep
There is an update to the Windows SNMP wizard that should fix this issue.
In the Nagios XI GUI, can you click on Admin > Manage Config Wizards, click on the Check For Updates button and upgrade the Windows SNMP wizard to version 1.4.5.
Try running the wizard again and see if this resolves it to you.

Re: SNMP troubles after 5R1.0 upgrade

Posted: Thu Nov 12, 2015 11:11 am
by dlukinski
tgriep wrote:There is an update to the Windows SNMP wizard that should fix this issue.
In the Nagios XI GUI, can you click on Admin > Manage Config Wizards, click on the Check For Updates button and upgrade the Windows SNMP wizard to version 1.4.5.
Try running the wizard again and see if this resolves it to you.
Worked! THANK YOU VERY MUCH!
- resolved.