LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   snmpwalk Timeout: No Response from host (https://www.linuxquestions.org/questions/linux-software-2/snmpwalk-timeout-no-response-from-host-602618/)

thedonkdonk 11-26-2007 10:55 PM

snmpwalk Timeout: No Response from host
 
Trying to get SNMP to work.
the only thing in my snmpd.conf file is:
Code:

rocommunity public
When i start snmpd with the options:
Code:


snmpd -d -f -L -c /etc/snmp/snmpd.conf

i can tell the agent is connecting thru the firewall because i get the following output:
Code:

Received SNMP packet(s) from 24.163.161.133
  GETNEXT message
    -- SNMPv2-MIB::system

Sending 141 bytes to 24.163.161.133
0000: 30 81 8A 02  01 00 04 06  70 75 62 6C  69 63 A2 7D    0.......public.}
0016: 02 04 5E 46  ED 4F 02 01  00 02 01 00  30 6F 30 6D    ..^F.O......0o0m
0032: 06 08 2B 06  01 02 01 01  01 00 04 61  4C 69 6E 75    ..+........aLinu
0048: 78 20 31 34  30 38 35 39  2D 77 77 77  31 2E 6D 79    x 140859-www1.my
0064: 63 61 74 68  6F 6C 69 63  76 6F 69 63  65 2E 63 6F    catholicvoice.co
0080: 6D 20 32 2E  36 2E 39 2D  35 35 2E 30  2E 39 2E 45    m 2.6.9-55.0.9.E
0096: 4C 73 6D 70  20 23 31 20  53 4D 50 20  54 75 65 20    Lsmp #1 SMP Tue
0112: 53 65 70 20  32 35 20 30  32 3A 31 37  3A 32 34 20    Sep 25 02:17:24
0128: 45 44 54 20  32 30 30 37  20 69 36 38  36            EDT 2007 i686


Received 41 bytes from 24.163.161.133
0000: 30 27 02 01  00 04 06 70  75 62 6C 69  63 A1 1A 02    0'.....public...
0016: 04 5E 46 ED  4F 02 01 00  02 01 00 30  0C 30 0A 06    .^F.O......0.0..
0032: 06 2B 06 01  02 01 01 05  00                          .+.......

However the agent just says Timeout: No Response from host. Any ideas?

acid_kewpie 11-27-2007 03:49 PM

just looks like snmpd has nothing to say to it... to be honest i'm not *that* experienced with configuring snmpd itself, but there's an awful lot of config in there by default.


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