Re: [j-nsp] RE : flow export

2008-12-03 Thread Stefan Fouant
On Wed, Dec 3, 2008 at 4:10 PM, Bit Gossip <[EMAIL PROTECTED]> wrote: > If you want to sample all traffic, as it appears from your config, you > don't really need a fw filter but you can use the following simple form: > >ge-0/0/0 { >unit 0 { >family inet { >s

Re: [j-nsp] RE : flow export

2008-12-03 Thread Bit Gossip
If you want to sample all traffic, as it appears from your config, you don't really need a fw filter but you can use the following simple form: ge-0/0/0 { unit 0 { family inet { sampling { input; } } }

[j-nsp] RE : flow export

2008-12-03 Thread david.roy
Hi, Try to create the filter at the "firewall family inet" hierarchy level. For IPV4 we can create filter at either "firewall" or "firewall family inet" hierarchy level but I don't know if there is some requierements for sampling filter. David De: [EMAIL