home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / protocol / snmp / 807 < prev    next >
Encoding:
Text File  |  1992-12-29  |  1.5 KB  |  37 lines

  1. Newsgroups: comp.protocols.snmp
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!ames!Mongo-Jr.Empirical.COM!karl
  3. From: karl@empirical.com (Karl Auerbach)
  4. Subject: Re: ShareWare NMS machine for SNMP.
  5. Message-ID: <karl.37.725592903@empirical.com>
  6. Sender: usenet@news.arc.nasa.gov
  7. Organization: Empirical Tools and Technologies
  8. References: <1992Dec21.124629.19662@minerva1.bull.it>
  9. Date: Tue, 29 Dec 1992 01:35:03 GMT
  10. Lines: 25
  11.  
  12. In article <1992Dec21.124629.19662@minerva1.bull.it> fra@minerva1.bull.it (Iarlori Francesco) writes:
  13. >From: fra@minerva1.bull.it (Iarlori Francesco)
  14. >Subject: ShareWare NMS machine for SNMP.
  15. >Date: Mon, 21 Dec 92 12:46:29 GMT
  16. >
  17. >    Someone knows where I can find an NMS shareware version to test
  18. >    my Agent Machine in an SNMP Network ?
  19.  
  20. Be warned that bugs lurk in many of the unsupported, freely available 
  21. SNMP engines.
  22.  
  23. Make sure that your code properly ASN.1/BER encodes counters/gauges/timeticks
  24. (i.e. the unsigned things) properly when the 32nd bit (the sign bit on 32-
  25. bit integers) is set.  It should take *5* octets length do this, not 4 as in 
  26. some code.
  27.  
  28. Also check that get next really works.  It should be able to take *any* oid, 
  29. whether or not that oid represents a variable, and finds the sucessor (or 
  30. end of the mib.)
  31.  
  32. Also check that your strings (e.g. sysDescr) are real NVT, i.e. that if 
  33. there are multiple lines that the lines are separated by CR LF, not merely 
  34. LF.  And don't send any trailing nulls.
  35.  
  36.             --karl--
  37.