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-010h-d.md | 68 +++++++++++++++++---------------------------- 1 file changed, 25 insertions(+), 43 deletions(-) (limited to '_ont/ont-leox-lxt-010h-d.md') diff --git a/_ont/ont-leox-lxt-010h-d.md b/_ont/ont-leox-lxt-010h-d.md index 244e73a..7f0af85 100644 --- a/_ont/ont-leox-lxt-010h-d.md +++ b/_ont/ont-leox-lxt-010h-d.md @@ -7,46 +7,28 @@ parent: Leox # Hardware Specifications -| | | -| ----------- | ------------------------------------ | -| Vendor | Leox | -| Model | LXT-010H-D | -| Chipset | RTL9601D | -| Flash | SPI NOR 16MB | -| RAM | 32MB | -| System | Linux 3.18 (Luna SDK 3.3) | -| 2.5GBaseT | Yes | -| Optics | Bosa on Board (BoB) | -| IP address | 192.168.100.1/24 | -| Web Gui | yes | -| 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, however if you can use hex if string starts from 0x" 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-010H-D | +| Chipset | Realtek RTL9601D | +| Flash | SPI NOR 16MB | +| RAM | 32MB | +| System | Linux 3.18 (Luna SDK 3.3) | +| 2.5GBaseT | Yes | +| PHY Ethernet | RTL8221B | +| 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