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
bdf8f6db
Commit
bdf8f6db
authored
9 months ago
by
David José Araújo Ferreira
Browse files
Options
Downloads
Patches
Plain Diff
Limit the static configuration of devices
parent
86da281e
No related branches found
No related tags found
No related merge requests found
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
hackfest/containerlab/srl1.cli
+1
-15
1 addition, 15 deletions
hackfest/containerlab/srl1.cli
hackfest/containerlab/srl2.cli
+1
-15
1 addition, 15 deletions
hackfest/containerlab/srl2.cli
with
2 additions
and
30 deletions
hackfest/containerlab/srl1.cli
+
1
−
15
View file @
bdf8f6db
set / interface ethernet-1/2 admin-state enable
set / interface ethernet-1/2 subinterface 0 ipv4 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 ipv4 admin-state enable
set / interface ethernet-1/1 subinterface 0 ipv4 address 172.0.0.1/30
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
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
+
1
−
15
View file @
bdf8f6db
set / interface ethernet-1/2 admin-state enable
set / interface ethernet-1/2 subinterface 0 ipv4 admin-state enable
set / interface ethernet-1/2 subinterface 0 ipv4 address 172.16.2.1/24
set / interface ethernet-1/1 admin-state enable
set / interface ethernet-1/1 subinterface 0 ipv4 admin-state enable
set / interface ethernet-1/1 subinterface 0 ipv4 address 172.0.0.2/30
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.1 admin-state enable
set / network-instance default static-routes route 172.16.1.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
set / system gnmi-server network-instance mgmt yang-models openconfig
\ No newline at end of file
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