On Sat, 2009-09-12 at 23:23 +0530, Hemant Soundankar wrote: > Hello, > I am looking for a method other than using mib2c to extend snmpd. > Can anyone guide me through this.
Well, why is mib2c wrong for you? One option is to use the code generated by mib2c as a template and integrate it in your own code. Another option - if you feel that our code is poisoned or something - is to use an AgentX (RFC2741) library from somewhere else and connect to the agent using that. A third option, but this one really is worse than both of the other ones, is to somehow obtain a SMUX (RFC1227) library and use that to connect to the agent, but please don't consider this. AgentX is a far better protocol. /MF ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
