diff options
Diffstat (limited to '')
-rw-r--r-- | _ont/ont-odi-realtek-dfp-34x-2c2.md (renamed from ont-ODI-Realtek-DFP-34X-2C2.md) | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/ont-ODI-Realtek-DFP-34X-2C2.md b/_ont/ont-odi-realtek-dfp-34x-2c2.md index 0fa8dd6..ebf4019 100644 --- a/ont-ODI-Realtek-DFP-34X-2C2.md +++ b/_ont/ont-odi-realtek-dfp-34x-2c2.md @@ -1,7 +1,7 @@ --- title: ODI Realtek DFP-34X-C2C (XPON) has_children: false -parent: ONT +layout: default --- # Hardware Specifications @@ -21,7 +21,7 @@ parent: ONT | SSH | ✅ user `admin`, password `admin` | | Form Factor | miniONT SFP | -**Note:** SSH uses an outdated set of algorithm/ciphers, you can connect using the following command: +{% include alert.html content="SSH uses an outdated set of algorithm/ciphers, you can connect using the following command:" alert="Note" icon="svg-info" color="blue" %} ```shell ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 -oCiphers=+3des-cbc admin@192.168.1.1 @@ -78,7 +78,7 @@ GPON_SN=TMBB00000000 ## Getting/Setting the ONT's PLOAM password -{% include alert.html content="The PLOAM password is stored in HEX format, with no 0x or separator" %} +{% include alert.html content="The PLOAM password is stored in HEX format, with no 0x or separator" alert="Note" icon="svg-info" color="blue" %} ```sh # flash get GPON_PLOAM_PASSWD @@ -87,7 +87,9 @@ GPON_PLOAM_PASSWD=41414141414141414141 ``` ## Getting/Setting the ONT Vendor ID -**Note:** this may need OMCI_OLT_MODE set to 3 to work + +{% include alert.html content="this may need OMCI_OLT_MODE set to 3 to work" alert="Note" icon="svg-info" color="blue" %} + ```sh # flash get PON_VENDOR_ID PON_VENDOR_ID=ZTEG @@ -95,7 +97,7 @@ PON_VENDOR_ID=ZTEG ``` ## Getting/Settng the ONT Custom software version -**Note:** this needs OMCI_OLT_MODE set to 3 and firmware 220530 modded by stich86 +{% include alert.html content="this needs OMCI_OLT_MODE set to 3 and firmware 220530 modded by stich86" alert="Note" icon="svg-info" color="blue" %} ```sh # nv setenv sw_custom_version0 YOURFIRSTSWVER @@ -103,7 +105,8 @@ PON_VENDOR_ID=ZTEG ``` ## Getting/Setting a custom HW Version -**Note:** this probably needs OMCI_OLT_MODE set to 3 +{% include alert.html content="this probably needs OMCI_OLT_MODE set to 3" alert="Note" icon="svg-info" color="blue" %} + ```sh # flash get HW_HWVER @@ -112,7 +115,7 @@ HW_HWVER=V2.0 ``` ## Getting/Setting a custom ONT Equipment ID -**Note:** this probably needs OMCI_OLT_MODE set to 3 +{% include alert.html content="this probably needs OMCI_OLT_MODE set to 3" alert="Note" icon="svg-info" color="blue" %} ```sh # flash get GPON_ONU_MODEL GPON_ONU_MODEL=DFP-34X-2C2 |