CBWFQ
R1 is connected to R2 and R3 over ethernet. I wanted to allocated 2mb of bandwidth on R1 for the web traffice coming from R2. It’s seems CBWFQ can’t be applied on input. So I guess we need to use rate limit here if aksed to make the change only on R1
R1 access-list 100 permit ip any any eq 80 ! class-map match-all C1 match access-group 100 ! policy-map P1 class C1 bandwidth 2000 ! R1(config)#int fa0/0 R1(config-if)#service-policy input P1 CBWFQ : Can be enabled as an output feature only ! R1(config-if)#service-policy output P1 R1(config-if)#exit
-aky
Blogs and organic groups at http://www.ccie.net
























