sonic-buildimage/device/arista/x86_64-arista_7060px5_64s/Arista-7060PX5-64S/context_config.json
byu343 89020f53e4
[Arista] Add support support for 7060dx5_64s and 7060px5_64s (#10888)
Why I did it
This change adds the support for Arista 7060dx5_64s and 7060px5_64s

How I did it
How to verify it
We verified the platform driver is working and the ports are up on 7060dx5_64s and 7060px5_64s.
2022-06-16 09:51:42 -07:00

67 lines
1.8 KiB
JSON

{
"CONTEXTS": [
{
"guid" : 0,
"name" : "asic0",
"dbAsic" : "ASIC_DB",
"dbCounters" : "COUNTERS_DB",
"dbFlex": "FLEX_COUNTER_DB",
"dbState" : "STATE_DB",
"zmq_enable" : false,
"zmq_endpoint": "tcp://127.0.0.1:5555",
"zmq_ntf_endpoint": "tcp://127.0.0.1:5556",
"switches": [
{
"index" : 0,
"hwinfo" : ""
}
]
},
{
"guid" : 1,
"name" : "phys",
"dbAsic" : "GB_ASIC_DB",
"dbCounters" : "GB_COUNTERS_DB",
"dbFlex": "GB_FLEX_COUNTER_DB",
"dbState" : "STATE_DB",
"zmq_enable" : false,
"zmq_endpoint": "tcp://127.0.0.1:5565",
"zmq_ntf_endpoint": "tcp://127.0.0.1:5566",
"switches": [
{
"index" : 0,
"hwinfo" : "mdio0_0_0/0"
},
{
"index" : 1,
"hwinfo" : "mdio0_0_1/0"
},
{
"index" : 2,
"hwinfo" : "mdio1_0_0/0"
},
{
"index" : 3,
"hwinfo" : "mdio1_0_1/0"
},
{
"index" : 4,
"hwinfo" : "mdio2_0_0/0"
},
{
"index" : 5,
"hwinfo" : "mdio2_0_1/0"
},
{
"index" : 6,
"hwinfo" : "mdio3_0_0/0"
},
{
"index" : 7,
"hwinfo" : "mdio3_0_1/0"
}
]
}
]
}