knorrie-config/R1/rootfs/etc/bird/bird.conf

36 lines
436 B
Plaintext
Raw Normal View History

2020-08-20 23:01:52 +10:00
router id 10.40.217.1;
2020-08-18 20:35:29 +10:00
log "/var/log/bird/bird.log" all;
debug protocols { states, routes, filters, interfaces }
protocol kernel {
2020-08-20 23:01:52 +10:00
import none;
2020-08-18 20:35:29 +10:00
export all;
}
protocol device {
# defaults...
}
protocol ospf {
2020-08-20 23:01:52 +10:00
area 0 {
interface "lo" {
stub;
};
interface "vlan216" {
};
interface "vlan3" {
stub;
};
};
}
2020-08-27 20:07:27 +10:00
#
# ibgp R3
#
protocol bgp ibgp_r3 {
local 10.40.217.1 as 64080;
neighbor 10.40.217.3 as 64080;
}