I configured snmpd.conf file with public as community name . Well If i run
Quote:
|
"snmpwalk -v 1 -c public localhost system"
|
at the snmp box I get the results what is expected.
But when I run at for remote system
Quote:
|
snmpwalk -v 1 -c public 192.168.1.36
|
system on the web-01 box, with 192.168.1.36 the IP address of the web-01 box, i get:
HTML Code:
Timeout: No Response from 192.168.1.36
snmpd is up and running, I can ping both ways, there are no firewalls in place. What could be wrong?
HTML Code:
And same thing with the cfgmaker for the remote system gives me
Quote:
|
SNMP error: no response received
|
Quote:
cfgmaker --global "workdir: /usr/local/www/mrtg/node-01" -ifref=ip --output /usr/local /www/mrtg/node-01/node-01-mrtg.cfg --global 'options[_]: growright,bits' public@node-01
SNMP Error:
no response received
SNMPv1_Session (remote host: "node-01" [192.168.10.8].161)
community: "public"
request ID: -736885146
PDU bufsize: 8000 bytes
timeout: 2s
retries: 5
backoff: 1)
at /usr/local/lib/perl5/site_perl/5.8.8/SNMP_util.pm line 627
SNMPWALK Problem for 1.3.6.1.2.1.1 on public@node-01::::::v4only
at /usr/local/bin/cfgmaker line 918
WARNING: Skipping public@node-01: as no info could be retrieved
|
Thanking you Manish