From 65ea7b0361810491630c3a709b4a291c7d44e430 Mon Sep 17 00:00:00 2001 From: Simone <26844016+simonebortolin@users.noreply.github.com> Date: Sat, 21 Jan 2023 23:11:24 +0100 Subject: Update realtek luna SDK command page and migrate LEOX ONT to luna SDK command page, add command for CarlitoxxPro (#134) * migrate some command to luna sdk and add new command to afm0003 * fix * update * final fix on rtk * fix * fix * fix * restore nokia for move to other pr * last fix on tc Co-authored-by: Simone Bortolin --- _ont/ont-leox-userful-command.md | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 _ont/ont-leox-userful-command.md (limited to '_ont/ont-leox-userful-command.md') 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 -- cgit v1.2.3