On Wed, 22 Sep 2004 10:02:53 -0600 Carlos wrote: CC> > Instead of configuring them out, disable them at startup: CC> > snmpd -I CC> -hr_filesys,hr_swinst,hr_proc,hr_partition,hr_print,etc CC> CC> Tried this but still getting MIBs dumped. I don't see anything CC> wrong with the syntax.
Works for me (release 5.1.2): $ agent/snmpd -Dmib_init -H 2>&1 | grep hr_ mib_init: initializing: hr_system mib_init: initializing: hr_storage mib_init: initializing: hr_device mib_init: initializing: hr_other mib_init: initializing: hr_proc mib_init: initializing: hr_network mib_init: initializing: hr_print mib_init: initializing: hr_disk mib_init: initializing: hr_partition mib_init: initializing: hr_filesys mib_init: initializing: hr_swrun mib_init: initializing: hr_swinst $ agent/snmpd -Dmib_init -I -hr_other,hr_disk -H 2>&1 | grep hr_ mib_init: initializing: hr_system mib_init: initializing: hr_storage mib_init: initializing: hr_device mib_init: skipping: hr_other mib_init: initializing: hr_proc mib_init: initializing: hr_network mib_init: initializing: hr_print mib_init: skipping: hr_disk mib_init: initializing: hr_partition mib_init: initializing: hr_filesys mib_init: initializing: hr_swrun mib_init: initializing: hr_swinst -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> <irc://irc.freenode.net/#net-snmp> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-users> You are lost in a twisty maze of little standards, all different. ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ Net-snmp-users mailing list [EMAIL PROTECTED] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
