Hi Ashvin,
THis is the config i just applied:
+ class-of-service {
+ interfaces {
+ xe-2/0/5 {
+ scheduler-map test-mcst-eth-cos-map;
+ }
+ }
+ scheduler-maps {
+ test-mcst-eth-cos-map {
+ forwarding-class mcast scheduler test_video_mcast_scheduler;
+ }
+ }
+ schedulers {
+ test_video_mcast_scheduler {
+ transmit-rate percent 50;
+ shaping-rate percent 80;
+ buffer-size percent 20;
+ priority strict-high;
+ }
+ }
+ }
but when i commit and i print the interface counters, i dont see that the queue's BW percentage are changed:
show interfaces xe-2/0/5 extensive:
CoS information:
Direction : Output
CoS transmit queue Bandwidth Buffer Priority Limit
% bps % usec
0 best-effort 5 500000000 5 0 low none
3 fcoe 35 3500000000 35 0 low none
4 no-loss 35 3500000000 35 0 low none
7 network-control 5 500000000 5 0 low none
8 mcast 20 2000000000 20 0 low none
Maybe i missed any ther step on the CoS configuration¿?
Thanks
Gab