Task:
Implement QoS. Traffic from YourBOGUSBackbone needs to be
limited to 2000Kbit with burst 10K on R3 fa0/0.
R1-----R3(fa0/0)----------YourBOGUSBackbone
My question:
Is the implementation below using "service-policy input" correct?
Someone made a point that CBWFQ only can be applied as 'output". Is that right?
I know that policing can be applied as input or output policy...
R3:
class-map match-all CBWFQ
match any
!
policy-map CBWFQ
class CBWFQ
police cir 2000000 bc 1250
Interface fastethernel 0/0
service-policy intput CBWFQ