From 0042ba50d3161dd81fca2a6d39cc19b29a691cc7 Mon Sep 17 00:00:00 2001 From: Simone <26844016+simonebortolin@users.noreply.github.com> Date: Tue, 17 Jan 2023 12:49:45 +0100 Subject: General refactor of Hardware Specifications, Serial and heading - Leox (#111) Co-authored-by: Simone Bortolin --- _ont/ont-leox-lxt-010g-d.md | 67 ++++++++++++++++----------------------------- 1 file changed, 24 insertions(+), 43 deletions(-) (limited to '_ont/ont-leox-lxt-010g-d.md') diff --git a/_ont/ont-leox-lxt-010g-d.md b/_ont/ont-leox-lxt-010g-d.md index 807cb45..4debfb2 100644 --- a/_ont/ont-leox-lxt-010g-d.md +++ b/_ont/ont-leox-lxt-010g-d.md @@ -7,46 +7,27 @@ parent: Leox # Hardware Specifications -| | | -| ----------- | ------------------------------------ | -| Vendor | Leox | -| Model | LXT-010G-D | -| Chipset | | -| Flash | | -| RAM | | -| System | Linux (Luna SDK ) | -| 2.5GBaseT | No | -| Optics | | -| IP address | 192.168.100.1/24 | -| Web Gui | | -| Telnet | ✅ user `leox`, password `leolabs_7` | -| Form Factor | ONT | - - -## 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 - - +| | | +| --------------- | ------------------------------------ | +| Vendor/Brand | LEOX | +| Model | LXT-010G-D | +| Chipset | Realtek RTL9601D | +| Flash | SPI NOR 16MB | +| RAM | 32MB | +| System | Linux 3.18 (Luna SDK 3.3) | +| 2.5GBaseT | No | +| Optics | Bosa on Board (BoB) | +| IP address | 192.168.100.1/24 | +| Web Gui | yes | +| SSH | | +| Telnet | ✅ user `leox`, password `leolabs_7` | +| Serial | ✅ | +| Serial baud | 115200 | +| Serial encoding | 8-N-1 | +| Form Factor | ONT | + +# Serial + +The ONT has a TTL 3.3v UART console (configured as 115200 8-N-1) that can be accessed from the top surface. + +{% include_relative ont-leox-userful-command.md %} -- cgit v1.2.3