router id 192.0.2.10; log "/var/log/bird.log" all; log syslog all; debug protocols all; protocol device { } protocol static own_prefixes { route 1.0.1.0/24 reject; } protocol bgp the_rs { local as 10; neighbor 192.0.2.2 as 999; import all; export all; connect delay time 1; connect retry time 1; }