########################################################################## # # Bird2 Multiprotocol Route Collector Client Example # ########################################################################## protocol bgp ROUTE_COLLECTOR { local as ***YOUR_AS***; neighbor fd42:4242:2601:ac12::1 as 4242422601; multihop; ipv4 { # import nothing, export everything import none; export all; # export multiple paths to same destination add paths tx; }; ipv6 { # import nothing, export everything import none; export all; # export multiple paths to same destination add paths tx; }; } ########################################################################## # end of file