Thanks Ashvin
it seems the config was commited succesfuly although priority strict-high was not permitted, i had to change it to low.
on the show interface xe-2/0/5 extensive printout now i dont see the percentages shown or cos information for the trasmit queue , bit strange
traffic-control-profiles {
mcast-video {
scheduler-map test-mcst-eth-cos-map;
}
}
forwarding-class-sets {
fc-mcast-video {
class mcast;
}
}
interfaces {
xe-2/0/5 {
forwarding-class-set {
fc-mcast-video {
output-traffic-control-profile mcast-video;
}
}
}
}
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 low;
}
}