Netflow input filter

From: dampened (cheechew@hotmail.com)
Date: Mon Apr 09 2007 - 00:38:49 ART


I am trying to collect only www statistic on certain traffic on an
interface. Here is my config.
The problem is that I am not able to limit the netflow collection to only
www traffic. It captures all kind of traffic coming into F0/0.

What am I missing here? Your help is appreciated.

flow-sampler-map flowsample
 mode random one-out-of 1

class-map match-all class1
 match access-group 100

policy-map p1
 class class1
   netflow-sampler flowsample

interface FastEthernet0/0
 service-policy input p1

access-list 1 permit tcp any any eq www
access-list 1 permit tcp any eq www any



This archive was generated by hypermail 2.1.4 : Tue May 01 2007 - 08:28:35 ART