Java SNMP package problems

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • GJY
    New Member
    • Feb 2007
    • 3

    #1

    Java SNMP package problems

    Hello I had a bit of a problem. I'm trying to build a java network health tool via java and i found this snmp package online. the problem is that it works for some of the Object ids (oids) and not for some. Anybody have any idea about why or abt any other snmp package that may be used?
  • sicarie
    Recognized Expert Specialist
    • Nov 2006
    • 4677

    #2
    Originally posted by GJY
    Hello I had a bit of a problem. I'm trying to build a java network health tool via java and i found this snmp package online. the problem is that it works for some of the Object ids (oids) and not for some. Anybody have any idea about why or abt any other snmp package that may be used?
    Could you post and example of one that it doesn't work on, and one it does?

    Comment

    • GJY
      New Member
      • Feb 2007
      • 3

      #3
      WORKING OIDs:

      Device Identifying string
      1.3.6.1.2.1.1.1 .0
      Uptime of the device
      1.3.6.1.2.1.1.3 .0
      to name a few...

      OID for ip address
      1.3.6.1.2.1.4.2 0.1.1
      Can't retrieve this value.

      Comment

      • sicarie
        Recognized Expert Specialist
        • Nov 2006
        • 4677

        #4
        GJY-

        Sorry, I didn't make my question clear.

        Do you have code you can post?

        Comment

        Working...