Changeset 94 for trunk/src/renetcolParam.h
- Timestamp:
- 02/06/09 16:58:57 (14 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/renetcolParam.h
r93 r94 4 4 * Authors: ANDREU Francois-Xavier 5 5 * 6 * Copyright (C) 2007 GIP RENATER6 * Copyright (C) 2007-2009 GIP RENATER 7 7 */ 8 8 … … 33 33 */ 34 34 #define RECEPTION_ADDRESS "" 35 35 36 /* 36 37 * your collector port to recept netflow export 37 38 */ 38 39 #define RECEPTION_PORT 1111 40 39 41 /* 40 42 * routers index max + 1 (index of the beginning of the lines, and not number of routers) 41 43 */ 42 44 #define ROUTER_INDEX_MAX 55 45 43 46 /* 44 47 * FILE with your routers IP address 45 48 */ 46 49 #define ROUTERS_LIST "<path to renetcol>/renetcol-0.0.14beta/conf/routers.txt" 50 47 51 /* 48 52 * FILE with your prefix/subnet 49 53 */ 50 54 #define SUBNETS_LIST "<path to renetcol>/renetcol-0.0.14beta/conf/IPv4_Subnet_Aggregation_based_on_SNMP_index.txt" 55 56 /* 57 * FILE with your IPv6 prefixes list 58 */ 59 #define SUBNETS_V6_LIST "<path to renetcol>/renetcol-0.0.14beta/conf/IPv6_Subnet_Aggregation_based_on_SNMP_index.txt" 60 51 61 /* 52 62 * FILE with the list of AS with accounting 53 63 */ 54 64 #define AS_LIST "<path to renetcol>/renetcol-0.0.14beta/conf/AS.txt" 65 55 66 /* 56 67 * constants, here a subnet is include in a prefix … … 59 70 #define MAX_IPV4_SUBNET 1000 60 71 #define MAX_AS 3 72 #define MAX_IPV6_PREFIX 500 73 #define MAX_IPV6_SUBNET 100 74 61 75 /* 62 76 * FILE for the rules 63 77 */ 64 78 #define RULES_FILE "<path to renetcol>/renetcol-0.0.14beta/conf/rules.txt" 79 65 80 /* 66 81 * FILE with SNMP index of the interfaces … … 68 83 */ 69 84 #define INTERFACES_TYPE_LIST "<path to renetcol>/renetcol-0.0.14beta/conf/SNMP_INDEX.txt" 85 70 86 /* 71 * maximum SNMP index 87 * maximum SNMP index for one router 72 88 */ 73 89 #define MAX_SNMP_INDEX 900 90 74 91 /* 75 92 * Path to the rrd file … … 92 109 #define STEP 5 93 110 #define FIELD_TYPE_NUMBER 216 94 #define MAX_RULES_PER_FIELD 10 111 #define MAX_RULES_PER_FIELD 100 95 112 #define SHMSIZE 33554432 96 113 #define SOCKET_BUFFER_SIZE 1500