I have a Cisco 2600 router at the head end of my internet service. I have two T1-SCU/DSU installed in it, and two T1 circuits providing internet connectivity.
The two circuts (Serial0/0 and Serial 0/1) have unique IP addresses and I have the following enabled on both cards:
ip load-sharing per-packet
I have two default routes setup, one points to Serial0/0 the other to Serial 0/1
We are having major problems with the Telco on the Serial0/1 circuit and EVERYTHING is very slow.
While they fix this, how can I temporarly disable ANY traffic going out over Serial 0/1?
1.5MB/sec is better than what we are currently getting as the other interface is taking errors.
Here is the complete running configuration:
Current configuration : 1389 bytes
version 12.3
service timestamps debug uptime
service timestamps log uptime
service password-encryption
hostname mycompany.com
boot-start-marker
boot-end-marker
no network-clock-participate slot 1
no network-clock-participate wic 0
no aaa new-model
ip subnet-zero
ip cef
ip name-server 66.28.0.45
ip name-server 66.28.0.61!
interface FastEthernet0/0
description mycompany.internal.pix.out
side
ip address 209.xxx.xxx.xxx 255.255.255.xxx
no ip redirects
no ip proxy-arp
duplex auto
speed auto
!
interface Serial0/0
description cogent.t1.new
ip address 38.x.x.x 255.255.255.x
no ip redirects
no ip proxy-arp
ip load-sharing per-packet
encapsulation ppp
service-module t1 clock source internal
service-module t1 timeslots 1-24
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/1
description cogent.t1.upgrade
ip address 38.x.x.x 255.255.255.x
no ip redirects
no ip proxy-arp
ip load-sharing per-packet
encapsulation ppp
service-module t1 clock source internal
service-module t1 timeslots 1-24
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0/0
ip route 0.0.0.0 0.0.0.0 Serial0/1
!
no ip http server
no ip http secure-server
line con 0
password 7 008734876F5E19
line aux 0
line vty 0
password 7 1412347647701383D
login
line vty 1 4
login
end