Changes between Version 15 and Version 16 of renetcolTIPS
- Timestamp:
- 11/14/11 15:52:01 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
renetcolTIPS
v15 v16 38 38 cd renetcol-0.0.14 39 39 }}} 40 * edit renetcol parameters file 40 * edit renetcol parameters file (in renetcol /src subdir or on your previous created directory and then copy it in src/) 41 41 {{{ 42 42 vi src/renetcolParam.h 43 43 }}} 44 * declaration of your exporters (routers) 44 * declaration of your exporters (routers)(in renetcol /conf subdir or on your previous created directory and then copy it in src/) 45 45 {{{ 46 46 vi conf/routers.txt 47 47 }}} 48 * if you use accounting48 * if you want use accounting () 49 49 {{{ 50 50 vi conf/IPv4_Subnet_Aggregation_based_on_SNMP_index.txt … … 53 53 {{{ 54 54 ./configure --enable-multisampling=yes 55 }}} 56 to use renetcol in realtime mode and without accounting: 57 {{{ 58 ./configure --enable-ipv4aggidsnmp=no 55 59 }}} 56 60 * make