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

31 lines
500 B
Plaintext

router id 10.40.217.0;
log "/var/log/bird/bird6.log" all;
debug protocols { states, routes, filters, interfaces }
protocol kernel {
import none;
export all;
}
protocol device {
# defaults...
}
protocol ospf {
area 0 {
# BIRD ignores the IPv6 lo because it has no link local address
stubnet 2001:db8:40::/128;
interface "vlan216" {
};
interface "vlan2" {
stub;
};
};
}
protocol bgp ibgp_r0 {
neighbor 2001:db8:40:d8::1 as 64080;
local 2001:db8:40:d8::2 as 64080;
}