diff options
author | Simone <26844016+simonebortolin@users.noreply.github.com> | 2023-01-17 12:49:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-17 12:49:45 +0100 |
commit | 0042ba50d3161dd81fca2a6d39cc19b29a691cc7 (patch) | |
tree | 2887c41ea096a0bb50615ee92d2751af68786ae4 /_ont/ont-leox-lxt-010h-d.md | |
parent | General refactor of Hardware Specifications, Serial and heading - ZTE, ZIZA, Zyxel (#116) (diff) | |
download | hack-gpon.github.io-0042ba50d3161dd81fca2a6d39cc19b29a691cc7.tar hack-gpon.github.io-0042ba50d3161dd81fca2a6d39cc19b29a691cc7.tar.gz hack-gpon.github.io-0042ba50d3161dd81fca2a6d39cc19b29a691cc7.tar.bz2 hack-gpon.github.io-0042ba50d3161dd81fca2a6d39cc19b29a691cc7.tar.lz hack-gpon.github.io-0042ba50d3161dd81fca2a6d39cc19b29a691cc7.tar.xz hack-gpon.github.io-0042ba50d3161dd81fca2a6d39cc19b29a691cc7.tar.zst hack-gpon.github.io-0042ba50d3161dd81fca2a6d39cc19b29a691cc7.zip |
Diffstat (limited to '_ont/ont-leox-lxt-010h-d.md')
-rw-r--r-- | _ont/ont-leox-lxt-010h-d.md | 68 |
1 files changed, 25 insertions, 43 deletions
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 %} |