From 19d9efdbf79c7a94f27d2836ff71451839607150 Mon Sep 17 00:00:00 2001 From: Simone Bortolin Date: Sat, 24 Sep 2022 10:17:10 +0200 Subject: add and fix some ont --- _ont/ont-leox-lxt-010s-h.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to '_ont/ont-leox-lxt-010s-h.md') diff --git a/_ont/ont-leox-lxt-010s-h.md b/_ont/ont-leox-lxt-010s-h.md index 6ecab97..4bf89a2 100644 --- a/_ont/ont-leox-lxt-010s-h.md +++ b/_ont/ont-leox-lxt-010s-h.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 -- cgit v1.2.3