From 764b9f26d96416889e659a502e1b40507210b1de Mon Sep 17 00:00:00 2001 From: Giovanni Condello Date: Sun, 7 Aug 2022 22:40:22 +0200 Subject: Zyxel --- ont-technicolor-afm0002.md | 37 +++++++++++++++++-------------------- 1 file changed, 17 insertions(+), 20 deletions(-) (limited to 'ont-technicolor-afm0002.md') diff --git a/ont-technicolor-afm0002.md b/ont-technicolor-afm0002.md index f5e52af..d1d3324 100644 --- a/ont-technicolor-afm0002.md +++ b/ont-technicolor-afm0002.md @@ -35,9 +35,6 @@ parent: ONT {% include info.html content="The AFM0002FWB can be transformed into AFM0002TIM. The AFM0002FWB has an older sw version." %} -# Serial - - # List of software versions - V1_7_8_180122 - V1_7_8_180725 @@ -84,6 +81,23 @@ This stick supports dual boot. # Useful commands +## Get/Set the ONT S/N +```sh +# /etc/scripts/bin flash get GPON_SN +GPON_SN=TMBB00000000 +# /etc/scripts/bin flash set GPON_SN TMBB0A1B2C3D +``` + +## Get/Set the ONT PLOAM password + +{% include info.html content="The PLOAM password is in ASCII format" %} + +```sh +# /etc/scripts/bin flash get GPON_PLOAM_PASSWD +GPON_PLOAM_PASSWD=AAAAAAAAAA +# /etc/scripts/bin flash set GPON_PLOAM_PASSWD AAAAAAAAAA +``` + ## Enable the Web UI ```sh # /bin/iptables -D INPUT -p tcp --dport 80 -j DROP @@ -105,23 +119,6 @@ sw_version1=V1_7_8_210412 # reboot ``` -## Get/Set the ONT S/N -```sh -# /etc/scripts/bin flash get GPON_SN -GPON_SN=TMBB00000000 -# /etc/scripts/bin flash set GPON_SN TMBB0A1B2C3D -``` - -## Get/Set the ONT PLOAM password - -{% include info.html content="The PLOAM password is in ASCII format" %} - -```sh -# /etc/scripts/bin flash get GPON_PLOAM_PASSWD -GPON_PLOAM_PASSWD=AAAAAAAAAA -# /etc/scripts/bin flash set GPON_PLOAM_PASSWD AAAAAAAAAA -``` - ## Query a particular OMCI ME ```sh # omcicli mib get MIB_IDX -- cgit v1.2.3