[j-nsp] Issue on IN traffic policier

khagendra dhakal khagubrt at gmail.com
Sun Jun 13 08:11:01 EDT 2010


Dear all,

*Platform*: M10i
JUNOS: JUNOS 9.2R2.15

*Scenario:*
 I have configured bw policer like:
> show configuration firewall policer bw-for-x-customer
if-exceeding {
   bandwidth-limit 2m;
   burst-size-limit 10k;
}
then discard;

>show configuration firewall filter filter-X-customer
term policer {
   then {
       policer bw-for-x-customer;
       accept;
   }
}

>show configuration interfaces ge-X/X/X unit XXX
description " Connected to x-customer ";
vlan-id XXX;
family inet {
   filter {
       input filter-x-customer;
       output filter-x-customer;
   }
   sampling {
       input;
   }
   address x.x.x.x/29;
}
And have applied it on the *dot1q interfaces* for both *in* and *out*direction.

*Problem:*
*BW capped for out traffic is working as expected* but it seems not working
for *in traffic it is reaching 3Mpbs*.

Will you please suggest me the needful and help me to have *in traffic
capped too*.


Regards,
Khagendra


More information about the juniper-nsp mailing list