cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
276
Views
4
Helpful
2
Replies

voip qos in frame-relay network

yi-chen
Level 1
Level 1

when i config frame-relay map,large data packet can not go through normally

c2600-js-mz.121-5.T12

c3640-js-mz.121-5.T12

related config:

interface Serial0/0

no ip address

no ip directed-broadcast

encapsulation frame-relay

no ip mroute-cache

no fair-queue

frame-relay traffic-shaping

frame-relay lmi-type ansi

frame-relay ip tcp header-compression

frame-relay ip rtp header-compression

!

interface Serial0/0.1 point-to-point

description fr to henanciq

bandwidth 128

ip address 10.41.252.26 255.255.255.252

no ip directed-broadcast

no ip mroute-cache

frame-relay class 128k

frame-relay interface-dlci 16 IETF

!

map-class frame-relay 128k

no frame-relay adaptive-shaping

frame-relay cir 128000

frame-relay mincir 1000

frame-relay fair-queue

frame-relay fragment 160

frame-relay ip rtp priority 16384 16383 100

2 Replies 2

avalchev
Level 1
Level 1

Hi,

I will sugest you the following configuration changes:

1. In 'map-class frame-relay 128k ':

no frame-relay adaptive-shaping

frame-relay cir 128000

frame-relay mincir 128000

frame-relay bc 1280

frame-relay be 0

frame-relay fair-queue

frame-relay fragment 160

frame-relay ip rtp priority 16384 16383 ??? - you will decide how much

You must do this at both sides of the WAN link.

Your WAN Service provider must guarantee you this 128kpbs as a minimum!!!

use 'sh traffic-shape' to see if at both routers it looks like:

Interface Se3/0.6

Access Target Byte Sustain Excess Interval Increment Adapt

VC List Rate Limit bits/int bits/int (ms) (bytes) Active

884 128000 160 1280 0 10 160 -

use 'sh frame-relay fragment' to see if fragmenting works:

Serial3/0.6 884 end-to-end 160 888107 8286890 0

if the last value 'dropped-frag' is increasing - this meen that your WAN provider not gives you the CIR 128000, and drops some or more of your fragments - take apropriate action.

Good Luck!

By the way, try to remove RTP and TCP header compressions if needed - it is very buggy at most of the IOSes.

according to your suggestion the voip qos is better than before

thks a lot