router id 10.40.217.0; 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 "vlan2" { stub; }; }; } # # iBPG R3 # protocol bgp ibgp_r3 { local 10.40.217.0 as 64080; neighbor 10.40.217.3 as 64080; }