[j-nsp] configure bandwidth limitation on EX3200
Chen Jiang
ilovebgp4 at gmail.com
Thu Apr 21 08:01:01 EDT 2011
You can using shaping in outbound direction.
set class-of-services interface ge-0/0/0 shaping 20m
On Thu, Apr 21, 2011 at 4:09 PM, Ala' Amira <aamira at bluezonejordan.com>wrote:
> Good morning all,
>
>
>
> Am trying to add bandwidth limitation on EX3200 on port or vlan using
> firewall policer and it is working as input filter correctly but when I do
> it as output filter it gave me an error " can not be used as policer not
> supported on egress " .
>
> Here is my config :
>
>
>
> EX3200# show firewall
>
> family ethernet-switching {
>
> filter egress-port {
>
> interface-specific;
>
> term default {
>
> then policer limit;
>
> }
>
> }
>
> }
>
> policer limit {
>
> if-exceeding {
>
> bandwidth-limit 100k;
>
> burst-size-limit 10k;
>
> }
>
> then discard;
>
> }
>
>
>
>
>
> EX3200# show interfaces ge-0/0/11
>
> unit 0 {
>
> family ethernet-switching {
>
> port-mode access;
>
> vlan {
>
> members MGMT;
>
> }
>
> filter {
>
> output egress-port;
>
> }
>
> }
>
> }
>
>
>
>
>
> I have found a rule that says " policing is on ingress and shaping is on
> egress " so can I do the limitation on the outbound or the egress
> interface
> ???
>
>
>
> Regards,
>
> Ala Amira
>
>
>
> _______________________________________________
> juniper-nsp mailing list juniper-nsp at puck.nether.net
> https://puck.nether.net/mailman/listinfo/juniper-nsp
>
--
BR!
James Chen
More information about the juniper-nsp
mailing list