snmpwalk resultados da comunidade para tempo limite [fechado]

6

Meu snmpwalk de repente parou de funcionar, o que estava funcionando antes, depois que reiniciar o snmp também não deu certo, snmpwalk -v1 -c me deu tempo limite e está funcionando também para outras máquinas.

Eu tentei recriar snmpconf com string de comunidade e endereço IP, mas ainda não consegui passar.

Ao fazer o check-in de mensagens, fiquei assim:

Oct 19 05:07:34 manilavoice rsyslogd-2177: imuxsock begins to drop messages from pid 8448 due to rate-limiting" the process id is related to snmpd service

Recebi uma mensagem quando corri snmpwalk -d 10.30.2.58 assim:

[root@manilavoice gopal]# snmpwalk -d 10.30.2.58
No log handling enabled - turning on stderr logging

Sending 64 bytes to UDP: [10.30.2.58]:161->[0.0.0.0]
0000: 30 3E 02 01  03 30 11 02  04 53 BF 41  80 02 03 00    0>...0...S.A....
0016: FF E3 04 01  04 02 01 03  04 10 30 0E  04 00 02 01    ..........0.....
0032: 00 02 01 00  04 00 04 00  04 00 30 14  04 00 04 00    ..........0.....
0048: A0 0E 02 04  68 CA 67 C6  02 01 00 02  01 00 30 00    ....h.g.......0.

e finalmente:

snmpwalk: Timeout

Qualquer comentário seria apreciado. Além disso, meu firewall e o SElinux estão desativados. Além disso mesmo arquivo snmpd.conf com mais um sistema funciona bem em local diferente.

EDIT # 1

Eu tentei com isso e obtive os seguintes resultados:

[root@manilavoice spool]# mount -vvv 10.30.4.20:/volume2/Asterisk_Recordings 
/var/spool/newnfs

mount: fstab path: "/etc/fstab"
mount: mtab path:  "/etc/mtab"
mount: lock path:  "/etc/mtab~"
mount: temp path:  "/etc/mtab.tmp"
mount: UID:        0
mount: eUID:       0
mount: no type was given - I'll assume nfs because of the colon
mount: spec:  "10.30.4.20:/volume2/Asterisk_Recordings"
mount: node:  "/var/spool/newnfs"
mount: types: "nfs"
mount: opts:  "(null)"
mount: external mount: argv[0] = "/sbin/mount.nfs"
mount: external mount: argv[1] = "10.30.4.20:/volume2/Asterisk_Recordings"
mount: external mount: argv[2] = "/var/spool/newnfs"
mount: external mount: argv[3] = "-v"
mount: external mount: argv[4] = "-o"
mount: external mount: argv[5] = "rw"
mount.nfs: timeout set for Sat Oct 19 14:23:33 2013
mount.nfs: trying text-based options 'vers=4,addr=10.30.4.20,clientaddr=10.30.4.48'
mount.nfs: mount(2): Connection timed out
mount.nfs: Connection timed out
    
por Gopalakrishnan AN 19.10.2013 / 16:29

1 resposta

1

Tente ativar a depuração para ver o que está acontecendo:

$ snmpwalk -D ALL

trecho da página man

Debugging
  -d                    dump input/output packets in hexadecimal
  -D TOKEN[,...]        turn on debugging output for the specified TOKENs
                           (ALL gives extremely verbose debugging output)
    
por 19.10.2013 / 18:36

Tags