select table for quagga bgp
by KatrinAlec from LinuxQuestions.org on (#5CQ4A)
I'm using quagga and I have multiple BGP neighbors.
I want to put certain routes from certain neighbors in a different routing table.
So far I have found out that I can put e.g.
table 10
in zebra.conf and all the routes will go into table 10.
But I don't want ALL the routes to do that. Is there a way to specify a certain table for a certain neighbor or even better for a certain route-map?
Do I have to run multiple instances of zebra with different zebra.conf files?


I want to put certain routes from certain neighbors in a different routing table.
So far I have found out that I can put e.g.
table 10
in zebra.conf and all the routes will go into table 10.
But I don't want ALL the routes to do that. Is there a way to specify a certain table for a certain neighbor or even better for a certain route-map?
Do I have to run multiple instances of zebra with different zebra.conf files?