summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiammarco Marzano <stich86@gmail.com>2023-04-03 13:21:29 +0200
committerGitHub <noreply@github.com>2023-04-03 13:21:29 +0200
commit735bc70b98020110f6a39f4703c02152db864942 (patch)
tree69c9318e90cf1061449b038abbfffd9d45d27b2d
parentUpdate ont-zte-f601.md (diff)
downloadhack-gpon.github.io-zte-f601-review.tar
hack-gpon.github.io-zte-f601-review.tar.gz
hack-gpon.github.io-zte-f601-review.tar.bz2
hack-gpon.github.io-zte-f601-review.tar.lz
hack-gpon.github.io-zte-f601-review.tar.xz
hack-gpon.github.io-zte-f601-review.tar.zst
hack-gpon.github.io-zte-f601-review.zip
-rw-r--r--_ont/ont-zte-f601.md13
1 files changed, 3 insertions, 10 deletions
diff --git a/_ont/ont-zte-f601.md b/_ont/ont-zte-f601.md
index a1b95ad..ea7e76a 100644
--- a/_ont/ont-zte-f601.md
+++ b/_ont/ont-zte-f601.md
@@ -97,11 +97,10 @@ gpontest -gstate
## Querying a particular OMCI ME
-The `sendcmd` commands for OMCI debug will print output only on serial or log file. The log file in this case is `/var/log/OmciLogCache.log`.
-So first thing to do is to enable the logging use this command:
+First enable printf on console usin the following command:
```sh
-sendcmd 132 omcidebug setprintlevel 3 1 2
+redir printf
```
Then query the OMCI ME Class needed with this command:
@@ -110,7 +109,7 @@ Then query the OMCI ME Class needed with this command:
sendcmd 132 omcidebug showmedata ID_MIB (eg. 131 for OLT type)
```
-Finally check the log `/var/log/OmciLogCache.log` to see the result that is like the following one:
+This command will print out the result like this one:
```sh
##################################
@@ -130,12 +129,6 @@ MIB INFO:
---------------------------------------------------------------------
```
-After you have debug the OMCI stuff, turn it off using the following command:
-
-```sh
-sendcmd 132 omcidebug setprintlevel 0 0 0
-```
-
# Random notes
- The F601v7 is mounted 'upside down' to save on waveguides, the LEDs would be on the bottom of the PCB, so it would have to be turned upside down to make it cooler...
- The F601v6 turns on and runs even with 9V input