Skip to content

Commit 07dbc14

Browse files
[Arista] Add missing configs for 720DT-48S (#11362)
* Why I did it Followup to #10656. This change adds the remaining configs for the 720DT-48S platform. * How I did it Adds the following: gearbox_config.json and other gearbox-related config files, to enable traffic on external PHY ports (Ethernet0-23) sensors.conf pcie.yaml Also add missing facts in platform.json * How to verify it show interfaces status shows links up on interfaces Ethernet0-23 traffic flows with no errors on interfaces Ethernet0-23 Note: above testing depends on Add gbsyncd container for broncos #11154 and [orchagent]: Enhance initSaiPhyApi sonic-swss#2367, as well as having the appropriate PAI driver. Co-authored-by: Samuel Angebault <[email protected]>
1 parent 6ae7486 commit 07dbc14

33 files changed

+1843
-28
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,130 @@
1+
{
2+
"CONTEXTS": [
3+
{
4+
"guid" : 0,
5+
"name" : "asic0",
6+
"dbAsic" : "ASIC_DB",
7+
"dbCounters" : "COUNTERS_DB",
8+
"dbFlex": "FLEX_COUNTER_DB",
9+
"dbState" : "STATE_DB",
10+
"zmq_enable" : false,
11+
"zmq_endpoint": "tcp://127.0.0.1:5555",
12+
"zmq_ntf_endpoint": "tcp://127.0.0.1:5556",
13+
"switches": [
14+
{
15+
"index" : 0,
16+
"hwinfo" : ""
17+
}
18+
]
19+
},
20+
{
21+
"guid" : 1,
22+
"name" : "phys",
23+
"dbAsic" : "GB_ASIC_DB",
24+
"dbCounters" : "GB_COUNTERS_DB",
25+
"dbFlex": "GB_FLEX_COUNTER_DB",
26+
"dbState" : "STATE_DB",
27+
"zmq_enable" : false,
28+
"zmq_endpoint": "tcp://127.0.0.1:5565",
29+
"zmq_ntf_endpoint": "tcp://127.0.0.1:5566",
30+
"switches": [
31+
{
32+
"index" : 0,
33+
"hwinfo" : "0"
34+
},
35+
{
36+
"index" : 1,
37+
"hwinfo" : "1"
38+
},
39+
{
40+
"index" : 2,
41+
"hwinfo" : "2"
42+
},
43+
{
44+
"index" : 3,
45+
"hwinfo" : "3"
46+
},
47+
{
48+
"index" : 4,
49+
"hwinfo" : "4"
50+
},
51+
{
52+
"index" : 5,
53+
"hwinfo" : "5"
54+
},
55+
{
56+
"index" : 6,
57+
"hwinfo" : "6"
58+
},
59+
{
60+
"index" : 7,
61+
"hwinfo" : "7"
62+
},
63+
{
64+
"index" : 8,
65+
"hwinfo" : "9"
66+
},
67+
{
68+
"index" : 9,
69+
"hwinfo" : "10"
70+
},
71+
{
72+
"index" : 10,
73+
"hwinfo" : "11"
74+
},
75+
{
76+
"index" : 11,
77+
"hwinfo" : "12"
78+
},
79+
{
80+
"index" : 12,
81+
"hwinfo" : "13"
82+
},
83+
{
84+
"index" : 13,
85+
"hwinfo" : "14"
86+
},
87+
{
88+
"index" : 14,
89+
"hwinfo" : "15"
90+
},
91+
{
92+
"index" : 15,
93+
"hwinfo" : "16"
94+
},
95+
{
96+
"index" : 16,
97+
"hwinfo" : "18"
98+
},
99+
{
100+
"index" : 17,
101+
"hwinfo" : "19"
102+
},
103+
{
104+
"index" : 18,
105+
"hwinfo" : "20"
106+
},
107+
{
108+
"index" : 19,
109+
"hwinfo" : "21"
110+
},
111+
{
112+
"index" : 20,
113+
"hwinfo" : "22"
114+
},
115+
{
116+
"index" : 21,
117+
"hwinfo" : "23"
118+
},
119+
{
120+
"index" : 22,
121+
"hwinfo" : "24"
122+
},
123+
{
124+
"index" : 23,
125+
"hwinfo" : "25"
126+
}
127+
]
128+
}
129+
]
130+
}

0 commit comments

Comments
 (0)