home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / ip / manage / snmp / mit / doc / libbsd.tex < prev    next >
Encoding:
Text File  |  1991-05-17  |  1.6 KB  |  45 lines

  1. %
  2. %    $Header: libbsd.tex,v 3.0 91/05/17 16:16:04 jrd Rel $
  3. %    Author: J. Davin
  4. %    Copyright 1988, 1989, Massachusetts Institute of Technology
  5. %
  6.  
  7. \newpage
  8. \subsection{The BSD Library}
  9.  
  10. The BSD library realizes some of the support necessary to
  11. construct network management applications in a BSD 4.3 UNIX
  12. environment.
  13. Sources for the BSD library reside in the
  14. \verb"bsd" subdirectory of the Development Kit
  15. distribution hierarchy.
  16.  
  17. One sort of support afforded by the BSD library is provision
  18. of the relatively trivial transport services
  19. required for the operation of the SNMP protocol.
  20.  
  21. Another sort of support afforded by the BSD library is
  22. that of accumulating from the operating environment
  23. those items of management information identified
  24. in RFC 1066 as part of the Internet standard
  25. MIB. The BSD library code that realizes
  26. this function is provided only to illustrate how the
  27. Development Kit can be used to
  28. accelerate the construction of network management agents.
  29. The particular items of management information
  30. addressed in the BSD library code are selected for their
  31. value in illustrating some
  32. aspect of using the Development Kit; no claims are made
  33. that the MIB subset supported by this code is
  34. one particularly well-suited to effective network management.
  35. Nor should the strategies by which this code extracts
  36. management information from the UNIX environment be regarded
  37. as necessarily optimal.
  38.  
  39. A network management agent based exclusively on the support
  40. of the Development Kit BSD library in its current form is not
  41. fully compliant
  42. with RFC 1066, and, accordingly, should not be deployed for
  43. purposes other than experimentation.
  44.  
  45.