diff options
author | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-09-24 10:17:10 +0200 |
---|---|---|
committer | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-12-19 23:09:21 +0100 |
commit | 19d9efdbf79c7a94f27d2836ff71451839607150 (patch) | |
tree | edc710c16360660e623a5cc6690c42ae7345d6fa /_ont/ont-leox-lxt-010h-d.md | |
parent | add and fix tool pages (diff) | |
download | hack-gpon.github.io-19d9efdbf79c7a94f27d2836ff71451839607150.tar hack-gpon.github.io-19d9efdbf79c7a94f27d2836ff71451839607150.tar.gz hack-gpon.github.io-19d9efdbf79c7a94f27d2836ff71451839607150.tar.bz2 hack-gpon.github.io-19d9efdbf79c7a94f27d2836ff71451839607150.tar.lz hack-gpon.github.io-19d9efdbf79c7a94f27d2836ff71451839607150.tar.xz hack-gpon.github.io-19d9efdbf79c7a94f27d2836ff71451839607150.tar.zst hack-gpon.github.io-19d9efdbf79c7a94f27d2836ff71451839607150.zip |
Diffstat (limited to '')
-rw-r--r-- | _ont/ont-leox-lxt-010h-d.md | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/_ont/ont-leox-lxt-010h-d.md b/_ont/ont-leox-lxt-010h-d.md index 61e9c37..eaa1b4b 100644 --- a/_ont/ont-leox-lxt-010h-d.md +++ b/_ont/ont-leox-lxt-010h-d.md @@ -14,7 +14,7 @@ parent: Leox | Chipset | RTL9601CI | | Flash | | | RAM | | -| System | | +| System | Linux 3.18 (Luna SDK 3.3) | | HSGMII | ✅ | | Optics | | | IP address | 192.168.100.1/24 | @@ -26,6 +26,26 @@ parent: Leox ## List of software versions ## List of partitions ## List of firmwares and files + +# Useful Commands + +## Getting/Setting the ONT's S/N +```sh +# /etc/scripts/flash get GPON_SN +GPON_SN=TMBB00000000 +# /etc/scripts/flash set GPON_SN TMBB0A1B2C3D +``` + +## Getting/Setting the ONT's PLOAM password + +{% include alert.html content="The PLOAM password is stored in ASCII format" alert="Info" icon="svg-info" color="blue" %} + +```sh +# /etc/scripts/flash get GPON_PLOAM_PASSWD +GPON_PLOAM_PASSWD=AAAAAAAAAA +# /etc/scripts/flash set GPON_PLOAM_PASSWD AAAAAAAAAA +``` + # Known Bugs # Miscellaneous Links |