BGP Local preference for prefix
Is there a possibility to change bgp local preference of single prefix in import filter? If yes, then how to do it? Rgrds
Wiadomość napisana przez Marek Wajdzik w dniu 13 mar 2012, o godz. 19:06:
Is there a possibility to change bgp local preference of single prefix in import filter? If yes, then how to do it?
if net ~ x.x.x.x/n then bgp_local_pref=55; -- Paweł Nastachowski <p.nastachowski@plix.pl> PLIX Sp. z o.o., http://www.plix.pl/ Al. Jerozolimskie 65/79, 00-697 Warszawa KRS: 0000295130, Sąd Rejonowy dla m.st. Warszawy, XIII Wydz. Gosp. Kapitał zakładowy: 300.000,00zł, NIP: PL7010109699
On Tue, Mar 13, 2012 at 06:38:53PM +0000, Pawe? Nastachowski wrote:
Wiadomo?? napisana przez Marek Wajdzik w dniu 13 mar 2012, o godz. 19:06:
Is there a possibility to change bgp local preference of single prefix in import filter? If yes, then how to do it?
if net ~ x.x.x.x/n then bgp_local_pref=55;
Why not: if net = x.x.x.x/n then bgp_local_pref=55;
participants (3)
-
Marek Wajdzik -
Oleg -
Paweł Nastachowski