[j-nsp] configure bandwidth limitation on EX3200
Ala' Amira
aamira at bluezonejordan.com
Thu Apr 21 04:09:03 EDT 2011
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
More information about the juniper-nsp
mailing list