Hi All,

I wrote a net-snmp subagent for my project on linux.  It worked fine.  Now
i want  to port it to solaris-10.
But I faced few problems in this process.

Setup-details:-
----------
          a) Solaris-10
          b) Net-Snmp  version 5.0.9 ( came with solaris out of box)

1) I am able to compile my subagent(Which is using Agentx protocol to
connect to Master Agent) with out any problems.
2) Started snmpd(NET-SNMP master agent) and my subagent.
3) When  my subagent tried to connect  to NET-SNMP master agent using
Agentx protocol,  it connected fine.
4)  So now i expect if a query comes with my registered OID , Master agent
will call the callback registered by my subagent. But this is not happening.


Now I downloaded the same net-snmp version(5.0.9) from net-snmp.org and
compiled  NET-SNMP master agent(./configure, make). When i tried with new
snmpd and  my subagent , every thing worked perfect.

I dont understand why i have problems with solaris default snmpd (while the
same version code i compiled  worked).

If any of you have idea of how to use agentx protocol to talk to snmpd on
Solaris-10,   Please let me know.


Thanks,
-Varma.
_______________________________________________
driver-discuss mailing list
driver-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/driver-discuss

Reply via email to