We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bb9a4b commit 8b4837bCopy full SHA for 8b4837b
1 file changed
_ont/ont-fs-com-gpon-onu-stick-with-mac.md
@@ -122,7 +122,7 @@ fw_setenv nPassword "0x30 0x31 0x32 0x33 0x34 0x35 0x36 0x37 0x38 0x39"
122
123
Software 6BA1896SPLQA42 and after:
124
```sh
125
-sfp_i2c -i11 -s "0x30 0x31 0x32 0x33 0x34 0x35 0x36 0x37 0x38 0x39"
+sfp_i2c -i11 -s "1234567890"
126
```
127
128
## Setting LOID and Checkcode Password
@@ -260,6 +260,12 @@ strings /opt/lantiq/bin/omcid | grep compiled
260
reboot
261
262
263
+## Checking whether the connection with the OLT was successful (O5 state)
264
+
265
+```shell
266
+onu ploamsg
267
+```
268
269
## List of software versions
270
- 6BA1896SPLQA13 (Dec 16 2016)
271
- 6BA1896SPLQA41
0 commit comments