home *** CD-ROM | disk | FTP | other *** search
/ Doom Fever / Doom_Fever-1995_Maple_Media.iso / dmutil / drivers.zip / SNMP.NOT < prev    next >
Internet Message Format  |  1990-12-22  |  2KB

  1. Return-Path: <nelson@image.soe.clarkson.edu>
  2. From: Bob Crosson <crosson@cam.nist.gov>
  3. Newsgroups: comp.dcom.lans
  4. Subject: Free SNMP software for a PC
  5. Keywords: SNMP PC
  6. Date: 12 Dec 90 21:28:40 GMT
  7. Distribution: usa
  8. Organization: National Institute of Standards & Technology, Gaithersburg, MD
  9. Apparently-To: nelson
  10.  
  11.  
  12. I have written for my own use a program which runs on PCs,
  13. communicates with an Ethernet via a packet driver, and monitors the
  14. values of SNMP variables (as listed in a database file) of specified
  15. network devices supporting SNMP.  This is free, unsupported,
  16. available-to-all software.  See below for retrieval instructions.
  17.  
  18. The executable program is also an example of how to use the included
  19. libraries to write custom applications in C suited to individual
  20. network managers' needs.  Initial development and testing was done
  21. on a PS/2 model 60 with a 3Com 3c523 Ethernet adapter, with
  22. operational testing and final implementation on a Compaq Portable
  23. III with a Western Digital WD8003E Ethernet card.  So it works with
  24. two different packet drivers.  The SNMP devices it was developed
  25. with were Proteon p4200 routers, so no testing with other devices
  26. has been done so far.  Manufacturer specific databases (non-MIB I)
  27. in the SNMP network devices are not supported.
  28.  
  29. I will try to answer e-mail questions (should anybody be interested)
  30. as time permits.  My Internet address is crosson@cam.nist.gov.
  31.  
  32. In the anonymous FTP directory on host enh.nist.gov (129.6.16.1) are
  33. two files in compressed tar format.  This is a VAX running VMS so
  34. the file names may look a little strange.  The file snmplib.tar_z
  35. contains the libraries, executables, and minimal documentation.  The
  36. file snmpsrc.tar_z contains all sources (both the main program and
  37. the libraries) and all available documentation.  Note that a packet
  38. driver for your Ethernet interface is also necessary to run any of
  39. this.
  40.  
  41. I will be expanding on this as my requirements change.  Others are
  42. free to enhance and expand on the code as they wish.  Have fun.
  43.  
  44. Bob Crosson
  45. National Institute of Standards and Technology
  46. crosson@cam.nist.gov
  47.  
  48.