phuf/poc-snmpd
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Writing a Subagent
make the daemon:
make
execute:
sudo ./poc-snmpd
test get:
snmpget -v 2c -c public localhost:10171 1.3.6.1.4.1.8072.2
(version 2, community strings: public)
Reference:
http://net-snmp.sourceforge.net/wiki/index.php/TUT:Writing_a_Subagent