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

31 lines
495 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
2020-08-20 23:01:52 +10:00
log "/var/log/bird/bird6.log" all;
2020-08-18 20:35:29 +10:00
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...
}
2020-08-20 23:01:52 +10:00
protocol ospf {
area 0 {
# BIRD ignores the IPv6 lo because it has no link local address
stubnet 2001:db8:40::1/128;
interface "vlan216" {
};
interface "vlan3" {
stub;
};
};
2020-08-18 20:35:29 +10:00
}
2020-08-20 23:01:52 +10:00
protocol bgp ibgp_r3 {
local 2001:db8:40::1 as 64080;
neighbor 2001:db8:40::3 as 64080;
2020-08-18 20:35:29 +10:00
}