Generate lab0 and lab2 for Bird profile

This commit is contained in:
Pim van Pelt
2023-05-31 15:43:53 +00:00
parent f660985e31
commit c526f9d864
238 changed files with 2184 additions and 0 deletions

View File

@ -0,0 +1,20 @@
## Bird2 configuration for vpp2-1
router id 192.168.12.1;
protocol device { scan time 30; }
protocol direct { ipv4; ipv6; check link yes; }
protocol kernel kernel4 {
ipv4 { import none; export where source != RTS_DEVICE; };
learn off;
scan time 300;
}
protocol kernel kernel6 {
ipv6 { import none; export where source != RTS_DEVICE; };
learn off;
scan time 300;
}
include "core/static.conf";
include "core/bfd.conf";
include "core/ospf.conf";
include "manual.conf";