Skip to content

Commit

Permalink
use Ethernet120 as uplink in sonic
Browse files Browse the repository at this point in the history
  • Loading branch information
iljarotar committed Sep 18, 2024
1 parent 4b7d5f8 commit 6f19254
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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"
},
"Ethernet8": {
"Ethernet120": {
"lanes": "33,34,35,36",
"alias": "fortyGigE0/8",
"index": "2",
Expand Down
2 changes: 1 addition & 1 deletion inventories/group_vars/sonic/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dhcp_listening_interfaces:
- Vlan4000

metal_core_spine_uplinks:
- Ethernet0
- Ethernet120

sonic_docker_routing_config_mode: split-unified
sonic_frr_mgmt_framework_config: false
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:swp2", "vms:lan0"]
- endpoints: ["leaf01:swp3", "vms:lan2"]
- endpoints: ["leaf01:swp1", "vms:lan0"]
- endpoints: ["leaf01:swp2", "vms:lan2"]
- endpoints: ["leaf01:swp31", "inet:eth1"]

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

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

0 comments on commit 6f19254

Please sign in to comment.