Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expected output for transceiver DOM CLI #1306

Merged
merged 5 commits into from
Apr 6, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 47 additions & 0 deletions doc/platform_api/CMIS_and_C-CMIS_support_for_ZR.md
Original file line number Diff line number Diff line change
Expand Up @@ -747,6 +747,53 @@ This command displays information for all the interfaces for the transceiver req
Host Input Loopback : False
```

- **show interfaces transceiver dom**

Expected output for "show interfaces transceiver dom \<port\>" CLI.

Please note that in the below o/p, the line starting with "Section" will not be printed with CLI o/p. It is currently present just for information purpose only.

**Laser config frequency, Laser current frequency and Tx config power** will show value as N/A for non C_CMIS transveivers and threshold values
```
Live High Alarm High Warn Low Warn Low Alarm
Sensor Type Measurement Threshold Threshold Threshold Threshold
------- ------------ ---------- ---------- ---------- ----------
Section 1 - Common fields for all types (CCMIS, CMIS, SFF8636 (QSFP28), SFF8436 (QSFP+), SFF8472 (QSFP+))
Laser config frequency [GHz]
Laser current frequency [GHz]
Tx config power [dBm]
Case Temperature [C]
Voltage [V]
Tx Bias Channel [mA] [Val1, .. Valn]
Tx Bias Power [dBm] [Val1, .. Valn]
Rx Power [dBm] [Val1, .. Valn]

Section 2 - Fields specific for CMIS + CCMIS
Lase Temperatue [C]
mihirpat1 marked this conversation as resolved.
Show resolved Hide resolved
Post-FEC BER
Pre-FEC BER

Section 3 - Fields specific for CCMIS
Bias X/I [%]
Bias X_Phase [%]
Bias X/Q [%]
Bias Y/I [%]
Bias Y_Phase [%]
Bias Y/Q [%]
SOP ROC [krad/s]
CD – Long Link [Ps/nm]
CD – Short Link [Ps/nm]
CFO [MHz]
DGD [Ps]
eSNR [dB]
OSNR [dB]
PDL [dB]
Rx signal power[dBm]
Rx total power[dBm]
SOPMD [Ps^2]
Tx Power [dBm]
mihirpat1 marked this conversation as resolved.
Show resolved Hide resolved
```

#### 2.3 Config_DB Schema ####
##### 2.3.1 Transceiver Config Table #####
Stores information for physical switch ports managed by the switch chip. Ports to the CPU (ie: management port) and logical ports (loopback) are not declared in the PORT_TABLE. See INTF_TABLE.
Expand Down