OpenBGP Filter - Selectively Announcing by Peer.

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Eduardo Meyer
Date: Monday, October 4, 2010 - 10:20 am

Hello,

I want to selectively announce what I get from my peers (whom I am
transit for) for a certain upstream peer. I decided to use community
to do so, like that:

# Add what I get from my transit peers to communyt $myasn:1010
match from $peer_t1 set community $myasn:1010
match from $peer_t2 set community $myasn:1010

# Selectively announce it to by upstream peer number 2
deny to $peer_up2
allow to $peer_up2 community $myasn:1010

But it did not work.

I dont want to manually declare the networks I get, and my upstream
wont allow me to "announce all".

What is wrong with the above OpenBGP rules?

-- 
===========
Eduardo Meyer
pessoal: dudu.meyer@gmail.com
profissional: ddm.farmaciap@saude.gov.br
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
OpenBGP Filter - Selectively Announcing by Peer., Eduardo Meyer, (Mon Oct 4, 10:20 am)
Re: OpenBGP Filter - Selectively Announcing by Peer., Claudio Jeker, (Mon Oct 4, 2:12 pm)
Re: OpenBGP Filter - Selectively Announcing by Peer., Eduardo Meyer, (Mon Oct 4, 4:05 pm)