home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / protocol / snmp / 781 < prev    next >
Encoding:
Text File  |  1992-12-13  |  1.4 KB  |  43 lines

  1. Newsgroups: comp.protocols.snmp
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!wupost!udel!intercon!psinntp!wrldlnk!usenet
  3. From: "Bernd Finkemeyer" <p00122@psilink.com>
  4. Subject: Re: how to get variables
  5. Message-ID: <2933213647.0.p00122@psilink.com>
  6. Sender: usenet@worldlink.com
  7. Nntp-Posting-Host: 127.0.0.1
  8. Organization: Bear Software
  9. Date: Sat, 12 Dec 1992 03:37:53 GMT
  10. X-Mailer: PSILink-DOS (3.3)
  11. Lines: 30
  12.  
  13. | This message was forwarded from a Compuserve user. Please send private
  14. | responses to 72500.3562@compuserve.com.
  15.  
  16. >if you want a non-indexed variable, you will have to ask for
  17. >
  18. >x.y.z.0
  19. >
  20. >when you want x.y.z.
  21. >
  22. >Other questions will result in: no such name.
  23. >
  24. >if you want an indexed variable, you will have to ask for
  25. >x.y.z.i
  26. >when you want index i of x.y.z
  27. >
  28. >why is there this extra-zero in the question (by get-request) for
  29. >a non-indexed variable?
  30.  
  31. In the case of scalar objects, there is no ambiguity between an object
  32. type and an instance of that object; there is only one object instance
  33. for each scalar object type. However, for consistency with the
  34. convention for tabular objects, and to distinguish between an object
  35. type and an object instance, SNMP dictates that the instance
  36. identifier of a nontabular scalar object consists of its object identifier
  37. concatenated with 0.
  38.  
  39. This convention is retained in SMP and SNMPv2.
  40.  
  41. Bill Stallings
  42. Internet: 72500.3562@compuserve.com
  43.