[j-nsp] flow export

Bernard Kwofie bkwofie at ghanatel.net
Wed Dec 3 14:08:13 EST 2008


Hi,
 I am trying to export flow data from my M10i to a linux box for nfsen to graph, but its not working. Can anybody help me out.  Thank you in advance.    Below is my configuration 
 
interfaces {
    so-0/0/0 {
        unit 0 {
            family inet {
                filter {
                    input all;
                    output all;
                }
                address x.x.x.x/24;
            }
        }
    }
firewall {
    filter all {
        term all {
            then {
                sample;
                accept;
            }
        }
    }
}
forwarding-options {
    sampling {
        input {
            family inet {
                rate 100;
            }
        }
        output {
            cflowd x.x.x.x {
                port 9996;
                version 5;
            }
        }
    }
}



More information about the juniper-nsp mailing list