thadizzy wrote: » How fast is the physical connection to the ISP? If it is faster than 2Mbps you run into a different kind of issues where QoS policys never kicks in because the interface is never concidered full. If I'm not mistaken rate-limiting would be the way to go in that sceonario because it is always 'active'.
oxzgan wrote: » Let me explain more about the issue router fa0/0 connecting to Internet Router fa0/1 connecting with switch and Switch have 2 or more vlans can say Vlan student and vlan office .Internet connection speed is 8 mbpsand can say using fast ethernet cable which is 100 mpbs speed .i want 6 mpbs internet speed for Vlan office and 1 mpbs for Vlan Student.and rest 1 mbps for other vlans I think it is possible by this way belowCreated access list for vlan office and student access list 100 for office access list 101 for student vlanThen class-map officematch ip address 100class-map student match ip address 101Policy-map CHILDclass Office bandwidth percent 75 class Student bandwidth percent 12class class-default bandsidth percent 12policy-map PARENTclass class-defaultpolice 8000000 conform-action transmit exceed-action dropservice-policy CHILDint fa0/1( port which is connecting router and switch )service-policy output PARENTANything wrong with this config? i done parent policy map for limiting bandwidth to 8 Mbps and child policy map for limiting bandwidth for VLANs.
thadizzy wrote: » The problem is the service policy will only kick in when the physical link becomes congested.
thadizzy wrote: » The problem is the service policy will only kick in when the physical link becomes congested. Since it is a 100mbit physical link it will not become congested with 8Mbit traffic.
oxzgan wrote: » So it means My policy map will work only when Physical link get congested?i mean as per my policymap defined i assigned 6mbps to office vlan and 1 mbps to student vlan , so this will work only if physical link get congested ? I defined police command under PARENT policy map, wont this help?