Juniper Srx210be Netflow Configuration

Juniper Srx210be Netflow Configuration

Hi I have a Juniper Srx210be. I am Trying to configure Netflow on it but the graphs that it shows me are not correct. I have a 20Mbs Mpls and in the graphs shows 100 Mbs or even More. This is the configuration apply to the device ( Does The Forwarding-Options Family interfere?) I already change the rate to 1000, the run-length to 9 and the sampling frecuency on the netflow but still not luck. Thank you for your help!!!


forwarding-options {
    sampling {
        input {
            rate 1;
            max-packets-per-second 7000;
        }
        family inet {
            output {
                flow-server 10.66.150.105 {
                    port 9996;
                    no-local-dump;
                    version9 {
                        template {
                            netflow_uribe;
                        }
                    }
                }
                inline-jflow {
                    source-address 10.1.2.2;
    }
            }
        }
    }
}


 }
    forwarding-options {
        family {
            inet6 {
                mode packet-based;
            }
            mpls {
                mode packet-based;
            }
        }
    }
    flow {
        tcp-session {
            no-syn-check;
            no-sequence-check;
        }
    }

services {
    flow-monitoring {
        version9 {
            template IPV4-JFLOW-URIBE {
                ipv4-template;
            }
            template ipv4-test {
                flow-active-timeout 60;
                flow-inactive-timeout 15;
                option-refresh-rate {
                    packets 100;
                    seconds 60;
                }
                ipv4-template;
            }
            template netflow_uribe {
                ipv4-template;
            }
        }
    }
}

              New to ADManager Plus?

                New to ADSelfService Plus?