2009/12/4 Dejan Bojic <[email protected]>: > I need to disable/ unregister standard MIBs registered by > Net-SNMP agnet in the subagnet. Is it possible?
You should be able to register your new implementations at a higher priority than the default. These would then be used in preference to the standard versions. But note that you probably need to match the granularity of your registrations to that of the standard implementations. If you register for the 'system' group at high priority, and the main agent registers the objects individually, then the more-specific registrations will be used (even if the priority is lower). Dave ------------------------------------------------------------------------------ Join us December 9, 2009 for the Red Hat Virtual Experience, a free event focused on virtualization and cloud computing. Attend in-depth sessions from your desk. Your couch. Anywhere. http://p.sf.net/sfu/redhat-sfdev2dev _______________________________________________ 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
