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" <[email protected]>
To: <[email protected]>
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 [email protected]
https://puck.nether.net/mailman/listinfo/juniper-nsp


_______________________________________________
juniper-nsp mailing list [email protected]
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to