Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Frame pvc fair weight queuing

Status
Not open for further replies.
Jul 18, 2001
40
US
Hi all. My company has an office in Massachusetts and Vancouver, BC. We currently use a frame pvc with a CIR of 1024kb, burstable to 1.5. The frame is used because the cost of a ptp T1 between sites is giant! Like 30-40K/month. Most traffic between sites is smb stuff and during the day performance suffers. A friend mentioned "fair weight queuing" as a possible way to maximize this circuit but I don't know a dang thing about it. My routers are Cisco 2620 and 2611, frame pvc from AT$T. Can anyone help me on this one? Also, are there cost effective alternatives to frame offering better performance that I should consider? Thanks!
 
How many users? What other traffic besides SMB? Can you post a copy of your config and your IOS release? Todd VanDerwerken, CCNA, CCDA
Technical Consultant
"If at first you don't succeed...then sky diving isn't for you!"
 
Hi Todd, I have 110 users in the home site and 120 in Vancouver. Trafficwise in addition to SMB, there's SQL, NFS, and RPC. My company's code store is in Vancouver on a Samba/Sol8 box, we have developers in both sites, the most in Vanc. Single 2k domain across the frame with E2k boxes at each site. My version and conf are below, I don't have the Vanc end conf in front of me:

ravelli#sh vers
Cisco Internetwork Operating System Software
IOS (tm) C2600 Software (C2600-I-M), Version 12.0(7)T, RELEASE SOFTWARE (fc2)
Copyright (c) 1986-1999 by cisco Systems, Inc.
Compiled Tue 07-Dec-99 02:12 by phanguye
Image text-base: 0x80008088, data-base: 0x807AAF70

ROM: System Bootstrap, Version 11.3(2)XA4, RELEASE SOFTWARE (fc1)

ravelli uptime is 13 weeks, 3 days, 6 minutes
System returned to ROM by power-on
System restarted at 14:26:30 UTC Sat Jul 27 2002
System image file is "flash:c2600-i-mz.120-7.T"

cisco 2620 (MPC860) processor (revision 0x101) with 39936K/9216K bytes of memory.
Processor board ID JAD04420H71 (2550901775)
M860 processor: part number 0, mask 49
Bridging software.
X.25 software, Version 3.0.0.
1 FastEthernet/IEEE 802.3 interface(s)
1 Serial network interface(s)
32K bytes of non-volatile configuration memory.
8192K bytes of processor board System flash (Read/Write)

Configuration register is 0x2102

sh conf
Using 1836 out of 29688 bytes
!
! Last configuration change at 19:24:09 UTC Mon Sep 9 2002
! NVRAM config last updated at 21:14:38 UTC Mon Sep 9 2002
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname ravelli
!
enable secret 5 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
!
!
!
!
!
ip subnet-zero
ip name-server 10.10.0.15
ip name-server 10.10.0.22
!
!
!
!
interface FastEthernet0/0
description to Mass internal network
ip address 10.12.0.5 255.255.0.0
no ip directed-broadcast
speed 100
full-duplex
!
interface Serial0/0
description to Vancouver
ip address 192.168.0.1 255.255.255.0
no ip directed-broadcast
encapsulation frame-relay IETF
no ip mroute-cache
no fair-queue
frame-relay interface-dlci 105
frame-relay lmi-type cisco
!
ip classless
ip route 0.0.0.0 0.0.0.0 10.12.0.6
ip route 10.0.0.0 255.255.0.0 192.168.0.2
ip route 10.1.0.0 255.255.0.0 192.168.0.2
no ip http server
!
!
map-class frame-relay IETF
access-list 10 permit 12.105.0.0 0.0.255.255
access-list 12 permit 10.10.1.23
snmp-server engineID local 0000000902000004275B7320
snmp-server community XXXXXXXXXX RO
snmp-server enable traps snmp
snmp-server enable traps isdn call-information
snmp-server enable traps isdn layer2
snmp-server enable traps hsrp
snmp-server enable traps config
snmp-server enable traps entity
snmp-server enable traps envmon
snmp-server enable traps bgp
snmp-server enable traps rsvp
snmp-server enable traps frame-relay
snmp-server enable traps rtr
snmp-server enable traps syslog
!
line con 0
exec-timeout 0 0
password 7 XXXXXXXXXXXXXXXXXX
login
transport input none
line aux 0
line vty 0 4
access-class 20 in
exec-timeout 0 0
password 7 XXXXXXXXXXXXXXXXXX
login
transport output none
!
ntp clock-period 17180184
ntp access-group peer 12
ntp access-group serve 10
ntp server 10.10.1.23
end

Thx for any help you can give me man.....Jeff
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top