[j-nsp] Netflow feature for Juniper ?

Farhan Jaffer bandhani at gmail.com
Sat Dec 16 03:04:41 EST 2006


 I want to configure netflow on Juniper M7i having Junos version 7.6R1.10,
just like ip flow-export & ip route-cache flow (related) commands in Cisco
IOS. Also i like to enable cache flow or ip accounting on any fast ethernet
interface when needed.
Kindly help me to solve this.

I have configured router for netflow feature using these command, but it
didn't work

interfaces {
    fe-0/3/0 {
        unit 0 {
            family inet {
                filter {
                    input all;
                    output all;
                }
                address 10.0.0.1/24;
            }
        }
    }

firewall {
    filter all {
        term all {
            then {
                sample;
                accept;
            }
        }
    }
}

forwarding-options {
    sampling {
        input {
            family inet {
                rate 100;
            }
        }
        output {
            cflowd 10.0.0.100 {
                port 9800;
                version 5;
            }
        }
    }
}

Any comments ??

Thanks in advance.

-- 
Regards,
Farhan Jaffer


More information about the juniper-nsp mailing list