What version are you running? Have you examined: http://www.juniper.net/documentation/en_US/release-independent/junos/topics/concept/ex-series-software-features-overview.html
On Tue, Sep 23, 2014 at 1:10 PM, Robert Hass <[email protected]> wrote: > 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 > _______________________________________________ > 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

