[c-nsp] BGP Outbound Traffic

Scott Granados scott at granados-llc.net
Mon Mar 23 08:33:55 EDT 2015


Use local pref on learned routes.

Something like

ip prefix-list prefered-route seq 5 a.b.c.d/20

route-map preferred-routes permit 10
match ip address prefix-list prefered-route
set local-pref 200
 

and apply to the inbound side of your neighbor you want to gorse the traffic through.



On Mar 22, 2015, at 7:27 AM, M K <gunner_200 at live.com> wrote:

> Depends on what gert ?I have several uplink providers and I want a specific subnet to access one of the links in both direction (inbound and outbound)I do not have an issue with inbound , I play with prepend But with outbound if I configured weight to the prefix , how can i control to be advertised to another link (for redundancy) ?
> 
>> Date: Sun, 22 Mar 2015 12:05:26 +0100
>> From: gert at greenie.muc.de
>> To: gunner_200 at live.com
>> CC: cisco-nsp at puck.nether.net
>> Subject: Re: [c-nsp] BGP Outbound Traffic
>> 
>> Hi,
>> 
>> On Sun, Mar 22, 2015 at 12:55:40PM +0200, M K wrote:
>>> Can i Control the outgoing traffic for a specific prefix to use a specific neighbor and the incoming traffic for the same prefix to use also the same prefix ? 		 	   		  
>> 
>> This depends.
>> 
>> gert
>> 
>> -- 
>> USENET is *not* the non-clickable part of WWW!
>>                                                           //www.muc.de/~gert/
>> Gert Doering - Munich, Germany                             gert at greenie.muc.de
>> fax: +49-89-35655025                        gert at net.informatik.tu-muenchen.de
> 		 	   		  
> _______________________________________________
> cisco-nsp mailing list  cisco-nsp at puck.nether.net
> https://puck.nether.net/mailman/listinfo/cisco-nsp
> archive at http://puck.nether.net/pipermail/cisco-nsp/



More information about the cisco-nsp mailing list