Hi Adam,

Try embedding it in a TCP, like so:

class-of-service {
    traffic-control-profiles {
        SHAPER {
            scheduler-map SCHEDULER;
            shaping-rate 4m;
        }
    }
    interfaces {
        ge-1/3/0 {
            unit 0 {
                output-traffic-control-profile SHAPER;
            }
        }
    }
}

Cheers,

Dan

On 19 June 2015 at 16:00, Adam Vitkovsky <[email protected]> wrote:

> Hi Folks,
>
> Is there a way to make the "set class-of-service schedulers Class_1
> transmit-rate percent 20"
> to actually use "class-of-service interfaces ge-1/3/0 unit 0 shaping-rate
> 4m"
> when allocating BW for the class please?
>
> Thank you very much
>
> adam
>
>
>
>
>
>
>
> _______________________________________________
> juniper-nsp mailing list [email protected]
> https://puck.nether.net/mailman/listinfo/juniper-nsp
>
_______________________________________________
juniper-nsp mailing list [email protected]
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to