On 6/14/11 7:33 AM, "Drew Weaver" <[email protected]> wrote:

> Is there a single command you can run to flow-print in both directions?
>  
> Like for example if the srcaddr OR dstaddr matches the ACL?

You can put OR conditions in a flow filter:

filter-definition tn
  match src-ip-addr thomas
  match dst-ip-addr fusionl
or
 match src-ip-addr thomas
 match dst-ip-addr fusionfour
or 
 match src-ip-addr fusionl
 match dst-ip-addr thomas
or
 match src-ip-addr fusionfour
 match dst-ip-addr thomas


>  
> Right now as far as I can tell using flow-filter you can only pick dst or src.
>  
> any advice?
>  
> thanks,
> -Drew
>  
>  
>  
> 
> 
> _______________________________________________
> Flow-tools mailing list
> [email protected]
> http://mailman.splintered.net/mailman/listinfo/flow-tools

_______________________________________________
Flow-tools mailing list
[email protected]
http://mailman.splintered.net/mailman/listinfo/flow-tools

Reply via email to