diff options
author | Simone <26844016+simonebortolin@users.noreply.github.com> | 2023-01-21 23:11:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-21 23:11:24 +0100 |
commit | 65ea7b0361810491630c3a709b4a291c7d44e430 (patch) | |
tree | 2e5f8ad47af482454601142d2816632ed3a0a6cb /_ont/ont-leox-userful-command.md | |
parent | Fix ploam FS (#133) (diff) | |
download | hack-gpon.github.io-65ea7b0361810491630c3a709b4a291c7d44e430.tar hack-gpon.github.io-65ea7b0361810491630c3a709b4a291c7d44e430.tar.gz hack-gpon.github.io-65ea7b0361810491630c3a709b4a291c7d44e430.tar.bz2 hack-gpon.github.io-65ea7b0361810491630c3a709b4a291c7d44e430.tar.lz hack-gpon.github.io-65ea7b0361810491630c3a709b4a291c7d44e430.tar.xz hack-gpon.github.io-65ea7b0361810491630c3a709b4a291c7d44e430.tar.zst hack-gpon.github.io-65ea7b0361810491630c3a709b4a291c7d44e430.zip |
Diffstat (limited to '_ont/ont-leox-userful-command.md')
-rw-r--r-- | _ont/ont-leox-userful-command.md | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/_ont/ont-leox-userful-command.md b/_ont/ont-leox-userful-command.md deleted file mode 100644 index 1900b23..0000000 --- a/_ont/ont-leox-userful-command.md +++ /dev/null @@ -1,25 +0,0 @@ -# General Settings and Useful Commands - -## Change IP address -```sh -# /etc/scripts/flash get LAN_IP_ADDR -LAN_IP_ADDR=192.168.2.1 -# /etc/scripts/flash set LAN_IP_ADDR 192.168.1.1 - ``` - -## Getting/Setting the ONT's S/N -```sh -# /etc/scripts/flash get GPON_SN -GPON_SN=LEOX00000000 -# /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 -```
\ No newline at end of file |