On Wed, 2005-06-15 at 11:11, mahua dutta wrote: > But Dave, All the SNMP data is in TLV(ASN.1) format. That is why third > party clients(like snmpwalk, getif) are able to connect to snmp > service and able to read those datas.-- If I am not wrong.
You are not wrong. But that covers the management-client-to-agent interface. You were asking about the agent-to-MIB-module interface, which is not standardised, and doesn't typically use ASN.1. > So If we use mib2c tool to generate the code template(which uses > Net-snmp api's) and to integrate with the Snmp service if we > implement SNMP Extension API Functions, It should work. > Do you forsee any issue? Yes. The Net-SNMP agent does *NOT* implement the (MS-specific) SNMP Extension API functions. It implements the industry standard Agent Extensibility API (AgentX). Dave ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
