2009/2/27 GK Reddy Chinthalapudi <[email protected]>: > I installed NET-SNMP. I written my own MIB and I able to set and get the > values in my MIB. My problem is where this setting and getting is actually > happening in net-snmp source code.
It is handled in the appropriate "MIB implementation module". I.e. the code that lies within the subtree 'agent/mibgroup' Each chunk of the OID tree (most commonly a table or group of scalars), is typically handled by one code file (or group of code files) within that source code tree. > Because my requirement is before setting > an OID im my MIB I need to add my own functionality(For example, i need to > call my own module). Please read the tutorials on the project web site, which discuss this in some detail. If there are particular things that you get stuck on, then by all means bring them to the list. But we do expect you to make use of the documentation that we have already provided. Dave ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
