Show
Ignore:
Timestamp:
02/06/09 16:58:57 (14 years ago)
Author:
andreu
Message:

IPv6 aggregation : prefix reading

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/renetcolParam.h

    r93 r94  
    44 * Authors: ANDREU Francois-Xavier  
    55 * 
    6  * Copyright (C) 2007 GIP RENATER  
     6 * Copyright (C) 2007-2009 GIP RENATER  
    77 */ 
    88 
     
    3333*/ 
    3434#define RECEPTION_ADDRESS "" 
     35 
    3536/*  
    3637 * your collector port to recept netflow export  
    3738 */  
    3839#define RECEPTION_PORT 1111 
     40 
    3941/*  
    4042 * routers index max + 1 (index of the beginning of the lines, and not number of routers) 
    4143 */ 
    4244#define ROUTER_INDEX_MAX 55 
     45 
    4346/*  
    4447 * FILE with your routers IP address  
    4548*/  
    4649#define ROUTERS_LIST "<path to renetcol>/renetcol-0.0.14beta/conf/routers.txt" 
     50 
    4751/*  
    4852 * FILE with your prefix/subnet  
    4953 */ 
    5054#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 
    5161/*  
    5262 * FILE with the list of AS with accounting 
    5363 */ 
    5464#define AS_LIST "<path to renetcol>/renetcol-0.0.14beta/conf/AS.txt" 
     65 
    5566/*  
    5667 * constants, here a subnet is include in a prefix  
     
    5970#define MAX_IPV4_SUBNET 1000 
    6071#define MAX_AS 3 
     72#define MAX_IPV6_PREFIX 500 
     73#define MAX_IPV6_SUBNET 100 
     74 
    6175/*  
    6276 * FILE for the rules  
    6377 */ 
    6478#define RULES_FILE "<path to renetcol>/renetcol-0.0.14beta/conf/rules.txt" 
     79 
    6580/*  
    6681 * FILE with SNMP index of the interfaces 
     
    6883 */ 
    6984#define INTERFACES_TYPE_LIST "<path to renetcol>/renetcol-0.0.14beta/conf/SNMP_INDEX.txt" 
     85 
    7086/*  
    71  * maximum SNMP index  
     87 * maximum SNMP index for one router 
    7288 */ 
    7389#define MAX_SNMP_INDEX 900 
     90 
    7491/* 
    7592 * Path to the rrd file 
     
    92109#define STEP 5 
    93110#define FIELD_TYPE_NUMBER 216 
    94 #define MAX_RULES_PER_FIELD 10 
     111#define MAX_RULES_PER_FIELD 100 
    95112#define SHMSIZE 33554432 
    96113#define SOCKET_BUFFER_SIZE 1500