diff options
author | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-08-25 11:23:36 +0200 |
---|---|---|
committer | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-12-19 23:08:10 +0100 |
commit | 36c5f3f1f2a667953cdadf7d53410556150eb636 (patch) | |
tree | 6067438bb768dcbe23c2b3de1afd2b38b6b64b94 /_ont/ont-fs-com-gpon-onu-stick-with-mac.md | |
parent | update script (diff) | |
download | hack-gpon.github.io-36c5f3f1f2a667953cdadf7d53410556150eb636.tar hack-gpon.github.io-36c5f3f1f2a667953cdadf7d53410556150eb636.tar.gz hack-gpon.github.io-36c5f3f1f2a667953cdadf7d53410556150eb636.tar.bz2 hack-gpon.github.io-36c5f3f1f2a667953cdadf7d53410556150eb636.tar.lz hack-gpon.github.io-36c5f3f1f2a667953cdadf7d53410556150eb636.tar.xz hack-gpon.github.io-36c5f3f1f2a667953cdadf7d53410556150eb636.tar.zst hack-gpon.github.io-36c5f3f1f2a667953cdadf7d53410556150eb636.zip |
Diffstat (limited to '_ont/ont-fs-com-gpon-onu-stick-with-mac.md')
-rw-r--r-- | _ont/ont-fs-com-gpon-onu-stick-with-mac.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_ont/ont-fs-com-gpon-onu-stick-with-mac.md b/_ont/ont-fs-com-gpon-onu-stick-with-mac.md index 98bfe3d..2292c59 100644 --- a/_ont/ont-fs-com-gpon-onu-stick-with-mac.md +++ b/_ont/ont-fs-com-gpon-onu-stick-with-mac.md @@ -45,7 +45,7 @@ set_serial_number ABCD12345678 ``` ## Setting PLOAM Password -Software 6BA1896SPLQA41 and before: +Software 6BA1896SPLQA41 and before (See [Carlito Firmware](/ont-huawei-ma5671a-carlito)) ```sh fw_setenv nPassword "0x30 0x31 0x32 0x33 0x34 0x35 0x36 0x37 0x38 0x39" ``` @@ -56,7 +56,7 @@ sfp_i2c -i11 -s "0x30 0x31 0x32 0x33 0x34 0x35 0x36 0x37 0x38 0x39" ``` ## Setting LOID and Checkcode Password -Software 6BA1896SPLQA41 and before: +Software 6BA1896SPLQA41 and before (See [Carlito Firmware](/ont-huawei-ma5671a-carlito)) ```sh fw_setenv omci_loid 1234567890 fw_setenv omci_lpwd password01 |