FRTS with MQC and GTS

From: mihai.grigore@onlinehome.de
Date: Mon Oct 27 2008 - 21:02:14 ARST


Dear all,

I have a task that says:

Your company has recently purchased a 5Mbps Internet connection from the Frame
Relay provider to BB1. However, the lowest speed interface
that the provider supports to accommodate this connection is DS3.
To prevent the dropping of your traffic configure R6 network so that traffic
sent out to BB1 does not exceed 5Mbps on average.
The provider has agreed to allow you to burst up to 7.5Mbps for a maximum
period of 32ms.
Do not use the frame-relay traffic-shaping command to accomplish this.

If I use MQC, the solution would be:

 
policy-map FRTS
 class class-default
  shape average 5000000 160000 80000

interface Serial0/0
 bandwidth 45000
 service-policy output FRTS

Here you are the verification:

Lab9_R6#sh policy-map int s0/0
 Serial0/0
  Service-policy output: FRTS
    Class-map: class-default (match-any)
      2 packets, 26 bytes
      5 minute offered rate 0 bps, drop rate 0 bps
      Match: any
      Traffic Shaping
           Target/Average Byte Sustain Excess Interval Increment
             Rate Limit bits/int bits/int (ms) (bytes)
          5000000/5000000 30000 160000 80000 32 20000
        Adapt Queue Packets Bytes Packets Bytes Shaping
        Active Depth Delayed Delayed Active
        - 0 0 0 0 0 no

 
My question: do I get the points if I use GTS like following?

interface Serial0/0
 bandwidth 45000
 traffic-shape rate 5000000 160000 80000 1000

and the verification looks like following:

Lab9_R6(config-if)#do sh traf

Interface Se0/0
       Access Target Byte Sustain Excess Interval Increment Adapt
VC List Rate Limit bits/int bits/int (ms) (bytes) Active
- 5000000 30000 160000 80000 32 20000 -

To me, it looks pretty much the sameb&

Blogs and organic groups at http://www.ccie.net



This archive was generated by hypermail 2.1.4 : Sat Nov 01 2008 - 15:35:23 ARST