https://groups.google.com/g/sonicproject/c/0sdWwfcq0RM
https://github.com/sonic-net/SONiC/pull/876
Oct 05 2021 CMIS Diagnostics & System Ready Enhancements
https://github.com/sonic-net/SONiC/blob/master/doc/sfp-refactor/sfp-refactor.md
Enhancement to the show chassis pic command—You can now view additional information about the optics when you run the show chassis pic
command. The output now displays the following additional field:
MSA Version: Multi-source Agreements (MSA) version that the specified optics is compliant to. Values supported are: SFP+/SFP28 -- SFF-8472 (versions 9.3 - 12.3), QSFP+/QSFP28 -- SFF 8363 (versions 1.3 - 2.10), and QSFP-DD -- CMIS 3.0, 4.0, 5.0.
Previously, the show chassis pic
command did not display this additional field.
module openconfig-platform-transceiver {
container pre-fec-ber { description "Bit error rate before forward error correction -- computed value with 18 decimal precision. Note that decimal64 supports values as small as i x 10^-18 where i is an integer. Values smaller than this should be reported as 0 to inidicate error free or near error free performance. Values include the instantaneous, average, minimum, and maximum statistics. If avg/min/max statistics are not supported, the target is expected to just supply the instant value"; uses oc-opt-types:avg-min-max-instant-stats-precision18-ber; } // container pre-fec-ber