Could you share what version of Junos is running on your j2320
show version
And the configuration of the interface indicated
show configuration interfaces ge-0/0/2
------------------------------
Steve Puluka BSEET - Juniper Ambassador
IP Architect - DQE Communications Pittsburgh, PA (Metro Ethernet & ISP)
http://puluka.com/home------------------------------
Original Message:
Sent: 10-19-2021 14:59
From: Roberto Silva
Subject: Policer Layer2-policer
Hello,
I'm studying Junos OS on a J2320.
I configured the following Policer for bandwidth control:
firewall {
policer teste {
logical-interface-policer;
if-exceeding {
bandwidth-limit 30m;
burst-size-limit 2m;
}
then discard;
So I'm applying this Policer to the interface:
#set interfaces ge-0/0/2.0 layer2-policer input-policer teste
So, when applying commit, the following error occurs:
"error: dfwd_config_read_interfaces_ifl_layer2:5762 Error "layer2-policer" is not supported for interface ge-0/0/2."
Can anyone tell me how to solve this problem? I only managed to apply the policer using "Family Inet".
Thanks
------------------------------
Roberto Silva
------------------------------