Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > Problems With Frame Relay Slowness

Reply
Thread Tools

Problems With Frame Relay Slowness

 
 
Phin
Guest
Posts: n/a
 
      01-22-2004
Hey all, thought I would pick the collective brains of the group to get a
little assistance. We have three offices that are connected using Frame
Relay. Everything seems to be talking between the offices but performance
is slow. Right now I have nothing going over the Frame Relay but need to
get this running. When doing multiple pings between the routers, the speed
is, on average, about 25 ms. If I connect to a remote router and do a sh
conf and page through there is a noticable delay, sometimes 5 - 10 seconds
to get to the next page. Right now I am using static routing but would like
to get EIGRP or something like that running as well. Do you see any red
flags in my configuration that could be causing this slowness? Any help is
appreciated. Please see the information and configs below.

Office A 172.16.16.0/21 network
Office B 172.16.24.0/21 network
Office C 172.16.32.0/21 network

================================================== =
Office A running config (Cisco3640)

ip subnet-zero
!
controller T1 0/0
framing esf
linecode b8zs
channel-group 0 timeslots 1-24 speed 64
!
controller T1 0/1
framing esf
linecode b8zs
channel-group 0 timeslots 1-24 speed 64
!
controller T1 0/2
framing esf
linecode b8zs
channel-group 0 timeslots 1-24 speed 64
!
controller T1 0/3
framing esf
linecode b8zs
channel-group 0 timeslots 1-24 speed 64
!
class-map match-all data
match access-group 102
class-map match-all video
match access-group 101
class-map match-all voice
match access-group 100
!
policy-map voice-video-data
class voice
set ip precedence 5
compress header ip
class video
set ip precedence 4
compress header ip
class data
compress header ip
set ip precedence 1
class class-default
compress header ip
fair-queue
set precedence 0
!
interface MFR0
no ip address
load-interval 30
frame-relay multilink bid 124.61.lprt459
frame-relay traffic-shaping
frame-relay lmi-type ansi
frame-relay ip tcp header-compression
frame-relay ip rtp header-compression
!
interface MFR0.1 point-to-point
description Connection to Frame Relay (OfficeB)
bandwidth 4608000
ip address 10.10.10.1 255.255.255.252
frame-relay interface-dlci 100
class OfficeB
frame-relay ip tcp header-compression
frame-relay ip rtp header-compression
!
interface MFR0.2 point-to-point
description Connection to Frame Relay (OfficeC)
bandwidth 1536000
ip address 10.10.10.5 255.255.255.252
frame-relay interface-dlci 101
class OfficeC
frame-relay ip tcp header-compression
frame-relay ip rtp header-compression
!
interface FastEthernet0/0
description Connected to OfficeA LAN
ip address 172.16.16.10 255.255.248.0
speed 100
full-duplex
!
interface Serial0/0:0
description Connected to Frame Relay
no ip address
encapsulation frame-relay MFR0
no arp frame-relay
frame-relay multilink lid 124.61.lprt445
!
interface Serial0/1:0
description Connected to Frame Relay
no ip address
encapsulation frame-relay MFR0
no arp frame-relay
frame-relay multilink lid 124.61.lprt446
!
interface Serial0/2:0
description Connected to Frame Relay
no ip address
encapsulation frame-relay MFR0
no arp frame-relay
frame-relay multilink lid 124.61.lprt448
!
interface Serial0/3:0
description Connected to Frame Relay
no ip address
encapsulation frame-relay MFR0
no arp frame-relay
frame-relay multilink lid 124.61.lprt450
!
ip classless
ip route 0.0.0.0 0.0.0.0 172.16.16.4
ip route 172.16.24.0 255.255.248.0 MFR0.1
ip route 172.16.24.0 255.255.248.0 MFR0.2 225
ip route 172.16.32.0 255.255.248.0 MFR0.2
ip route 172.16.32.0 255.255.248.0 MFR0.1 225
!
map-class frame-relay OfficeB
frame-relay traffic-rate 2880000 2880000
frame-relay bc 1620000
frame-relay be 1536000
frame-relay mincir 2880000
service-policy output voice-video-data
!
map-class frame-relay OfficeC
frame-relay traffic-rate 1536000 1536000
frame-relay bc 1536000
frame-relay be 1536000
frame-relay mincir 1536000
service-policy output voice-video-data
!
access-list 100 permit udp any any range 16384 32767
access-list 101 permit tcp any any range 3230 3235
access-list 101 permit tcp any any eq 1720
access-list 102 permit ip any any
!
end

================================================== ===

OfficeB Running Config (Cisco3640)

ip subnet-zero
!
controller T1 0/0
framing esf
linecode b8zs
channel-group 0 timeslots 1-24 speed 64
!
controller T1 0/1
framing esf
linecode b8zs
channel-group 0 timeslots 1-24 speed 64
!
controller T1 0/2
framing esf
linecode b8zs
channel-group 0 timeslots 1-24 speed 64
!
class-map match-all data
match access-group 102
class-map match-all video
match access-group 101
class-map match-all voice
match access-group 100
!
policy-map voice-video-data
class voice
set ip precedence 5
compress header ip
class video
set ip precedence 4
compress header ip
class data
compress header ip
set ip precedence 1
class class-default
compress header ip
fair-queue
set precedence 0
!
interface MFR0
no ip address
load-interval 30
frame-relay multilink bid lucent107.61.lport698
frame-relay traffic-shaping
frame-relay lmi-type ansi
frame-relay ip tcp header-compression
frame-relay ip rtp header-compression
!
interface MFR0.1 point-to-point
description Connection to Frame Relay (OfficeA)
bandwidth 3072000
ip address 10.10.10.2 255.255.255.252
frame-relay interface-dlci 100
class OfficeA
frame-relay ip tcp header-compression
frame-relay ip rtp header-compression
!
interface MFR0.2 point-to-point
description Connection to Frame Relay (OfficeC)
bandwidth 1536000
ip address 10.10.10.17 255.255.255.252
frame-relay interface-dlci 200
class OfficeC
frame-relay ip tcp header-compression
frame-relay ip rtp header-compression
!
interface FastEthernet0/0
description Connected to OfficeB LAN
ip address 172.16.24.4 255.255.248.0
speed 100
full-duplex
!
interface Serial0/0:0
description Connected to Frame Relay
no ip address
encapsulation frame-relay MFR0
no arp frame-relay
frame-relay multilink lid 107.61.lprt695
!
interface Serial0/1:0
description Connected to Frame Relay
no ip address
encapsulation frame-relay MFR0
no arp frame-relay
frame-relay multilink lid 107.61.lprt696
!
interface Serial0/2:0
description Connected to Frame Relay
no ip address
encapsulation frame-relay MFR0
no arp frame-relay
frame-relay multilink lid 107.61.lprt697
!
ip classless
ip route 0.0.0.0 0.0.0.0 172.16.24.2
ip route 172.16.16.0 255.255.248.0 MFR0.1
ip route 172.16.16.0 255.255.248.0 MFR0.2 225
ip route 172.16.32.0 255.255.248.0 MFR0.2
ip route 172.16.32.0 255.255.248.0 MFR0.1 225
!
map-class frame-relay OfficeA
frame-relay traffic-rate 2880000 2880000
frame-relay bc 1620000
frame-relay be 1536000
frame-relay mincir 2880000
service-policy output voice-video-data
!
map-class frame-relay OfficeC
frame-relay traffic-rate 1536000 1536000
frame-relay bc 1536000
frame-relay be 1536000
frame-relay mincir 1536000
service-policy output voice-video-data
!
access-list 100 permit udp any any range 16384 32767
access-list 101 permit tcp any any range 3230 3235
access-list 101 permit tcp any any eq 1720
access-list 102 permit ip any any
!
end

================================================== =

OfficeC Running Config (Cisco2610)

ip subnet-zero
ip cef
!
controller T1 0/0
framing esf
linecode b8zs
channel-group 0 timeslots 1-24 speed 64
!
controller T1 0/1
framing esf
linecode b8zs
channel-group 0 timeslots 1-24 speed 64
!
class-map match-all data
match access-group 102
class-map match-all video
match access-group 101
class-map match-all voice
match access-group 100
!
!
policy-map voice-video-data
class voice
compress header ip rtp
set precedence 5
class video
compress header ip rtp
set precedence 4
class data
compress header ip
set precedence 1
class class-default
compress header ip
fair-queue
set precedence 0
!
interface MFR0
no ip address
no ip mroute-cache
load-interval 30
frame-relay multilink bid 102.61.lprt548
frame-relay traffic-shaping
frame-relay lmi-type ansi
frame-relay ip tcp header-compression
frame-relay ip rtp header-compression
!
interface MFR0.1 point-to-point
description Connection to Frame Relay (OfficeA)
bandwidth 1536000
ip address 10.10.10.6 255.255.255.252
no ip mroute-cache
frame-relay interface-dlci 101
class OfficeA
frame-relay ip tcp header-compression
frame-relay ip rtp header-compression
!
interface MFR0.2 point-to-point
description Connection to Frame Relay (OfficeB)
bandwidth 1536000
ip address 10.10.10.18 255.255.255.252
no ip mroute-cache
frame-relay interface-dlci 200
class OfficeB
frame-relay ip tcp header-compression
frame-relay ip rtp header-compression
!
interface Ethernet0/0
description Connected to OfficeC LAN
ip address 172.16.32.4 255.255.248.0
full-duplex
!
interface Serial0/0:0
description Connected to Frame Relay
no ip address
encapsulation frame-relay MFR0
no arp frame-relay
frame-relay multilink lid 102.61.lprt546
!
interface Serial0/1:0
description Connected to Frame Relay
no ip address
encapsulation frame-relay MFR0
no arp frame-relay
frame-relay multilink lid 102.61.lprt547
!
ip classless
ip route 0.0.0.0 0.0.0.0 172.16.24.2
ip route 172.16.16.0 255.255.248.0 MFR0.1
ip route 172.16.16.0 255.255.248.0 MFR0.2 225
ip route 172.16.24.0 255.255.248.0 MFR0.2
ip route 172.16.24.0 255.255.248.0 MFR0.1 225
!
map-class frame-relay OfficeA
frame-relay traffic-rate 1536000 1536000
frame-relay bc 1536000
frame-relay be 1536000
frame-relay mincir 1536000
service-policy output voice-video-data
!
map-class frame-relay OfficeB
frame-relay traffic-rate 1536000 1536000
frame-relay bc 1536000
frame-relay be 1536000
frame-relay mincir 1536000
!
access-list 100 permit udp any any range 16384 32767
access-list 101 permit tcp any any range 3230 3235
access-list 101 permit tcp any any eq 1720
access-list 102 permit ip any any
!
end

================================================== ==


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
IE6 Garbage Collection and general IE6 slowness problems timothytoe Javascript 4 06-03-2008 05:17 PM
Dhcp Relay Agent And Acl On Sw 3750, DHCP Relay Agent and ACL on Sw 3750 Vimokh Cisco 3 09-06-2006 02:16 AM
Cable Modem / FT1 Frame Relay hybrid coalition problem Jose E. Calderon Cisco 0 10-23-2003 10:52 AM
Re: win2k pro problems with slowness. PhilGreg Computer Support 3 07-02-2003 02:06 AM
Re: win2k pro problems with slowness. Gray Ghost Computer Support 1 06-29-2003 04:43 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57