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

35 lines
510 B
Plaintext
Raw Normal View History

2020-08-20 23:01:52 +10:00
router id 10.40.32.11;
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:10:6::b/128;
interface "vlan33" {
};
interface "vlan48" {
stub;
};
};
}
2020-08-27 20:07:27 +10:00
#
# iBGP R10
#
protocol bgp ibgpR10 {
local 2001:db8:10:6::b as 65033;
neighbor 2001:db8:10:6::a as 65033;
}