summaryrefslogtreecommitdiffstats
path: root/_ont/ont-luna-sdk-useful-commands.md
diff options
context:
space:
mode:
Diffstat (limited to '_ont/ont-luna-sdk-useful-commands.md')
-rw-r--r--_ont/ont-luna-sdk-useful-commands.md15
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
+```