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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Load Balancing T1/SDSL HELP - 1841 Router

Status
Not open for further replies.

rchaney99

IS-IT--Management
Aug 29, 2005
5
US
I have a 1841. The router is not load balancing our T1 and SDSL connection correctly.

S/0/0 is the T1.

Fast Ethernet 0/1 is the SDSL Connection – this is a 4MB connection.

Sometimes the T1 will be at 100% utilized when the SDSL connection is only 3% utilized. Also then the SDSL Connection is Down, the T1 will not work. However, when the T1 is down, the SDSL connection will work.

Below is my config. If anyone can help, it would be greatly appriciated.

version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname 1841
!
boot-start-marker
boot system flash:c1841-advipservicesk9-mz.124-11.XJ.bin
boot-end-marker
!
no logging buffered
enable secret 5
enable password
!
no aaa new-model
ip cef
!
!
!
!
ip domain name lmsed.org
ip name-server 65.113.120.2
ip name-server 65.113.120.3
ip ips notify SDEE
!
multilink bundle-name authenticated
!
key chain key1
key 1
key-string border1
oer master
max-range-utilization percent 10
keepalive 1
logging
!
border 65.113.120.46 key-chain key1
interface FastEthernet0/0 internal
interface FastEthernet0/1 external
interface Serial0/0/0 external
!
learn
throughput
periodic-interval 1
monitor-period 2
prefixes 200
aggregation-type prefix-length 32
!
oer border
local FastEthernet0/0
master 65.113.120.46 key-chain key1
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
description to LMSED network$ETH-LAN$
ip address 65.113.120.81 255.255.255.240
speed auto
full-duplex
no mop enabled
!
interface FastEthernet0/1
description to SDSL$ETH-LAN$
bandwidth 4000
ip address 65.127.140.253 255.255.255.0
duplex auto
speed auto
!
interface Serial0/0/0
description T-1 access to gilanet
bandwidth 1500
ip address 65.113.120.46 255.255.255.252
ip virtual-reassembly
no ip mroute-cache
no fair-queue
service-module t1 timeslots 1-24
!
interface FastEthernet0/1/0
ip address 65.113.120.129 255.255.255.252
duplex auto
speed auto
!
ip route 0.0.0.0 0.0.0.0 65.113.120.45
ip route 0.0.0.0 0.0.0.0 65.127.140.1
!
!
ip http server
no ip http secure-server
!
!
!
!
!
!
!
control-plane
!
!
!
line con 0
line aux 0
line vty 0 4
password admin
login
!
scheduler allocate 20000 1000
ntp clock-period 17178448
ntp server 192.5.41.209
end
 
need a little more info about topology, like where each interface goes and its purpose. The current descriptors are a little confusing.
 
Not sure what you mean... They are both internet connections. The T1 goes to one service provider and the SDSL goes to another (they are sister companies that share IP addresses tho).
 
If this helps...

The T1 s/0/0/0 connects to a T1 card, and the SDSL FE 0/1 connects to a DSL modem.
 
The problem could be in your OER configuration.Try troubleshooting in that area.

Regards
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top