[SNMP4J] Fetching OID Attributes

Garcia, Maurice Maurice_Garcia at Cable.Comcast.com
Thu Dec 19 05:39:16 CET 2013


One more Question?

How do I fetch the different attributes for example? 

           SYNTAX      IpAddress
           MAX-ACCESS  read-write
           STATUS      deprecated
           DESCRIPTION

I looked throughout the API, I would think it would be found in the OID class, but can't seem to find it?

In the example, I need the SYNTAX and DESCRIPTION.

   docsDevSwServer OBJECT-TYPE
           SYNTAX      IpAddress
           MAX-ACCESS  read-write
           STATUS      deprecated
           DESCRIPTION
               "The address of the TFTP server used for software
                upgrades.  If the TFTP server is unknown or is a
                non-IPv4 address, return 0.0.0.0.

                This object is deprecated.  See docsDevSwServerAddress
                for its replacement.  This object will have its value
                modified, given a valid SET to docsDevSwServerAddress."
           ::= { docsDevSoftware 1 }



Thank you

Maurice




More information about the SNMP4J mailing list