Bonjour la liste,

J'essaie vainement de configurer un routeur Juniper M10i pour exporter des 
NetFlow pour AS-stats (https://github.com/manuelkasper/AS-Stats).


Le serveur as-stats fonctionne correctement pour des routeurs Cisco donc le 
problème ne vient pas de lui.

En faisant un tcpdump depuis ce serveur, je ne vois aucun flow provenant du 
routeur Juniper.


Voici la configuration que j'ai mise en place:


pbonvin@br1-qls1# show forwarding-options sampling
input {
    rate 2000;
    max-packets-per-second 4096;
}
family inet {
    output {
        flow-active-timeout 60;
        flow-server xxx.xxx.xxx.75 {
            port 9000;
            autonomous-system-type origin;
            aggregation {
                autonomous-system;
            }
            source-address xxx.xxx.xxx.?1;
            version 8;
        }

    }
}

pbonvin@br1-qls1# show interfaces ge-0/0/0
per-unit-scheduler;
vlan-tagging;
unit 29 {
    vlan-id 29;
    family inet {
        rpf-check {
            mode loose;
        }
        sampling {
            input;
            output;
        }

Quelqu'un sait pourquoi le routeur n'envoie pas les flow ?

Merci pour votre aide,
Philippe


[EDSI-Tech Sarl]<http://www.edsi-tech.com>
Philippe Bonvin, Directeur
EDSI-Tech Sàrl<http://www.edsi-tech.com>
EPFL Innovation Park, Batiment C, 1015 Lausanne, Suisse | Téléphone: +41 (0) 21 
566 14 15, ext. 99
Savoie Technolac, 17 Avenue du Lac Léman, 73375 Le Bourget-du-Lac, France | 
Téléphone: +33 (0)4 86 15 44 78, ext. 99

Disclaimer:
This email is confidential and intended solely for the use of the individual to 
whom it is addressed. If you are not the intended recipient of this 
information, be advised that you have received this email in error and that any 
usage, disclosure, distribution, copying of the information or any part of it 
in any form whatsoever is strictly prohibited.
If you have received this email in error please notify the EDSI-Tech helpdesk 
by phone on +41 21 566 14 15 and then delete this e-mail.

---------------------------
Liste de diffusion du FRnOG
http://www.frnog.org/

Répondre à