From bc4fa78050369a4c458da75676bfe6d60a903087 Mon Sep 17 00:00:00 2001 From: Simone <26844016+simonebortolin@users.noreply.github.com> Date: Fri, 10 Feb 2023 21:57:28 +0100 Subject: Some Fix on Huawei, FS, Broadcom (#146) * Getting/Setting Speed LAN Mode * RX Loss / TX Fault confusion * change order and heading of section * fix eeprom values and subunit * various alignment and table fixes --- _ont/ont-huawei-ma5671a-carlito.md | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) (limited to '_ont/ont-huawei-ma5671a-carlito.md') diff --git a/_ont/ont-huawei-ma5671a-carlito.md b/_ont/ont-huawei-ma5671a-carlito.md index c26f463..533b192 100644 --- a/_ont/ont-huawei-ma5671a-carlito.md +++ b/_ont/ont-huawei-ma5671a-carlito.md @@ -48,7 +48,34 @@ fw_setenv target oem-generic fw_printenv target=oem-generic ``` -## Setting HSGMII Mode +## Getting/Setting Speed LAN Mode + +To enable the 2.5 Gbps / HSGMII with auto-neg on: + ```sh fw_setenv sgmii_mode 5 -``` \ No newline at end of file +``` + +To remove the value (back to default): +```sh +fw_setenv sgmii_mode +``` + +To get the LAN Mode: + +```sh +onu lanpsg 0 +``` +The `link_status` variable tells the current speed + +| Value (for `sgmii_mode` and `link_status`) | Speed | +| ------------------------------------------ | ---------------------------------- | +| 3 | 1 Gbps / SGMII with auto-neg on | +| 4 | 1 Gbps / SGMII with auto-neg off | +| 5 | 2.5 Gbps / HSGMII with auto-neg on | + +## Querying a particular OMCI ME +```sh +omci_pipe.sh meg MIB_IDX ME_IN +``` +Where `MIB_IDX` is the MIB ID and the `ME_IN` is the ME instance number \ No newline at end of file -- cgit v1.2.3