router id 10.40.32.12; log "/var/log/bird/bird.log" all; debug protocols { states, routes, filters, interfaces } protocol kernel { import none; export all; } protocol device { # defaults... } protocol ospf { area 0 { interface "lo" { stub; }; interface "vlan33" { }; interface "vlan36" { stub; }; }; } protocol bgp ibgp_r10 { local 10.40.32.12 as 65033; neighbor 10.40.32.10 as 65033; }