cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
644
Views
0
Helpful
2
Replies

Dual ISP BGP Routing Issue

mike.bradley
Level 1
Level 1

I am connected to two tier 1 ISP's and take full routes from both. I have a T3 to one and dual T1's to the other. The dual T1's are intended to be a backup to the T3. I have local-pref set to 200 for all routes learned via the T3 ISP. I also am prepending my AS# several times to the T1 ISP. For 99% of routes this has the desired affect of routing traffic via the T3. For some reason the T1 ISP is learning more specific routes for a small number of IP blocks. This causes a small number of /24 blocks to use the T1's.

I want to ensure all traffic utilizes the T3 because the asymmetric paths seem to fail.

I was thinking of modifying BGP to only look at /16 or larger IP blocks.

2 Replies 2

mheusinger
Level 10
Level 10

Hi,

seems like a standard BGP problem in the internet. someone aggregating routes of someone else or improper aggregation.

Blocking everything below /16 would surely cut you off large portions of the internet unless you install a default route somewhere. Probably also not what you want, as you lose part of your redundancy, which seems a rather high price to pay to solve this problem.

The first approach would probably be to contact the ISP announcing the /24s asking to aggregate them for you the way your other ISP does.

One other way to tackle the problem is to find out who aggregates and who doesn?t by looking at the BGP attribute atomic aggregate. Maybe you can identify the AS where things go wrong and contact them (->whois AS#).

Hope this helps! Please rate all posts.

Regards, Martin

To make it simpler. Ask both of your ISPs to send you a default route via BGP. Do without the full internet table, and use local-preference as you have use previously to prefer the T3 connection to the T1.

Since you are not looking at any form load-balancing, and the T1 link is there in case of failure of the T3, practically you do not need the full internet table. BGP will still detect link failure and route traffic to the secondary link, and traffic will only use one link at a time.

Hope this helps

Review Cisco Networking products for a $25 gift card