net-snmp agent support status

Can anyone tell me if the libsmi, smiquery netsnmp output format is compatable with the UCD 4.2 release requirements. I've taken a quick look at the netsnmp sample agent which is mib2c generated versus what libsmi generates for the same mib and they appear to differ . Im new to both of these toolkits so I appreciate any help.
Thanks Bill -- Bill Anderson wda@ironstream.com IronStream, Inc. Phone: (978) 275-9555 x23 150 Industrial Ave. East http://www.ironstream.com Lowell, MA 01852 fax: (978) 275-9994

Bill Anderson writes:
Bill> Can anyone tell me if the libsmi, smiquery netsnmp output format Bill> is compatable with the UCD 4.2 release requirements. I've taken Bill> a quick look at the netsnmp sample agent which is mib2c Bill> generated versus what libsmi generates for the same mib and they Bill> appear to differ . Im new to both of these toolkits so I Bill> appreciate any help.
The netsnmp output generated by smidump certainly differs from the mib2c output since we believe that the code generated by mib2c exposes the programmer with way too many SNMP specifics. The goal behind the netsnmp format is to split things into stubs (which you never really should look at) and an implementation module framework (which you need to complete in order to implement a MIB).
Please keep in mind that the netsnmp output generated by smidump is experimental and there are potentially many things that need further work.
/js
participants (2)
-
Bill Anderson
-
Juergen Schoenwaelder