Connect to the route collector

This commit is contained in:
Théophile Bastian 2025-03-30 12:28:21 +02:00
parent 26dec1c8c8
commit 48ce6c4f47

View file

@ -30,6 +30,19 @@ template bgp dn42_peer from bgp_base {
};
}
# Route collector
protocol bgp route_collector from bgp_base {
neighbor fd42:4242:2601:ac12::1 as 4242422602;
source address MY_IP;
multihop;
ipv6 {
add paths tx;
import none;
export where bgp_dn42_export(5, 23, 34);
};
}
# Peerings
include "/etc/bird/bgp-peers.d/*.conf";