Originally I had a subagent working with a masteragent via agentx. So I
ran snmpd. Unfortunately I had a lot of timing issues and so now I am
going to try to run the subagent as the master agent.

My init is as follows:
      init_agent("snmpSubagent");
      init_snmp("snmpSubagent");
      init_master_agent();
Etc...

And I set snmpSubagent.conf with the appropriate community and trap
info.

Everything works except for the following:
The master agent is no longer handling any of the mib tables that it use
to when it was running via snmpd.
For example SnmpEngineID

Can anyone tell me what I have to do to get the master agent to handle
the the mibs it normally handles - in the mode where it is run
internally in a subagent environment?
Thanks

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to