Skip to content

Commit 8b4837b

Browse files
Fix ploam FS (#133)
* fix ploam FS * Update ont-fs-com-gpon-onu-stick-with-mac.md * add ploamsg Co-authored-by: Simone Bortolin <simonebortolin@users.noreply.github.com>
1 parent 4bb9a4b commit 8b4837b

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

_ont/ont-fs-com-gpon-onu-stick-with-mac.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ fw_setenv nPassword "0x30 0x31 0x32 0x33 0x34 0x35 0x36 0x37 0x38 0x39"
122122

123123
Software 6BA1896SPLQA42 and after:
124124
```sh
125-
sfp_i2c -i11 -s "0x30 0x31 0x32 0x33 0x34 0x35 0x36 0x37 0x38 0x39"
125+
sfp_i2c -i11 -s "1234567890"
126126
```
127127

128128
## Setting LOID and Checkcode Password
@@ -260,6 +260,12 @@ strings /opt/lantiq/bin/omcid | grep compiled
260260
reboot
261261
```
262262

263+
## Checking whether the connection with the OLT was successful (O5 state)
264+
265+
```shell
266+
onu ploamsg
267+
```
268+
263269
## List of software versions
264270
- 6BA1896SPLQA13 (Dec 16 2016)
265271
- 6BA1896SPLQA41

0 commit comments

Comments
 (0)