Changeset 93 for trunk/src/renetcolParam.h
- Timestamp:
- 12/08/08 11:53:10 (14 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/renetcolParam.h
r80 r93 38 38 #define RECEPTION_PORT 1111 39 39 /* 40 * routers index max + 1 40 * routers index max + 1 (index of the beginning of the lines, and not number of routers) 41 41 */ 42 42 #define ROUTER_INDEX_MAX 55 … … 44 44 * FILE with your routers IP address 45 45 */ 46 #define ROUTERS_LIST "<path to renetcol>/renetcol-0.0.1 2beta/conf/routers.txt"46 #define ROUTERS_LIST "<path to renetcol>/renetcol-0.0.14beta/conf/routers.txt" 47 47 /* 48 48 * FILE with your prefix/subnet 49 49 */ 50 #define SUBNETS_LIST "<path to renetcol>/renetcol-0.0.1 2beta/conf/IPv4_Subnet_Aggregation_based_on_SNMP_index.txt"50 #define SUBNETS_LIST "<path to renetcol>/renetcol-0.0.14beta/conf/IPv4_Subnet_Aggregation_based_on_SNMP_index.txt" 51 51 /* 52 52 * FILE with the list of AS with accounting 53 53 */ 54 #define AS_LIST "<path to renetcol>/renetcol-0.0.1 2beta/conf/AS.txt"54 #define AS_LIST "<path to renetcol>/renetcol-0.0.14beta/conf/AS.txt" 55 55 /* 56 56 * constants, here a subnet is include in a prefix … … 62 62 * FILE for the rules 63 63 */ 64 #define RULES_FILE "<path to renetcol>/renetcol-0.0.1 2beta/conf/rules.txt"64 #define RULES_FILE "<path to renetcol>/renetcol-0.0.14beta/conf/rules.txt" 65 65 /* 66 66 * FILE with SNMP index of the interfaces 67 67 * tagged "C"ustomers or "B"ackbone 68 68 */ 69 #define INTERFACES_TYPE_LIST "<path to renetcol>/renetcol-0.0.1 2beta/conf/SNMP_INDEX.txt"69 #define INTERFACES_TYPE_LIST "<path to renetcol>/renetcol-0.0.14beta/conf/SNMP_INDEX.txt" 70 70 /* 71 71 * maximum SNMP index … … 79 79 #define AS_RRD_LOCATION "/mnt/data/RRD/RENATER/AS/" 80 80 81 /* 82 * Your CoS - DSCP field in decimal notation, EF PHB 101110 (46) == ToS 10111000 (184) 83 */ 84 #define FIRST_CoS 46 /* EF, Premium - dec 46, bin 101110 - ToS 10111000 */ 85 #define SECOND_CoS 34 /* AF41, Best than BE - dec 34, bin 100010 - ToS 10001000*/ 86 #define THIRD_CoS 8 /* CS1, Less than BE - dec 8, bin 001000 - 00100000 */ 87 #define FOURTH_CoS 0 /* Best Effort or All flows if not in the 3 others class */ 88 81 89 /**************************************************************** 82 90 * the following parameters CAN be changed but it's NOT REQUIRED 83 91 ***************************************************************/ 84 92 #define STEP 5 85 #define FIELD_TYPE_NUMBER 8993 #define FIELD_TYPE_NUMBER 216 86 94 #define MAX_RULES_PER_FIELD 10 87 95 #define SHMSIZE 33554432