~ubuntu-branches/ubuntu/wily/ntop/wily-proposed

« back to all changes in this revision

Viewing changes to ntop/docs/RMON/README.RMON

  • Committer: Bazaar Package Importer
  • Author(s): Dennis Schoen
  • Date: 2002-04-12 11:38:47 UTC
  • Revision ID: james.westby@ubuntu.com-20020412113847-4k4yydw0pzybc6g8
Tags: upstream-2.0.0
ImportĀ upstreamĀ versionĀ 2.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
How to Build the ntop/RMON plugin
 
2
---------------------------------
 
3
 
 
4
0) Please do NOT use a precompiled UCD package unless
 
5
   you know what you're doing.
 
6
 
 
7
1) Fetch UCD-SNMP [See http://net-snmp.sourceforge.net/developer.html]
 
8
 
 
9
2) Compile the stuff as specified as follows:
 
10
   [see also http://net-snmp.sourceforge.net/tutorial/toolkit/demon/]
 
11
   - ./configure --with-mib-modules="agentx"
 
12
   - make
 
13
   - make install
 
14
 
 
15
3) Once you this stuff ready you can build the ntop/RMON
 
16
   plugins.  
 
17
 
 
18
4) Now start ntop. 
 
19
 
 
20
5) The ntop/RMON plugin listens on port 161 (the default SNMP
 
21
   port). If you want to test the agent you can use the 'tkMib'
 
22
   tool that comes with UCD-SNMP 
 
23
   [see http://net-snmp.sourceforge.net/tkmib.jpg]. 
 
24
 
 
25
   NOTE: If you use tkMib do not forget to do "setenv MIBS ALL" 
 
26
   (csh shells), otherwise you won't see the RMON MIB.
 
27
 
 
28
---------------------------------------
 
29
Luca Deri <deri@ntop.org> - August 2000