Re: Retrieving OID from a request with a handler

2021-09-16 Thread Hyundeok Park
Sorry, I just figured out that I was doing it wrong. `requests->requestvb->name` works properly. Thank you. On Thu, 16 Sept 2021 at 11:16, Hyundeok Park wrote: > Is it possible to retrieve an OID from a request in Net-SNMP? > > This is to allow the module to identify arguments passed to an OID

Retrieving OID from a request with a handler

2021-09-16 Thread Hyundeok Park
Is it possible to retrieve an OID from a request in Net-SNMP? This is to allow the module to identify arguments passed to an OID. For example, the following OID ``` .1.2.3.4.\"qwerty\" ``` is translated into ``` .1.2.3.4.113.119.101.114.116.121 ^^^ ^^^ ^^^ ^^^ ^^^ ^^^ q w