[j-nsp] rate limiting per vlan in a gigabit ethernet Interface

Jonas Frey jf at probe-networks.de
Thu Apr 26 10:59:57 EDT 2007


Hi Jose,

sure:

unit X
 {
    vlan-id XX;
    family inet {
        rpf-check;
        no-redirects;
        policer {
            input police-in;
            output police-out;
        }



# show firewall policer police-in|out
if-exceeding {
    bandwidth-limit 125m;
    burst-size-limit 800k;
}
then discard;


Same goes for your sonet/frame relay question.

Regards,
Jonas


On Thu, 2007-04-26 at 16:49, Jose Sanchez wrote:
> Hi,
> 
> Does anybody know if I can rate limit (ingress and egress) per VLAN in a
> Gigabit Ethernet Interface.
> 
> 
> Thank you
> 
> Best regards
> 
> Jose Sanchez
> _______________________________________________
> juniper-nsp mailing list juniper-nsp at puck.nether.net
> https://puck.nether.net/mailman/listinfo/juniper-nsp




More information about the juniper-nsp mailing list