You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you share an example bird.conf? From what I read through bird.go I understand that the protocol should be named: nf_(ip of peer).replace(".", "_"):
template bgp Neighbors {
local as 1234; # our own as
import all;
export none;
multihop;
}
protocol bgp nf_12_12_12_12 from Neighbors {
description "bb01.fra";
neighbor 12.12.12.12 as 1234;
}
But I keep getting unable to annotate.
The text was updated successfully, but these errors were encountered:
funzoneq
changed the title
E1215 07:49:38.230651 20022 annotation.go:88] Unable to annotate
[annotation.go:88] Unable to annotate
Dec 15, 2017
Your naming scheme looks fine if 12.12.12.12 is the source IP address of incoming Netflow/IPFIX packets. However this integration is brittle and honestly sucks. I'm currently working on an integrated BGP speaker so we can avoid this hassle.
Hi,
Can you share an example bird.conf? From what I read through bird.go I understand that the protocol should be named: nf_(ip of peer).replace(".", "_"):
But I keep getting unable to annotate.
The text was updated successfully, but these errors were encountered: