Dear All,
I am a beginner in QoS. I have three classes of traffic on my 100M link. For class A, I would like to police it to 10M, for class B, I would like to shape it to 10M(peak), for class C, I would like to give it highest weight during congestion.
During congestion, I would like to give class C, highest priority, then class B, then class A. Is the following correct ?
policy-map test
class A
police 10000000 10000 10000 conform-action transmit exceed-action drop
bandwidth 10000
class B
shape peak 5000000
bandwidth 20000
class C
bandwidth 70000
thanks a lot
Eric