router id 10.40.217.1; 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 "vlan216" { }; interface "vlan3" { stub; }; }; } # # ibgp R3 # protocol bgp ibgp_r3 { local 10.40.217.1 as 64080; neighbor 10.40.217.3 as 64080; }