i would like to filter route which last as is 4134 or the second last
AS is 4134.
the following command only show second last AS is 4134:
show route where (bgp_path ~ [= * 4134 ? =]
how can i do it?
--
Peng Yong
Hey,
is there a way to define the gateway when export to the kernel table?
I've seen some others using "filter { gw = 10.0.0.0; accept; }" on the import.
But, when I do it, it will filter all import routes and non of them will be
accepted.
Regards,
Tom
On 02/25/2018 06:01 AM, Ondrej Zajicek wrote:
Hello
Hi,
protocol kernel {
learn;
export all;
import all;
# these are default values
# table master;
# kernel table 254;
}
table deftab;
protocol kernel {
learn;
export all;
On 02/25/2018 12:17 AM, Alexander Zubkov wrote:
Hello,
Hi,
You need to use "kernel table" option in the kernel protocol to tell
bird which table it should look into.
Thank you for the suggestion.
Unfortunately I'm getting "bird: /etc/bird.conf, line 9: syntax error"
with the following con
On Sat, Feb 24, 2018 at 09:03:28PM -0700, Grant Taylor wrote:
> Pre Script: I'm a BIRD n00b
>
> How do I configure BIRD to support multiple Linux kernel routing tables?
>
> I have found and tried a few different things on the web, but none seem to
> be doing what I want.
>
> I want to export ro