-Oryginalna wiadomość-
From: Ondrej Zajicek
I suggest to use something like:
>
>if bgp_path ~ [= * 64515 * =] then reject;
This should work, but simpler way is this:
if 64515 ~ bgp_path then reject;
Ok question why if bgp_path = 64515 then reject; not working and don`t give
errors if
Hello guys,
I got strange problem with BGP i share data to Collector but i put to reject
some bgp path
This is how look configuration of BGP session of Collector:
protocol bgp Collector {
description "Collector";
local as MY-ASN;
source address IPv61;
neighbor IPV62 as SOMEONE-
Hello Guys,
Anyone create maybe a good filters for BIRD IPv6 upstreams?
I just add this to my import filter:
import filter {
if bgp_path.len > 49 then reject;
if (net.len < 16) || (net.len > 48) then reject;
accept;
};
But i saw i get strange routing:
root@it-bgp:~# birdc6 show route 2404:1710::/
Hello guys,
I buy VPS with BGP and try setup BGP session but got strange problem.
VPS support send me this information to setup session:
"Please peer with 185.144.XXX.YYY, you will need to enable eBGP multihop.
Our ASN is .
The IPv6 peer address is 2a04:9dc0:XX:YYY::1"
My bird configuration lo