[SNMP4J] Why cannot I find "myText" in myScalar?

손인선 freshon at gmail.com
Tue Nov 25 06:51:10 CET 2008


Hi, Frank.

in SampleAgent.java

====================================================================
      // Register a scalar with your OID in your enterprise subtree:
      MOScalar myScalar = new MOScalar(new
OID("1.3.6.1.4.1.4976.10.1.1.20.1.1.0"),
                                       MOAccessImpl.ACCESS_READ_CREATE,
                                       new OctetString("myText"));
      server.register(myScalar, null);
====================================================================

I registered myScalar.
But, I could not find "myText" or myScalar(oid).
Why cannot I find "myText" using MIB browser?

Best Regards,
Inseon


-- 
Impossible is nothing.



More information about the SNMP4J mailing list