[j-nsp] JunOS rate limiting

Dragan D. Vecerina vexi at yubc.net
Thu Nov 10 05:57:25 EST 2005


for example, simplest rate limit on vlan subinterface:

interfaces {
    ge-0/2/0 {
        description ge-0/2/0;
        vlan-tagging;
        link-mode full-duplex;
        gigether-options {
            no-flow-control;
        }
        unit 4 {
            vlan-id 5;
            family inet {
                no-redirects;
                policer {
                    input xx-6m;
                    output xx-6m;
                }
                address xxx.xxx.xxx.xxx/30;
            }
        }
    }
firewall {
    policer xx-6m {
        if-exceeding {
            bandwidth-limit 6m;
            burst-size-limit 100k;
        }           
        then discard;
    }
}


-=-=-=-=  Dragan D. Vecerina, Network Manager  -=-=-=-=-
=-=-=-=   YUBC System A.D. http://www.yubc.net/  =-=-=-=
-=-=-=-=-  Dimitrija Tucovica 6, Belgrade, YU =-=-=-=-=-
=- Phone: +381-11-30-83-300, Mobile: +381-63-26-37-13 -=
-=-=- private: vexi at vexi.net http://www.vexi.net/  -=-=-
-=-=-   _/      _/  _/    _/  _/_/_/      _/_/_/   -=-=-
=-=-=-   _/  _/    _/    _/  _/    _/  _/         -=-=-=
-=-=-=-   _/      _/    _/  _/_/_/    _/         -=-=-=-
=-=-=-   _/      _/    _/  _/    _/  _/           -=-=-=
-=-=-   _/        _/_/    _/_/_/      _/_/_/       -=-=-


----- Original Message ----- 
From: "Noel" <noel.butler at ausics.net>
To: <juniper-nsp at puck.nether.net>
Sent: Thursday, November 10, 2005 11:10 AM
Subject: [j-nsp] JunOS rate limiting


> HI All,
> 
> Anyone aware of problems with Junipers not be able to rate limit an
> interface/ip, unless that interface is set to half duplex??????/
> I think its a case of they have NFI what they are doing, even the most
> brain dead ci$co can do it, so i find it hard to believe, is there maybe
> some setting they need to change, or somthing  I can offer up? apart
> from " get a tech with a clue" :) which has gone through my mind, but I
> must be diplomatic....
> 
> Cheers
> 
> 
> _______________________________________________
> juniper-nsp mailing list juniper-nsp at puck.nether.net
> http://puck.nether.net/mailman/listinfo/juniper-nsp
>


More information about the juniper-nsp mailing list