[j-nsp] Bandwidth Management

Roman romantix74 at list.ru
Wed Jan 4 15:03:15 EST 2012


Hi ,  i found that  EX 3200 and 2200 can police  :
 (https://geni-orca.renci.org/trac/wiki/VLANsOnEX3200)

ibaldin# show firewall
family ethernet-switching {
    filter qosFilter {
        term qosRule {
            then {
                count qosCounter;
                policer testPolicer;
            }
        }
    }
}
policer testPolicer {
    if-exceeding {
        bandwidth-limit 500k;
        burst-size-limit 50k;
    }
    then discard;
}

ibaldin# show vlans qosVlan
description "QoS VLAN";
vlan-id 250;
interface {
    ge-0/0/2.0;
    ge-0/0/1.0;
}
filter {
    input qosFilter;
}

----- Original Message ----- 
From: "amit shukla" <amitshukla4u at hotmail.com>
To: <juniper-nsp at puck.nether.net>
Sent: Wednesday, January 04, 2012 8:44 AM
Subject: [j-nsp] Bandwidth Management


>
> Hi ,
> in our network we have all juniper stuff's, our topology are as given 
> below

>                                                  SSG 350 
> |                                                     | 
> |                                                EX 3200 
> |                                                     | 
> |                                       EX2200         EX2200 
> |                  |                                             | 
> |                                             |                  | 
> 7 L2 SWITCH        6 L2 SWITCH                          (connected to 7 
> cabin)    (connected to 6 cabin)
>
> we configure near about 13 vlan (svi on both 3200 n 2200 ) 1 for each 
> cabin
> our objective that we want to assign fix bandwidth for  each vlan for 
> example 1MBPS for vlan 10 , 512 kbps for vlan 20
> and we also want if suppose vlan 20 user are not present or not utilizing 
> their assign bandwidth then the allocated bandwidth for vlan 20 must be 
> assign to vlan 10  dynamically
> kindly help me how we can achieve that and how if their any document for 
> that so kindly provide me.
> Regards
> Amit
> _______________________________________________
> 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