SNMP PDU commands
I need some help writing some SNMP commands for C++. I need commands that will list values held in a specific memory location and also a command for printing a table. Heres the kinda code i need... (If this is better off in the programming forum let me know)
GET_MEM
prints to stdout contents of memory location 32-64-21-AF-55
GET_LIST
displays in a table form the contents of a block of data. In this case the data is a printer queue.
Thanks guys, a tutorial will do or even some examples. No need to spend hours writing majorly hard code (although i would appreciate it, teehee)
|