Im hoping someone could help.. Our ISP is a small local ISP. They have just set us up with a bonded t1( 2 T1 lines ran to our office to achieve 3.0MB).. We have a cisco 2620. We had only 1-T1 before and everything was running fine at 1.5 up /1.5 down .They brought out a new WIC 1DCU T1 installed it and got the 2nd T1 up and running.. unfortunatly We are stil running at only 1.5MB but I can disconnect either t1 line and still run at 1.5MB. I think its just a config error somewhere as there is redundancy The real problem is there cisco guy left last year and there Unux guy is trying to figure out how to configure it Im sure its not only our router configuerd incorrectly bbut also there router... They said that this is the config that they have ran at other locations and the bonded t1 lines run perfect at 3.0mb. Here is our current config.. the router is running cisco ios 12.3.19
Current configuration:
!
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
!
!
ip subnet-zero
!
!
!
!
interface Serial0
bandwidth 1536
no ip address
no ip directed-broadcast
encapsulation frame-relay IETF
load-interval 30
frame-relay lmi-type ansi
!
interface Serial0.1 point-to-point
ip address 192.168.61.2 255.255.255.0
no ip directed-broadcast
no cdp enable
frame-relay interface-dlci 101 IETF
!
interface Serial1
bandwidth 1536
no ip address
no ip directed-broadcast
encapsulation frame-relay IETF
load-interval 30
frame-relay lmi-type ansi
!
interface Serial1.1 point-to-point
ip address 192.168.114.2 255.255.255.0
no ip directed-broadcast
no cdp enable
frame-relay interface-dlci 101 IETF
!
interface FastEthernet0
ip address 63.69.17.129 255.255.255.248
no ip directed-broadcast
load-interval 30
no cdp enable
!
router eigrp 1
network 63.69.17.128 0.0.0.7
network 192.168.61.0
network 192.168.114.0
maximum-paths 2
no auto-summary
!
ip classless
ip route 0.0.0.0 0.0.0.0 63.69.23.254
no ip http server
!
no cdp run
!
line con 0
transport input none
line aux 0
line vty 0 4
exec-timeout 60 0
login
!
end
Thanks for your help!
Current configuration:
!
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
!
!
ip subnet-zero
!
!
!
!
interface Serial0
bandwidth 1536
no ip address
no ip directed-broadcast
encapsulation frame-relay IETF
load-interval 30
frame-relay lmi-type ansi
!
interface Serial0.1 point-to-point
ip address 192.168.61.2 255.255.255.0
no ip directed-broadcast
no cdp enable
frame-relay interface-dlci 101 IETF
!
interface Serial1
bandwidth 1536
no ip address
no ip directed-broadcast
encapsulation frame-relay IETF
load-interval 30
frame-relay lmi-type ansi
!
interface Serial1.1 point-to-point
ip address 192.168.114.2 255.255.255.0
no ip directed-broadcast
no cdp enable
frame-relay interface-dlci 101 IETF
!
interface FastEthernet0
ip address 63.69.17.129 255.255.255.248
no ip directed-broadcast
load-interval 30
no cdp enable
!
router eigrp 1
network 63.69.17.128 0.0.0.7
network 192.168.61.0
network 192.168.114.0
maximum-paths 2
no auto-summary
!
ip classless
ip route 0.0.0.0 0.0.0.0 63.69.23.254
no ip http server
!
no cdp run
!
line con 0
transport input none
line aux 0
line vty 0 4
exec-timeout 60 0
login
!
end
Thanks for your help!