README
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:1k
源码类别:

SNMP编程

开发平台:

Unix_Linux

  1. Important notes.
  2. ===============
  3. 1. This  implementation  is  actually  a  system  independent
  4.    template.  It  means  that  the question  "Where  and  how
  5.    may  I collect the monitored statistics ?"  is  taken  out
  6.    from the scope. Actually, it is emulated with random values.
  7.    You are free  to  rewrite  the function 'get_history_data'
  8.    for your system.  Don't  forget  also to insert DataSourse
  9.    checking in 'history_Validate'  function.  (Both  functions
  10.    are in the file history.c).
  11. 2. This implementation has two RMON mib understanding extensions
  12.    (I hope it does not break anything; nevertheless you may  use
  13.    it in completely standard way).
  14.    2.1. I permit to set VALID entryStatus when entry doesn't exit;
  15.         in this case PDU has to have  the  necessary & valid  set
  16.         of non-default values
  17.    2.2. I permit to travel from VALID to 'UNDER_CREATION' state:
  18.         these ways a manager can change control entry and validate
  19.         it once more.
  20. THANKS
  21. ======
  22.   Mr. Michael J. Slifcak of Internet Security Systems, Inc has provided
  23.   a number of remarks, I implemented ALL of them.