Re: [SNMP4J] Need detailed procedure for making NET-snmp (sma) subgent to snmp4j

2012-06-04 Thread Rob Morton
Hi, A follow-up question to this post... I have net-snmp 5.0.9 on Solaris 10 running as a sub-agent to my snmp4j-based AgentXMasterAgent-extended agent...all seems connected and registered fine. I keep getting "No Such Object available on this agent at this OID" when I perform an snm

Re: [SNMP4J] Need detailed procedure for making NET-snmp (sma) subgent to snmp4j

2012-05-31 Thread Rob Morton
FYI...just found what I was looking for: snmpd -X -x tcp:localhost:705 On 5/31/2012 1:01 PM, Rob Morton wrote: > Hi, > > All references I can find on net-snmp-5.5 seem to state that to run > net-snmp as a subagent, you provide -X as an option to snmpd...no > mention of a TCP port to connec

Re: [SNMP4J] Need detailed procedure for making NET-snmp (sma) subgent to snmp4j

2012-05-31 Thread Rob Morton
Hi, All references I can find on net-snmp-5.5 seem to state that to run net-snmp as a subagent, you provide -X as an option to snmpd...no mention of a TCP port to connect to though...and also no mention of "--X " as an option neither... So, I'm confused...what am I missing? Could someon

Re: [SNMP4J] Need detailed procedure for making NET-snmp (sma) subgent to snmp4j

2012-05-02 Thread Rob Morton
Thank you On 5/2/2012 3:26 PM, Frank Fock wrote: > Hi Rob, > > See the FAQ at: > http://server.oosnmp.net/confluence/pages/viewpage.action?pageId=3834109 > > Best regards, > Frank > > Am 02.05.2012 20:46, schrieb Rob Morton: >> Hi, >> >> I have a product which uses snmp4j agent as master

Re: [SNMP4J] Need detailed procedure for making NET-snmp (sma) subgent to snmp4j

2012-05-02 Thread Frank Fock
Hi Rob, See the FAQ at: http://server.oosnmp.net/confluence/pages/viewpage.action?pageId=3834109 Best regards, Frank Am 02.05.2012 20:46, schrieb Rob Morton: > Hi, > > I have a product which uses snmp4j agent as master agent. The > product shuts down the snmp stack on the OS (Solaris 10 or

[SNMP4J] Need detailed procedure for making NET-snmp (sma) subgent to snmp4j

2012-05-02 Thread Rob Morton
Hi, I have a product which uses snmp4j agent as master agent. The product shuts down the snmp stack on the OS (Solaris 10 or Red Hat Linux). We would, however, like to have the OS snmp stack available as a sub-agent to our snmp4j-based master agent. I have read in many instances where Fr