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