Skip to content

Commit

Permalink
back to previous sonic config
Browse files Browse the repository at this point in the history
  • Loading branch information
iljarotar committed Sep 17, 2024
1 parent 56a133f commit 4b7d5f8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion images/sonic/config_db.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"admin_status": "up",
"mtu": "9100"
},
"Ethernet120": {
"Ethernet8": {
"lanes": "33,34,35,36",
"alias": "fortyGigE0/8",
"index": "2",
Expand Down
14 changes: 7 additions & 7 deletions mini-lab.mixed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ topology:
mtu: 9000
- endpoints: ["www:ext", "mini_lab_ext:www"]

- endpoints: ["leaf01:swp1", "vms:lan0"]
- endpoints: ["leaf01:swp2", "vms:lan2"]
- endpoints: ["leaf01:swp2", "vms:lan0"]
- endpoints: ["leaf01:swp3", "vms:lan2"]
- endpoints: ["leaf01:swp31", "inet:eth1"]

- endpoints: ["leaf02:swp1", "vms:lan1"]
- endpoints: ["leaf02:swp2", "vms:lan3"]
- endpoints: ["leaf02:swp2", "vms:lan1"]
- endpoints: ["leaf02:swp3", "vms:lan3"]
- endpoints: ["leaf02:swp31", "inet:eth2"]

- endpoints: ["leaf02-sonic:eth1", "vms:lan4"]
- endpoints: ["leaf02-sonic:eth2", "vms:lan5"]
- endpoints: ["leaf02-sonic:eth31", "inet:eth3"]
- endpoints: ["leaf02-sonic:eth2", "vms:lan4"]
- endpoints: ["leaf02-sonic:eth3", "vms:lan5"]
- endpoints: ["leaf02-sonic:eth1", "inet:eth3"]

0 comments on commit 4b7d5f8

Please sign in to comment.