hi,
My config is as follow.
class-map match-any ftp-traffic
match protocol ftp
class-map match-any nbar-discovery
match protocol fasttrack
match protocol bittorrent
match protocol edonkey
match protocol gnutella
match protocol winmx
match protocol napster
!
!
policy-map blocking_P2P
class nbar-discovery
bandwidth percent 1
class ftp-traffic
bandwidth percent 25
i want to block these peer2peer applications. i want them to have only 1 percent of the available bandwidth in any case, either total available bandwidth is free, peer2peer application will only use 1 percent and FTP will use min 1 Mb and if more bandwidth is available it will use that bandwidth.
Please help me
regards
Thanks