Protocol BGP with two tables
Alexander V. Chernikov
melifaro at yandex-team.ru
Wed Jun 13 14:39:36 CEST 2012
On 13.06.2012 16:29, Jan Markus wrote:
> Hello,
>
> can I somehow say in "protocol bgp peer_xyz {}" to import routes to
> table1 but export routes from table2 ?
You can use 2 pipes here (or 1 pipe, if you don't have much filter
configured in table1):
create table table_xyz
create pipe protocol exporting bgp routes from table_xyz to table1 and
importing nothing.
create pipe protocol exporting all routes from table 2 to table_xyz and
importing noting.
Connect peer_xyz to table table_xyz.
>
> Thank you for your time.
> -Jan
>
More information about the Bird-users
mailing list