Re: Expression MIB issue

2011-06-02 Thread Nilesh karle
Thanks. I found the issue in "mteTrigger.c" . The snmpd is not able to query the "mteTriggerValueID" [ObjID]. The function "netsnmp_query_get" returns with "SNMP_ERR_NOSUCHNAME". When I query the same OID through snmpget , I get the correct value. Do you have any suggestion/pointer on this behavi

Re: Using opaque type

2011-06-02 Thread Dave Shield
On 1 June 2011 23:03, Wes Hardaker wrote: > LC> Second, how about using the internal asn_* routines to implements > LC> encoders/decoders? Is this ok or are they too "internals" for safe use > LC> in a production application? Or are there other reasons why I > LC> shouldn't use them? > > Yep, you