08-18-2009 05:07 PM - edited 03-04-2019 05:47 AM
I need to set FRTS with a cir of 128k but I need to lower the time interval to the minimum, I think is 150ms, any help plese?
Solved! Go to Solution.
08-18-2009 05:24 PM
10ms is the smallest interval. the default is 150ms.
Bc = Tc * cir
Just don't use the command for tc under the map-class because that's not the way to set a specific interval.
Use the formula and then configure the cir and the Bc
08-18-2009 05:18 PM
The lowest time interval is 10ms and you can achieve it with the following formula:
Tc = Bc / CIR
map-class frame-relay FRTS
frame-relay cir 128000
frame-relay bc 1280
This will provide a 10ms Tc.
HTH,
__
Edison.
08-18-2009 05:19 PM
Hi Joseph,
The lowest Tc is 10ms. When you are configuring map-class for FRTS, the router will calculate Tc when you configured the CIR and Bc. You can use this formular to calculate Bc
CIR = Bc / Tc , where Tc is in second
Tc = 10/1000 = 0.01
128000 = Bc / 0.01
Bc = 128000 x 0.01 = 1280
map-class frame-relay FRTS
frame-relay cir 128000
frame-relay bc 1280
interface Serial0/0/0.203 point-to-point
ip address x.x.x.x 255.255.255.0
frame-relay interface-dlci 203
class FRTS
interface Serial0/0/0
no ip address
encapsulation frame-relay
frame-relay traffic-shaping
sh traffic-shape
...snip...
Interface Se0/0/0.203
Access Target Byte Sustain Excess Interval Increment Adapt
VC List Rate Limit bits/int bits/int (ms) (bytes) Active
203 128000 160 1280 0 10 160 -
HTH,
jerry
08-18-2009 05:24 PM
10ms is the smallest interval. the default is 150ms.
Bc = Tc * cir
Just don't use the command for tc under the map-class because that's not the way to set a specific interval.
Use the formula and then configure the cir and the Bc
08-18-2009 05:30 PM
Great help, thanks
I was trying to use
SWRg1(config-map-class)#frame-relay tc 10 ?
but it never worked, now I know why
08-18-2009 05:33 PM
BTW, default CIR is not 150ms, it is 125ms or 1/8 second.
Regards,
jerry
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide