Skip to content

Commit

Permalink
adapt port config
Browse files Browse the repository at this point in the history
  • Loading branch information
iljarotar committed Sep 23, 2024
1 parent 5d4e412 commit 4255fef
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions images/sonic/config_db.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,25 +41,25 @@
"PORT": {
"Ethernet0": {
"lanes": "25,26,27,28",
"alias": "fortyGigE0/0",
"index": "0",
"speed": "40000",
"alias": "Eth1/1(Port1)",
"index": "1",
"speed": "25000",
"admin_status": "up",
"mtu": "9100"
},
"Ethernet4": {
"lanes": "29,30,31,32",
"alias": "fortyGigE0/4",
"index": "1",
"speed": "40000",
"alias": "Eth2/1(Port2)",
"index": "2",
"speed": "25000",
"admin_status": "up",
"mtu": "9100"
},
"Ethernet120": {
"lanes": "33,34,35,36",
"alias": "fortyGigE0/8",
"index": "2",
"speed": "40000",
"alias": "Eth31(Port31)",
"index": "31",
"speed": "100000",
"admin_status": "up",
"mtu": "9100"
}
Expand Down

0 comments on commit 4255fef

Please sign in to comment.