Re: FTS Question

From: CCIEin2006 (ciscocciein2006@gmail.com)
Date: Mon Sep 04 2006 - 12:52:04 ART


Chris I have two questions for you:

1. Have you tried using bandwidth percent instead of shape? Why are you
using shape?
2. Have you tried applying the policy map to the main interface directly
instead of via frame-relay map-class?

On 9/3/06, Chris Broadway <midatlanticnet@gmail.com> wrote:
>
> Given the basic FTS guidelines I email out a little while ago, I am trying
> to solve the task below.
>
> there is a frame relay interface s1/1 that has three sub-interfaces.
>
> s1/1.1 -172.16.1.1/24
> s1/1.2-172.16.2.1/24
> s1/1.3-172.16.3.1/24
>
> Out of the total amount of bandwidth allocated for s1/1, I need to
> allocate
> the traffic according to this:
>
> 172.16.1.0/24-20%
> 172.16.2.0/24-30%
> 172.16.3.0/24-25%
> critical voice traffic-15%
>
>
> Here is my solution:
> access-list 10 permit 172.16.1.0 0.0.0.255
> access-list 20 permit 172.16.2.0 0.0.0.255
> access-list 30 permit 172.16.3.0 0.0.0.255
>
> class-map match-all ONE
> match access-group 10
> class-match match-all TWO
> match access-group 20
> class-match match-all THREE
> match access-group 30
> class-map match-all VOICE_CLASS
> match protocol rtp
> match precedence 5
>
> policy-map FTS_POLICY
> class ONE
> shape average percent 20
> class TWO
> shape average percent 30
> class THREE
> shape average percent 25
> class VOICE_CLASS
> shape average percent 15
>
> map-class frame-relay CBWFQ_FTS
> service-policy output FTS_POLICY
>
> int s1/1
> max-reserved-bandwidth 95
> frame-relay class CBWFQ_FTS
>
> ________________________________________________________
>
>
> I was going to ask the group if this solution looked like it met the
> requirements and if this was considered CBWFQ and/or FTS. But, when I
> went
> to apply the frame-relay class to the interface, I got this error "Only
> class-default supported over FR VCs". Why did I get this and why was I
> not
> able to meet my requirements with this?
>
> -Broadway
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html



This archive was generated by hypermail 2.1.4 : Sun Oct 01 2006 - 16:55:39 ART