diff options
author | Giammarco <stich86@gmail.com> | 2023-05-27 21:55:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-27 21:55:31 +0200 |
commit | 514dbdc78921731a92ac31f113f64f871f546b55 (patch) | |
tree | 45091ccb5516383127d315a6e21276fe7da9f3c9 /_ont/ont-luna-sdk-useful-commands.md | |
parent | Add more info to Nokia G-010S-A (#211) (diff) | |
download | hack-gpon.github.io-514dbdc78921731a92ac31f113f64f871f546b55.tar hack-gpon.github.io-514dbdc78921731a92ac31f113f64f871f546b55.tar.gz hack-gpon.github.io-514dbdc78921731a92ac31f113f64f871f546b55.tar.bz2 hack-gpon.github.io-514dbdc78921731a92ac31f113f64f871f546b55.tar.lz hack-gpon.github.io-514dbdc78921731a92ac31f113f64f871f546b55.tar.xz hack-gpon.github.io-514dbdc78921731a92ac31f113f64f871f546b55.tar.zst hack-gpon.github.io-514dbdc78921731a92ac31f113f64f871f546b55.zip |
Diffstat (limited to '')
-rw-r--r-- | _ont/ont-luna-sdk-useful-commands.md | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/_ont/ont-luna-sdk-useful-commands.md b/_ont/ont-luna-sdk-useful-commands.md index 9c5c5fe..40fac95 100644 --- a/_ont/ont-luna-sdk-useful-commands.md +++ b/_ont/ont-luna-sdk-useful-commands.md @@ -162,12 +162,13 @@ OMCI_OLT_MODE=1 # {{ include.flash }} set OMCI_OLT_MODE 2 ``` -| Value | Note | OMCI Information | -| ----- | --------------- | ---------------------------------------------- | -| 0 | Default Mode | Stock, some value are cannot be change | -| 1 | Huawei OLT Mode | Huawei MA5671a | -| 2 | ZTE OLT Mode | ZTE | -| 3 | Customized Mode | Custom Software/Hardware Version, OMCC, etc... | +| Value | Note | OMCI Information | +| ----- | --------------- | ------------------------------------------------------------------------------------------------------ | +| 0 | Default Mode | Stock, some value are cannot be change | +| 1 | Huawei OLT Mode | Huawei MA5671a | +| 2 | ZTE OLT Mode | ZTE | +| 3 | Customized Mode | Custom Software/Hardware Version, OMCC, etc... |{% if include.omciOLT21 %} +| 21 | Owerflow Mode | Custom Software/Hardware Version, OMCC, etc... (this is a hack and causes sigsegv of `/bin/checkomci`) |{% endif %} Some Fiber Vendor/Wholesale/ISP have explicit LAN Port Number provisioning or proprietary OMCI that ONT Stick cant not understand, this will make ONT Stick reply OK whatever OMCI OLT throw at. @@ -216,4 +217,4 @@ sw_version1=V1_7_8_210412 ```sh # nv setenv sw_commit 0|1 # reboot -```
\ No newline at end of file +``` |