thedark Second Lieutenant
Joined: 30 Jul 2005
Posts: 1074
|
Posted: Thu Aug 04, 2005 11:26 am Post subject: Snmpd: Testing/Using |
|
|
You can test your snmpd by using 'snmpwalk':
snmpwalk 127.0.0.1 public
The 'public' string is the community which you're accessing. This is something like
a password. Because of the huge load of info snmpd produces it is wise to pipe
the output to less. |
|