So...we bought a nice, expenisve web caching appliance so that things like the NBA finals and such would not overrun our network...then it happened...certain websites decided it would be more fun to stream in flash or silverlight, both of which ride on HTTP, making it difficult to sort them out and limit them.
I'm thinking my best bet will be to design an ACL based on the http MIME type and try to match traffic based on that rather than domain name. Then, assign that to a class-map and create a policy-map that limits the amount of bandwidth this class can eat up, which I can add other traffic that the bosses still want the users to be able to get to, but don't want eating up all our bandwidth and harming business applications.
Has anyone tried to do this? I've never designed an ACL based on an HTTP Mime type, but it doesn't seem like it should be that difficult. Will I need to enable NBAR on my router in order to let it peek into the application layer data to classify this traffic? I'm sure others are feeling the pain as more streaming moves to flash and silverlight.
Thanks!