[j-nsp] "transmit-rate percent" & "shaping-rate" working together

Dan Peachey dan at illusionnetworks.com
Fri Jun 19 11:30:18 EDT 2015


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 <Adam.Vitkovsky at gamma.co.uk> 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 juniper-nsp at puck.nether.net
> https://puck.nether.net/mailman/listinfo/juniper-nsp
>


More information about the juniper-nsp mailing list