0

I'm running the command snmpwalk -v 1 localhost -c public .1.3.6.1.4.1.10876

The command does not give any errors such as timeout and it also does not output anything. echo $? after running the command outputs 0. Any suggestions are welcome

manhasnoname
  • 123
  • 2
  • 2
  • 11

1 Answers1

0

what do you expect to be returned? Can you check if you get any output from the snmpwalk by running snmpd in debug mode?

snmpd -D -Le -f
  • Yes the command you suggested gave a very long output. I am trying to use snmp with super doctor. On my other server the command i mentioned outputs a large amount of lines – manhasnoname May 18 '21 at 20:25