To take care of inbound traffic over s0/1 also, you'll need to shutdown the s0/1 interface (no shut) or have your provider remove their routing over that circuit as well.
Main Topics
Browse All TopicsI 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
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
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I have removed the route, and shutdown the interface as suggested.
With the interface shutdown, hoever will the Telco still be able to loop the CSU on the router while they are performing intrusive testing?
One other off-topic question, do I need to have the command
ip load-sharing-per packet
on both the Serial0/0 interface and the Serial 0/1 for it to work properly?
>With the interface shutdown, hoever will the Telco still be able to loop the CSU on the router while they are performing intrusive testing?
Yes.
One other off-topic question, do I need to have the command
ip load-sharing-per packet
This provides more equal usage of both circuits but can lead to out of order delivery so it is recommended to not do per packet load balancing. You can remove the command from the interfaces to do per-destination load balancing.
Business Accounts
Answer for Membership
by: bsohn417Posted on 2009-09-15 at 08:00:49ID: 25335632
ip route 0.0.0.0 0.0.0.0 Serial0/1 150 <----- set cost to 150
or just remove the route