sonic-buildimage/device/dell/x86_64-dellemc_z9432f_c3758-r0/DellEMC-Z9432f-O32/platform-def.json
arunlk-dell 756de913cb
DellEMC: Initial commit for Z9432F platform (#10640)
Why I did it
Added support for the device Z9432F

How I did it
Implemented the support for the platform Z9432F

Switch Vendor: DellEMC
Switch SKU: Z9432F-ON
ASIC Vendor: Broadcom
SONiC Image: sonic-broadcom.bin
2022-06-15 09:39:41 -07:00

50 lines
1.2 KiB
JSON

{
"fec-mode": {
"Ethernet0-255": {
"1": {
"10000": [ "none" ],
"25000": [ "none", "fc", "rs" ],
"50000": [ "rs" ]
},
"2":{
"50000": [ "none", "fc", "rs" ],
"100000": [ "rs" ]
},
"4": {
"40000": [ "none" ],
"100000": [ "none", "rs" ],
"200000": [ "rs" ]
},
"8": [ "rs" ]
}
},
"default-fec-mode": {
"Ethernet0-255": {
"1": {
"10000": "none",
"25000": "none",
"50000": "rs"
},
"2": {
"20000": "none",
"50000": "none",
"100000": "rs"
},
"4": {
"40000": "none",
"100000": "none",
"200000": "rs"
},
"8": "rs"
}
},
"native-port-supported-speeds": {
"Ethernet0-255": {
"8": ["400000"]
},
"Ethernet256-257": {
"1": ["10000","1000"]
}
}
}