On Sat, Aug 01, 2009 at 07:15:31PM -0700, Zaryab M. Munir wrote: > > For some reason, it seems that -I option?may not be working for me. > > I am trying to exclude sysORTable. > > Though when I use -I and -Dmib_init options, I see the message that snmpd is > skipping sysORTable.? But for some reason snmpd calls register_sysORTable( ), > which I can see by using -DmibII/sysORTable. > Any clues what should I check?
register_sysORTable puts sysORTable data for a certain module into the sysORTable data store. init_sysORTable initiates the sysORTable managment module. You can remove the managment module but not the data store. /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
