[j-nsp] Egress policer on EX3300
Robert Hass
robhass at gmail.com
Tue Sep 23 16:10:58 EDT 2014
Hi
Is egress policing or shaping supported on EX3300 platform ?
I tried to configure policing 2Mbps for port ge-0/0/0, but receiving error
at commit:
Referenced filter 'Police-2M' can not be used as policer not supported
on egress
error: configuration check-out failed
Input filters commiting & works without problems.
My config:
interfaces {
ge-0/0/0 {
unit 0 {
family ethernet-switching {
filter {
input Police-2M;
output Police-2M;
}
}
}
}
}
firewall {
family ethernet-switching {
filter Police-2M {
term Default {
then policer 2Mbps;
}
}
}
policer 2Mbps {
if-exceeding {
bandwidth-limit 2m;
burst-size-limit 100k;
}
then discard;
}
}
Rob
More information about the juniper-nsp
mailing list