Starting JUNOS XXXX a requirement for cflowd to work is to configure NTP as 
Stefan pointed out a few emails earlier.

--- On Wed, 8/18/10, [email protected] <[email protected]> wrote:

From: [email protected] <[email protected]>
Subject: Re: [j-nsp] Flow accounting on an M7i
To: [email protected]
Cc: [email protected]
Date: Wednesday, August 18, 2010, 2:39 PM

> I'm trying to enable flow accounting on one of our M7is.  JunOS  
> version is 9.1R8.  No matter what I do, I can't get a flow to export.   
> I'd appreciate any input to obvious errors, or tips on other things to  
> try.  I've also tried removing sampling from the interface and doing  
> it with a firewall rule.

Have you tried RE-based sampling? We use

input {
    family inet {
        rate 1000;
        run-length 0;
        max-packets-per-second 1000;
    }
}
output {
    cflowd a.b.c.d {
        port 2055;
        version 5;
        no-local-dump;
        autonomous-system-type origin;
    }
}

and then for the relevant interfaces we have a firewall filter which
includes the "sample" keyword.

Steinar Haug, Nethelp consulting, [email protected]
_______________________________________________
juniper-nsp mailing list [email protected]
https://puck.nether.net/mailman/listinfo/juniper-nsp



      
_______________________________________________
juniper-nsp mailing list [email protected]
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to