Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
controller
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TFS
controller
Commits
3f0db71a
Commit
3f0db71a
authored
1 year ago
by
David José Araújo Ferreira
Browse files
Options
Downloads
Patches
Plain Diff
Configuration files
parent
e41e43f2
No related branches found
No related tags found
2 merge requests
!294
Release TeraFlowSDN 4.0
,
!236
Fixing containerlab hackfest example
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
hackfest/containerlab/srl1.cli
+17
-0
17 additions, 0 deletions
hackfest/containerlab/srl1.cli
hackfest/containerlab/srl2.cli
+17
-0
17 additions, 0 deletions
hackfest/containerlab/srl2.cli
hackfest/containerlab/tfs-scenario.clab.yml
+1
-1
1 addition, 1 deletion
hackfest/containerlab/tfs-scenario.clab.yml
with
35 additions
and
1 deletion
hackfest/containerlab/srl1.cli
+
17
−
0
View file @
3f0db71a
set / interface ethernet-1/2 admin-state enable
set / interface ethernet-1/2 subinterface 0 admin-state enable
set / interface ethernet-1/2 subinterface 0 ipv4 address 172.16.1.1/24
set / interface ethernet-1/1 admin-state enable
set / interface ethernet-1/1 subinterface 0 admin-state enable
set / interface ethernet-1/1 subinterface 0 ipv4 address 172.0.0.1/30
set / network-instance default
set / network-instance default interface ethernet-1/1.0
set / network-instance default interface ethernet-1/2.0
set / network-instance default next-hop-groups group group1 nexthop 1 ip-address 172.0.0.2 admin-state enable
set / network-instance default static-routes route 172.16.2.0/24 next-hop-group group1 admin-state enable
set / system management openconfig admin-state enable
set / system gnmi-server network-instance mgmt yang-models openconfig
\ No newline at end of file
This diff is collapsed.
Click to expand it.
hackfest/containerlab/srl2.cli
+
17
−
0
View file @
3f0db71a
set / interface ethernet-1/2 admin-state enable
set / interface ethernet-1/2 subinterface 0 admin-state enable
set / interface ethernet-1/2 subinterface 0 ipv4 address 172.16.1.1/24
set / interface ethernet-1/1 admin-state enable
set / interface ethernet-1/1 subinterface 0 admin-state enable
set / interface ethernet-1/1 subinterface 0 ipv4 address 172.0.0.1/30
set / network-instance default
set / network-instance default interface ethernet-1/1.0
set / network-instance default interface ethernet-1/2.0
set / network-instance default next-hop-groups group group1 nexthop 1 ip-address 172.0.0.2 admin-state enable
set / network-instance default static-routes route 172.16.2.0/24 next-hop-group group1 admin-state enable
set / system management openconfig admin-state enable
set / system gnmi-server network-instance mgmt yang-models openconfig
\ No newline at end of file
This diff is collapsed.
Click to expand it.
hackfest/containerlab/tfs-scenario.clab.yml
+
1
−
1
View file @
3f0db71a
...
@@ -57,7 +57,7 @@ topology:
...
@@ -57,7 +57,7 @@ topology:
mgmt-ipv4
:
172.100.100.202
mgmt-ipv4
:
172.100.100.202
exec
:
exec
:
-
ip address add 172.16.2.10/24 dev eth1
-
ip address add 172.16.2.10/24 dev eth1
-
ip route add 172.16.
2
.0/24 via 172.16.2.1
-
ip route add 172.16.
1
.0/24 via 172.16.2.1
links
:
links
:
-
endpoints
:
[
"
srl1:e1-1"
,
"
srl2:e1-1"
]
-
endpoints
:
[
"
srl1:e1-1"
,
"
srl2:e1-1"
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment