13 Jun
2012
13 Jun
'12
12:39 p.m.
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