Re: [Flow-tools] flow-filter: not interface #

2004-10-23 Thread bill fumerola
On Sat, Oct 23, 2004 at 06:44:29PM -0400, Pedram Fard wrote: > I see what you mean doubtful. $ echo \!\!\!1st way of escaping; echo '!!!2nd way of escaping' !!!1st way of escaping !!!2nd way of escaping $ history -1 3 echo \!\!\!1st way of escaping; echo '!!!2nd way of escaping' $ !3 echo \

Re: [Flow-tools] flow-filter: not interface #

2004-10-23 Thread Pedram Fard
I see what you mean but here is the man page for the flow- filter: (it says it may not work, but I was wondering if there was a workaround for it?) flow-filter Name flow-filter -- Filter flows. Synopsis flow-filter [-hko] [-a src_as_filter] [-A dst_as_filter] [-b big|little] [-C comment] [-D dst

Re: [Flow-tools] flow-filter: not interface #

2004-10-23 Thread bill fumerola
On Sat, Oct 23, 2004 at 06:29:02PM -0400, Pedram Fard wrote: > I am trying to use flow-filter to filter out flows coming > from certain interfaces. > I used the following command: > > flow-cat ATLAng | flow-filter -!56 | flow-export -f2 - > m0x63020 | more > > I get the following error: > 56: Ev

[Flow-tools] flow-filter: not interface #

2004-10-23 Thread Pedram Fard
I am trying to use flow-filter to filter out flows coming from certain interfaces. I used the following command: > flow-cat ATLAng | flow-filter -!56 | flow-export -f2 - m0x63020 | more I get the following error: 56: Event not found. Please advise. Thanks, Pedram __