Connect to the route collector
This commit is contained in:
parent
26dec1c8c8
commit
48ce6c4f47
1 changed files with 13 additions and 0 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue