home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / protocol / snmp / 571 < prev    next >
Encoding:
Internet Message Format  |  1992-08-19  |  3.6 KB

  1. Path: sparky!uunet!mcsun!Germany.EU.net!news.netmbx.de!zrz.tu-berlin.de!math.fu-berlin.de!Sirius.dfn.de!darwin.sura.net!paladin.american.edu!news.univie.ac.at!blekul11!frmop11!barilvm!vms.huji.ac.il!edi
  2. From: edi@vms.huji.ac.il
  3. Newsgroups: comp.protocols.snmp
  4. Subject: Re: Where's beholder source
  5. Message-ID: <1992Aug19.102056.472@vms.huji.ac.il>
  6. Date: 19 Aug 92 10:20:56 GMT
  7. References: <1992Aug18.193054.12898@debbie.cc.nctu.edu.tw>
  8. Distribution: world
  9. Organization: The Hebrew University of Jerusalem
  10. Lines: 66
  11.  
  12. In article <1992Aug18.193054.12898@debbie.cc.nctu.edu.tw>,
  13.     u8023506@cc.nctu.edu.tw writes:
  14. >    I am looking for source code of Beholder - The SNMP-able Ethernet Monitor.
  15. > If someone know where I can get it, please tell me.
  16. > Thanks in advance !!
  17. >                                                   Tomous Liaw
  18. >                                            u8023506@cc.nctu.edu.tw
  19. >                                        Institute of Computer & Information Sci.
  20. Here is (part of) the USERMAN.DOC, hope this helps.
  21. If anybody knows of a newer version of either beholder of gobbler,
  22. please let me know - thank you,
  23.  
  24. Edi Landau.
  25. =====================================================================
  26. The SNMP-able Ethernet Monitor
  27.  
  28. By the DNPAP development group
  29. JPMvOorschot@et.tudelft.nl
  30. 5/7/91
  31.  
  32.     The Beholder
  33. The Beholder is a software-only product that implements a ethernet network
  34. monitor on standard PC hardware. The data collected can be obtained in
  35. three different ways, by looking at the PC screen, by requesting the data
  36. as SNMP variables, and by using TFTP to collect files with data.  A standard
  37. ethernet Local Area Network (LAN) can contain several Beholder monitoring
  38. stations, each containing several network interfaces. Normal use will be to
  39. collect the data of all present Beholder stations to the network management
  40. node via SNMP. This data can then be processed to obtain problem reports,
  41. growth figures and performance measurements.
  42.  
  43. The Beholder was developed by the Data Network Performance Analysis Group
  44. (DNPAP) of the Delft University of Technology. It is used as an important
  45. data collector in the "Intelligent Network Management  (INEMA)" project.
  46. This project seeks to apply automated reasoning techniques to network
  47. managements.
  48.  
  49. Main design goals of The Beholder were:
  50.  
  51.     .    Minimum loss of packets
  52.     .    Continues operation
  53.     .    Appliance to Standards wherever possible.
  54.     .    Ease of Use
  55. The result of the developments is a PC based software package,  capable of
  56. monitoring all traffic on one or more ethernet segments. The Beholder can
  57. be easily integrated in a SNMP based network management environment like
  58. Sun Net Manager.
  59.     
  60. Hardware and Software
  61. The Beholder software runs on a standard 80<x>86 based Personal Computer,
  62. containing a network interface for which a "packet driver" network device
  63. driver is available. The Beholder was developed in ANSI C using the
  64. Microsoft C 6.0 compiler and two very small assembler files. For busy
  65. ethernet network, the PC should be at least a 80286 at 10 Mhz, but a 80386
  66. at 20 Mhz to  be save.
  67.  
  68. The WD 8003 family of ethernet cards is the preferred choice for ethernet
  69. network interface, but the 3COM line and the Novell NI1000/2000 will work fine.
  70.  
  71. If the Beholder is used as monitoring station in combination with a network
  72. management station that collects the measurement data, no keyboard, mouse or
  73. display are needed as far as The Beholder is concerned. If The Beholder is
  74. used stand-alone, a standard PC display (colour is nice), keyboard and mouse
  75. can be used to view the results of the monitoring PC. The Beholder uses no
  76. graphics.
  77. =====================================================================
  78.