Add hvn1/hvn2 and remove the comments from hvn0
This commit is contained in:
6
build/default/hvn1.lab.ipng.ch/vpp1-0/etc/bird/bfd.conf
Normal file
6
build/default/hvn1.lab.ipng.ch/vpp1-0/etc/bird/bfd.conf
Normal file
@ -0,0 +1,6 @@
|
||||
protocol bfd bfd1 {
|
||||
interface "e*" {
|
||||
interval 100 ms;
|
||||
multiplier 20;
|
||||
};
|
||||
}
|
19
build/default/hvn1.lab.ipng.ch/vpp1-0/etc/bird/bird.conf
Normal file
19
build/default/hvn1.lab.ipng.ch/vpp1-0/etc/bird/bird.conf
Normal file
@ -0,0 +1,19 @@
|
||||
router id 192.168.11.0;
|
||||
|
||||
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 "static.conf";
|
||||
include "bfd.conf";
|
||||
include "ospf.conf";
|
||||
include "ibgp.conf";
|
1
build/default/hvn1.lab.ipng.ch/vpp1-0/etc/bird/ibgp.conf
Normal file
1
build/default/hvn1.lab.ipng.ch/vpp1-0/etc/bird/ibgp.conf
Normal file
@ -0,0 +1 @@
|
||||
# NOTE(ipng): Not created yet
|
21
build/default/hvn1.lab.ipng.ch/vpp1-0/etc/bird/ospf.conf
Normal file
21
build/default/hvn1.lab.ipng.ch/vpp1-0/etc/bird/ospf.conf
Normal file
@ -0,0 +1,21 @@
|
||||
protocol ospf v2 ospf4 {
|
||||
ipv4 { export where source = RTS_DEVICE; import all; };
|
||||
area 0 {
|
||||
interface "loop0" { stub yes; };
|
||||
interface "e0" { type pointopoint; cost 5; bfd off; };
|
||||
interface "e1" { type pointopoint; cost 5; bfd off; };
|
||||
interface "e2" { type pointopoint; cost 5; bfd off; };
|
||||
interface "e3" { type pointopoint; cost 5; bfd off; };
|
||||
};
|
||||
}
|
||||
|
||||
protocol ospf v3 ospf6 {
|
||||
ipv6 { export where source = RTS_DEVICE; import all; };
|
||||
area 0 {
|
||||
interface "loop0" { stub yes; };
|
||||
interface "e0" { type pointopoint; cost 5; bfd off; };
|
||||
interface "e1" { type pointopoint; cost 5; bfd off; };
|
||||
interface "e2" { type pointopoint; cost 5; bfd off; };
|
||||
interface "e3" { type pointopoint; cost 5; bfd off; };
|
||||
};
|
||||
}
|
11
build/default/hvn1.lab.ipng.ch/vpp1-0/etc/bird/static.conf
Normal file
11
build/default/hvn1.lab.ipng.ch/vpp1-0/etc/bird/static.conf
Normal file
@ -0,0 +1,11 @@
|
||||
protocol static static4 {
|
||||
ipv4 { export all; };
|
||||
# route 192.0.2.0/24 via 10.0.0.1;
|
||||
route 192.168.11.0/24 unreachable;
|
||||
}
|
||||
|
||||
protocol static static6 {
|
||||
ipv6 { export all; };
|
||||
# route 2001:db8:cafe::/48 via 2001:db8::1;;
|
||||
route 2001:678:d78:210::/60 unreachable;
|
||||
}
|
Reference in New Issue
Block a user