SNMP protocol implementation for Pike
RFCs:
implemented (yet): 1155-7 : v1
1901-4 : v2/community (Bulk ops aren't implemented!)
planned: 2742 : agentX
2570 : v3 description
inherit Stdio.UDP : snmp
int snmp_version
SNMP version
currently version 1 and 2 are supported.
string snmp_community
SNMP community string
should be set to the appropriate SNMP community before sending a request.
Set to "public" by default.