LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   snmp cant walk...??!! (https://www.linuxquestions.org/questions/linux-software-2/snmp-cant-walk-669703/)

didar.sust 09-13-2008 10:59 AM

snmp cant walk...??!!
 
hi im getting the following problem.can anyone help..

---------------------------------------------------
--base: Get Device Info on Canopy@172.30.16.132:
SNMP Error:
no response received
SNMPv1_Session (remote host: "172.30.16.132" [172.30.16.132].161)
community: "Canopy"
request ID: 517351554
PDU bufsize: 8000 bytes
timeout: 2s
retries: 5
backoff: 1)
at /usr/bin/../lib/mrtg2/SNMP_util.pm line 627
SNMPWALK Problem for 1.3.6.1.2.1.1 on Canopy@172.30.16.132::::::v4only
at /usr/bin/cfgmaker line 831
WARNING: Skipping Canopy@172.30.16.132: as no info could be retrieved
----------------------------------------------------------------

im getting this message..

thnx in advance..

didar

w3bd3vil 09-14-2008 04:00 AM

There could be quite a few reasons.
Make sure SNMP is running on the server you are trying to connect. (nmap -sU 172.30.16.132 -p 161 -sV -PN)
Make sure the community string that you got is correct. (maybe its canopy instead of Canopy)
Make sure you are using the correct SNMP version. ( it could be v2c or maybe v3)

immortaltechnique 09-14-2008 04:14 AM

Have you configured snmpd? If so how does it look like? Check out the man for snmp.conf


All times are GMT -5. The time now is 09:48 AM.