Re: CBWFQ on Framerelay with subinterfaces

From: san (san.study@gmail.com)
Date: Wed Dec 07 2005 - 15:29:42 GMT-3


Chris,

Can you check the below is correct ? How to determine the shaping
average limit. I plan to do sh inter & get the bandwidth value from
there. (not sure its correct).

Ip access-list ex FORS1.1
Permit ip any 172.16.1.0 0.0.0.255

Ip access-list ex FORS1.2
Permit ip any 192.168.1.0 0.0.0.255

Class-map class1
 Match access-group name FORS1.1

Class-map class2
Match access-group name FORS1.2

Policy-map subint1
   Class class1
       shape fullbw-defined-here
       service-policy policy_child1

Policy-map subint2
   Class class2
       shape fullbw-defined-here
       service-policy policy_child2

policy-map policy_child1
   class class-default
    bandwidth percent 20

  policy-map policy_child2
   class class-default
    bandwidth percent 40

int s1.1
service-policy out subint1

int s1.2
 service-policy out subint2

With Rgds
SAN

On 12/7/05, Chris Lewis <chrlewiscsco@gmail.com> wrote:
> Hi Anwar.
>
> To configure bandwidth policies on sub-interfaces, you first need to apply a
> shape parent policy to the sub-interface, then a child policy with bandwidth
> commands. This policy can then be directly applied to the sub-interface
> without the need for frame relay traffic shaping or a map-clas fame relay
> configuration.
>
> Try it out and if you need more help post your confiigs.
>
> Cheers
>
> Chris
>
>
> On 12/7/05, Anwar Chalamannil <anwar.chalamannil@gmail.com> wrote:
> >
> > Hi, Group,
> >
> > I want to allocate bandwidth for two networks ( 172.16.1.0/24 ,
> > 192.168.1.0/24) that is connected to 2 sub interfaces (S1.1 and S1.2)
> > of Frame-relay
> > circuit .lets say for s1.1(172.16.1.0/24 ) 20 % and for s1.2 (
> > 192.168.1.0/24) 40%
> >
> >
> >
> > Does my configuration work ?
> >
> >
> >
> > Ip access-list ex FORS1.1
> >
> > Permit ip any 172.16.1.0 0.0.0.255
> >
> >
> >
> > Ip access-list ex FORS1.2
> >
> > Permit ip any 192.168.1.0 0.0.0.255
> >
> >
> >
> > Class-map class1
> >
> > Match access-group name FORS1.1
> >
> >
> >
> > Class-map class2
> >
> > Match access-group name FORS1.2
> >
> >
> >
> >
> >
> > Policy-map test
> >
> > Class class1
> >
> > Bandwidth percent 20
> >
> > Class class2
> >
> > Bandwidth percent 40
> >
> >
> >
> >
> >
> > int s1
> >
> > service-policy out test
> >
> >
> >
> >
> >
> > Or do I have to configure map class and apply policy in it ?
> >
> >
> >
> >
> >
> > Thanks
> >
> > Anwar
> >
> > _______________________________________________________________________
> > Subscription information may be found at:
> > http://www.groupstudy.com/list/CCIELab.html
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html



This archive was generated by hypermail 2.1.4 : Mon Jan 09 2006 - 07:07:50 GMT-3