We use 2621 router in our offices. Is there a way to limit the maximum amount of bandwidth a certain protocol uses. Like if I wanted to limit kazaa to let say 10Kb of bandwith maximum is it possible to do on a 2600 series router using 12.13T1 IOS. i know I can block the portocol all together with this latest IOS using :
ip cef
!
class-map match-any p2p
match protocol fasttrack
match protocol gnutella
match protocol napster
match protocol httpurl "\.hash=*"
match protocol httpurl "/.hash=*"
match protocol kazaa2
but how can I limit the maximum bandiwdth that P2P users can use?
thanks