diff options
author | Simone <26844016+simonebortolin@users.noreply.github.com> | 2023-01-16 21:43:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-16 21:43:22 +0100 |
commit | 18912759d29b22219a654a84012030e3e9df5699 (patch) | |
tree | b76b6d06dedba547031de25e707127a77b51f15e /_ont/ont-odi-realtek-dfp-34x-2c2.md | |
parent | Update ont-leox-lxt-010h-d.md (#109) (diff) | |
download | hack-gpon.github.io-18912759d29b22219a654a84012030e3e9df5699.tar hack-gpon.github.io-18912759d29b22219a654a84012030e3e9df5699.tar.gz hack-gpon.github.io-18912759d29b22219a654a84012030e3e9df5699.tar.bz2 hack-gpon.github.io-18912759d29b22219a654a84012030e3e9df5699.tar.lz hack-gpon.github.io-18912759d29b22219a654a84012030e3e9df5699.tar.xz hack-gpon.github.io-18912759d29b22219a654a84012030e3e9df5699.tar.zst hack-gpon.github.io-18912759d29b22219a654a84012030e3e9df5699.zip |
Diffstat (limited to '')
-rw-r--r-- | _ont/ont-odi-realtek-dfp-34x-2c2.md | 43 |
1 files changed, 5 insertions, 38 deletions
diff --git a/_ont/ont-odi-realtek-dfp-34x-2c2.md b/_ont/ont-odi-realtek-dfp-34x-2c2.md index 2c07562..ac9ed4e 100644 --- a/_ont/ont-odi-realtek-dfp-34x-2c2.md +++ b/_ont/ont-odi-realtek-dfp-34x-2c2.md @@ -1,5 +1,5 @@ --- -title: ODI Realtek DFP-34X-C2C +title: ODI Realtek DFP-34X-2C2 description: New model 2022 - v05 has_children: false layout: default @@ -11,7 +11,7 @@ parent: ODI | | | | ----------- | --------------------------------- | | Vendor | ODI | -| Model | DFP-34X-C2C | +| Model | DFP-34X-2C2 | | Chipset | Realtek RTL9601D | | Flash | 8 MB | | RAM | 64 MB | @@ -79,26 +79,9 @@ The stick has exposed TTL pads: | RX | white | RX | | GND | green | pin #10 | -Configuration: asc0=0 115200 8-N-1 +Configuration: 115200 8-N-1 -# Useful Commands - -## Getting/Setting the ONT's S/N -```sh -# flash get GPON_SN -GPON_SN=TMBB00000000 -# flash set GPON_SN TMBB0A1B2C3D -``` - -## Getting/Setting the ONT's PLOAM password - -{% include alert.html content="The PLOAM password is stored in HEX format, without any 0x or separators" alert="Note" icon="svg-info" color="blue" %} - -```sh -# flash get GPON_PLOAM_PASSWD -GPON_PLOAM_PASSWD=41414141414141414141 -# flash set GPON_PLOAM_PASSWD 41414141414141414141 -``` +{% include_relative luna-sdk-userful-commands.md flash='flash' ploam='hex' %} ## Getting/Setting the ONT Vendor ID @@ -121,7 +104,6 @@ PON_VENDOR_ID=ZTEG ## Getting/Setting a custom HW Version {% include alert.html content="This may need the OMCI_OLT_MODE value to be set to 3 to work" alert="Note" icon="svg-info" color="blue" %} - ```sh # flash get HW_HWVER HW_HWVER=V2.0 @@ -130,28 +112,13 @@ HW_HWVER=V2.0 ## Getting/Setting a custom ONT Equipment ID {% include alert.html content="This may need the OMCI_OLT_MODE value to be set to 3 to work" alert="Note" icon="svg-info" color="blue" %} + ```sh # flash get GPON_ONU_MODEL GPON_ONU_MODEL=DFP-34X-2C2 # flash set GPON_ONU_MODEL DFP-34X-XXX ``` -## Checking the currently active image -```sh -# nv getenv sw_active -sw_active=1 -``` - -## Booting to a different image -```sh -# nv setenv sw_commit 0|1 -# reboot -``` - -## Querying a particular OMCI ME -```sh -# omcicli mib get MIB_IDX -``` # Known Bugs |