Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bird-tools
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
labs
bird-tools
Commits
1b6b1bb4
Commit
1b6b1bb4
authored
Feb 25, 2016
by
Jan Moskyto Matejka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Birdlab: IGP table master for BGP, enabling BFD for OSPF
parent
21e502e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletion
+13
-1
birdlab/rtest/old-script
birdlab/rtest/old-script
+13
-1
No files found.
birdlab/rtest/old-script
View file @
1b6b1bb4
...
...
@@ -70,7 +70,7 @@ protocol ospf {
import all;
export all;
area 0 {
interface "INAME" { hello 5; type ptp; cost ICOST;
}; #
bfd; };
interface "INAME" { hello 5; type ptp; cost ICOST; bfd; };
};
}
EOF
...
...
@@ -81,6 +81,7 @@ protocol bgp {
local 192.168.225.162 as 65123;
neighbor 192.168.192.1 as 65534;
import all;
igp table master;
table b4;
}
...
...
@@ -89,6 +90,7 @@ template bgp bc {
rr client;
export all;
table b4;
igp table master;
next hop self;
}
...
...
@@ -113,6 +115,7 @@ protocol bgp {
local 2001:1488:a001::225:162 as 65123;
neighbor 2001:1488:a001::1 as 65534;
import all;
igp table master;
table b6;
}
...
...
@@ -121,6 +124,7 @@ template bgp bc {
rr client;
export all;
table b6;
igp table master;
next hop self;
}
...
...
@@ -146,6 +150,7 @@ protocol bgp {
neighbor 10.55.1.1 as 65123;
import all;
table b;
igp table master;
multihop;
}
EOF
...
...
@@ -157,6 +162,7 @@ protocol bgp {
neighbor fd01:55::1 as 65123;
import all;
table b;
igp table master;
multihop;
}
EOF
...
...
@@ -168,6 +174,7 @@ protocol bgp {
neighbor 10.55.1.1 as 65123;
import filter { if net ~ 64.0.0.0/7 then accept; reject; };
table b;
igp table master;
multihop;
}
EOF
...
...
@@ -179,6 +186,7 @@ protocol bgp {
neighbor fd01:55::1 as 65123;
import all;
table b;
igp table master;
multihop;
}
EOF
...
...
@@ -190,6 +198,7 @@ protocol bgp {
neighbor 10.55.1.1 as 65123;
import filter { if net ~ 64.0.0.0/7 then accept; reject; };
table b;
igp table master;
multihop;
}
EOF
...
...
@@ -201,6 +210,7 @@ protocol bgp {
neighbor fd01:55::1 as 65123;
import all;
table b;
igp table master;
multihop;
}
EOF
...
...
@@ -212,6 +222,7 @@ protocol bgp {
neighbor 10.55.1.1 as 65123;
import filter { if net ~ 64.0.0.0/7 then accept; reject; };
table b;
igp table master;
multihop;
}
EOF
...
...
@@ -223,6 +234,7 @@ protocol bgp {
neighbor fd01:55::1 as 65123;
import all;
table b;
igp table master;
multihop;
}
EOF
...
...
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