Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
labs
bird-tools
Commits
f417ff97
Commit
f417ff97
authored
Mar 02, 2021
by
Matous Holinka
Committed by
Ondřej Zajíček
Mar 03, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Netlab: Config files with BFD protocol added
parent
b8df3bfe
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
44 additions
and
0 deletions
+44
-0
netlab/cf-ospf-bfd/bird_m1.conf
netlab/cf-ospf-bfd/bird_m1.conf
+3
-0
netlab/cf-ospf-bfd/bird_m2.conf
netlab/cf-ospf-bfd/bird_m2.conf
+8
-0
netlab/cf-ospf-bfd/bird_m3.conf
netlab/cf-ospf-bfd/bird_m3.conf
+3
-0
netlab/cf-ospf-bfd/bird_m4.conf
netlab/cf-ospf-bfd/bird_m4.conf
+8
-0
netlab/cf-ospf-bfd/bird_m5.conf
netlab/cf-ospf-bfd/bird_m5.conf
+3
-0
netlab/cf-ospf-bfd/bird_m6.conf
netlab/cf-ospf-bfd/bird_m6.conf
+8
-0
netlab/cf-ospf-bfd/bird_m7.conf
netlab/cf-ospf-bfd/bird_m7.conf
+3
-0
netlab/cf-ospf-bfd/bird_m8.conf
netlab/cf-ospf-bfd/bird_m8.conf
+8
-0
No files found.
netlab/cf-ospf-bfd/bird_m1.conf
View file @
f417ff97
...
...
@@ -56,6 +56,9 @@ protocol static static6 {
route
2001
:
db8
:
50
:
1
::/
64
via
2001
:
db8
:
1
:
1
::
10
;
}
protocol
bfd
{
}
protocol
ospf
v2
ospf4
{
ipv4
{
table
master4
;
...
...
netlab/cf-ospf-bfd/bird_m2.conf
View file @
f417ff97
...
...
@@ -56,6 +56,14 @@ protocol static static6 {
route
2001
:
db8
:
50
:
1
::/
64
via
2001
:
db8
:
2
:
1
::
10
;
}
protocol
bfd
{
interface
"ve1"
,
"ve2"
{
min
rx
interval
20
ms
;
min
tx
interval
50
ms
;
idle
tx
interval
300
ms
;
};
}
protocol
ospf
v2
ospf4
{
ipv4
{
table
master4
;
...
...
netlab/cf-ospf-bfd/bird_m3.conf
View file @
f417ff97
...
...
@@ -53,6 +53,9 @@ protocol static static6 {
route
2001
:
db8
:
3
:
11
::/
64
via
2001
:
db8
:
3
:
1
::
10
;
}
protocol
bfd
{
}
protocol
ospf
v2
ospf4
{
ipv4
{
table
master4
;
...
...
netlab/cf-ospf-bfd/bird_m4.conf
View file @
f417ff97
...
...
@@ -53,6 +53,14 @@ protocol static static6 {
route
2001
:
db8
:
4
:
11
::/
64
via
2001
:
db8
:
4
:
1
::
10
;
}
protocol
bfd
{
interface
"ve2"
,
"ve3"
{
min
rx
interval
20
ms
;
min
tx
interval
50
ms
;
idle
tx
interval
300
ms
;
};
}
protocol
ospf
v2
ospf4
{
ipv4
{
table
master4
;
...
...
netlab/cf-ospf-bfd/bird_m5.conf
View file @
f417ff97
...
...
@@ -53,6 +53,9 @@ protocol static static6 {
route
2001
:
db8
:
5
:
11
::/
64
via
2001
:
db8
:
5
:
1
::
10
;
}
protocol
bfd
{
}
protocol
ospf
v2
ospf4
{
ipv4
{
table
master4
;
...
...
netlab/cf-ospf-bfd/bird_m6.conf
View file @
f417ff97
...
...
@@ -53,6 +53,14 @@ protocol static static6 {
route
2001
:
db8
:
6
:
11
::/
64
via
2001
:
db8
:
6
:
1
::
10
;
}
protocol
bfd
{
interface
"ve2"
,
"ve3"
{
min
rx
interval
20
ms
;
min
tx
interval
50
ms
;
idle
tx
interval
300
ms
;
};
}
protocol
ospf
v2
ospf4
{
ipv4
{
table
master4
;
...
...
netlab/cf-ospf-bfd/bird_m7.conf
View file @
f417ff97
...
...
@@ -56,6 +56,9 @@ protocol static static6 {
route
2001
:
db8
:
60
:
1
::/
64
via
2001
:
db8
:
7
:
1
::
10
;
}
protocol
bfd
{
}
protocol
ospf
v2
ospf4
{
ipv4
{
table
master4
;
...
...
netlab/cf-ospf-bfd/bird_m8.conf
View file @
f417ff97
...
...
@@ -56,6 +56,14 @@ protocol static static6 {
route
2001
:
db8
:
60
:
1
::/
64
via
2001
:
db8
:
8
:
1
::
10
;
}
protocol
bfd
{
interface
"ve1"
,
"ve2"
{
min
rx
interval
20
ms
;
min
tx
interval
50
ms
;
idle
tx
interval
300
ms
;
};
}
protocol
ospf
v2
ospf4
{
ipv4
{
table
master4
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment