If you configure it the following way then you will experience 50% packet loss whenever one of your T1s go down.
ip route 0.0.0.0 0.0.0.0 S1
ip route 0.0.0.0 0.0.0.0 S0
You'll probably have to go with BGP in your situation. Here is are a couple of links to start with.
Link with info about BGP
http://www.cisco.com/en/US
Link with configuration examples
http://www.cisco.com/en/US
You have to be careful about configuring BGP because you can actually start routing Internet traffic through your connection if you do not have your autonomous systems setup properly. I would work with your ISPs to set this up properly. They will usually provide help with this.
GL
Jharper
Main Topics
Browse All Topics





by: snoopy13Posted on 2004-03-09 at 01:58:06ID: 10548783
Are you going to be running any routing protocols?
If not the simplest way is to put default gateway routes to each serial interface.
ip route 0.0.0.0 0.0.0.0 S1
ip route 0.0.0.0 0.0.0.0 S0