I would really appreciate it if somebody could answer me how to get syntax type and read/write access for an OID using Net-SNMP API.
What I need is the following. I am writing a SNMP tool that reads and sets values on remote machine using SNMP protocol. Before setting value I need to check its type and access permissions (whether it is allowed to write this value on the server or not) from MIB file. Unfortunately, I could not find any mentioning about how to do this with Net-SNMP in its documentation. Does anybody know if it is possible and how to do it?
Thank you in advance.