Frame-Relay Traffic Shaping using "frame-relay class" &

From: The Great Ryan (pv.ryan@gmail.com)
Date: Wed Oct 19 2005 - 14:37:30 GMT-3


Hi, Group,

I have configure a Frame-Relay Serial Interface using "frame-relay
map" statement. I just only use DLCI 205 for sending data. Now I want
to apply Frame-Relay Traffic shaping on this DLCI. Shoul I use
1)
interface Serial0/1/0
 frame-relay traffic-shaping
 frame-relay map ip 192.168.1.5 205 broadcast
 frame-relay interface-dlci 205
  class FRTS
2)
interface Serial0/1/0
 frame-relay traffic-shaping
 frame-relay map ip 192.168.1.5 205 broadcast
 frame-relay class FRTS

In (1), it can change a particular DLCI's target rate but "frame-relay
interface-dlci" seem to be used in point-to-point subinterface. I'm
not sure to use both "frame-relay map" & "frame-relay interface-dlci"
on the same interface.

In (2), "frame-relay class FRTS" can be applied on main interface but
it change All DLCI on this main interface to the same traffic rate. I
don't know if it is suitable or not because I want to change DLCI 205
traffic rate only.

======== show traffic-shape (without any map-class)=================
Interface Se0/1/0
       Access Target Byte Sustain Excess Interval Increment Adapt
VC List Rate Limit bits/int bits/int (ms) (bytes) Active
203 56000 875 7000 0 125 875 -
204 56000 875 7000 0 125 875 -
205 56000 875 7000 0 125 875 -
201 56000 875 7000 0 125 875 -

========= show traffic-shape (case 1) =======================
Interface Se0/1/0
       Access Target Byte Sustain Excess Interval Increment Adapt
VC List Rate Limit bits/int bits/int (ms) (bytes) Active
203 56000 875 7000 0 125 875 -
204 56000 875 7000 0 125 875 -
205 128000 2000 128000 0 125 2000 -
201 56000 875 7000 0 125 875 -

========= show traffic-shape (case 2) =======================
Interface Se0/1/0
       Access Target Byte Sustain Excess Interval Increment Adapt
VC List Rate Limit bits/int bits/int (ms) (bytes) Active
203 128000 2000 128000 0 125 2000 -
204 128000 2000 128000 0 125 2000 -
205 128000 2000 128000 0 125 2000 -
201 128000 2000 128000 0 125 2000 -



This archive was generated by hypermail 2.1.4 : Sun Nov 06 2005 - 22:00:51 GMT-3