cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
528
Views
0
Helpful
5
Replies

BGP: Influence Outbound

ninjakid_cisco
Level 1
Level 1

Hi guys,

I have a question on how to influence my outbound traffic. I have 3 providers and let say i have 3 /24 networks. For the purpose of the config, i want one /24 going on my first ISP and the 2nd /24 going to the 2nd and 3rd /24 to my 3rd isp. And still when one isp goes down still the other /24 from the down isp will now go the 2nd isp and so on. Here is a sample of my diagram.

5 Replies 5

lee.reade
Level 4
Level 4

Hi,

Do you know the prefixes that you want to send to each bgp router? Ie, you say /24 network, so do you know that you want say 192.168.0.0/24 to go to ISPa, 192.168.1.0/24 to ISPb, 192.168.2.0/24 to ISPc???

Or do you not know the prefixes for the remote networks?

What networks is each ISP advertising to you?

HTH

LR

Hi LR,

Let say my networks are public and we will use private for this example:

192.168.0.0/24

192.168.1.0/24

192.168.2.0/24

For outbound:

192.168.0.0/24 to go to ISPa

192.168.1.0/24 to ISPb

192.168.2.0/24 to ISPc

For Failover:

If ISPa goes down, my 192.168.0.0/24 can use ISPB to go out, since its all advertised to all isp.

I think this is clear. I just want to learn this traffic engineering on the outbound and later ill ask for inbound. and im receiving full routes to all my isp =)

Thanks.

Hi,

Since you are taking full routes to net then you wont be able to be specific what routes go to which ISP etc..so I reckon your best way forward here would be for each core router to advertise default into your core, and each internal router will use closest core exit point.

At the core exit points you can config a route-map for each isp peer, so that routes 1.0.0.0 to 127.255.255.255 use ISPa and routes 128.0.0.0 to 254.255.255.255 use ISPb on core1 and on core2 config similiar so that 1.0.0.0 to 127.255.255.255 routes use ISPc and routes 128.0.0.0 to 254.255.255.255 use ISPb.

You can do this using access-lists and route-maps by setting the weights.

Check out;

http://www.cisco.com/en/US/tech/tk365/technologies_configuration_example09186a00800945bf.shtml#intro

HTH

LR

What are the requirements here?

From the question, it sounds like your requirement is to have traffic sourced from a certain subnet (one of the 3 you mention) to use a certain ISP connection.

The solution provided by LR does not address this. It addreses what would be a requirement for load sharing outbound traffic to the Internet, dividing outbound traffic across 3 ISPs based on the destination address.

Which is it?

Hi lamav,

Dividing the oubtound traffic across 3 ISP based on the source, which is my network (3 /24).

Another thing, my diagram shows i have a router connected to each ISP and then connected to my core routers. Is it the same configuration on local preference if i remove all routers connected to my ISP and directly connect my ISP to the core routers ?

tia.

Review Cisco Networking products for a $25 gift card