diff options
author | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-08-13 00:10:26 +0200 |
---|---|---|
committer | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-12-19 23:04:33 +0100 |
commit | ce4515296e699d5ad18def2a387465a120c76848 (patch) | |
tree | e8e54f292e5f12b2f26bbcb4b2dc8907b7d46c80 /ont-Huawei-HG8010H.md | |
parent | Merge branch 'main' of github.com:hack-gpon/hack-gpon.github.io (diff) | |
download | hack-gpon.github.io-ce4515296e699d5ad18def2a387465a120c76848.tar hack-gpon.github.io-ce4515296e699d5ad18def2a387465a120c76848.tar.gz hack-gpon.github.io-ce4515296e699d5ad18def2a387465a120c76848.tar.bz2 hack-gpon.github.io-ce4515296e699d5ad18def2a387465a120c76848.tar.lz hack-gpon.github.io-ce4515296e699d5ad18def2a387465a120c76848.tar.xz hack-gpon.github.io-ce4515296e699d5ad18def2a387465a120c76848.tar.zst hack-gpon.github.io-ce4515296e699d5ad18def2a387465a120c76848.zip |
Diffstat (limited to '')
-rw-r--r-- | ont-Huawei-HG8010H.md | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/ont-Huawei-HG8010H.md b/ont-Huawei-HG8010H.md index 226e187..5f634da 100644 --- a/ont-Huawei-HG8010H.md +++ b/ont-Huawei-HG8010H.md @@ -64,6 +64,7 @@ Now that this is done, the modified configuration file can be uploaded via the w **All results need to be converted from Hex to Ascii** - Get OLT information: + ``` WAP>omcicmd mib show meid 131 instid 0 @@ -78,8 +79,10 @@ WAP>omcicmd mib show meid 131 instid 0 success! ``` -*48575443 -> HWTC (Huawei)* +*0x48575443* → *HWTC* (Huawei) + - Get SW Version 0 and 1: + ``` WAP>omcicmd mib show meid 7 instid 0 @@ -106,8 +109,10 @@ WAP>omcicmd mib show meid 7 instid 1 success! ``` -*56355230 32304331 30533131 3500 -> V5R020C10S115* +*0x56355230 32304331 30533131 3500* → *V5R020C10S115* + - Get ONT Vendor ID and HW Version: + ``` WAP>omcicmd mib show meid 256 instid 0 @@ -131,10 +136,12 @@ WAP>omcicmd mib show meid 256 instid 0 success! ``` -*48575443 -> HWTC -\ -32343046 2e41 -> 240F.A* + +*0x48575443* → *HWTC* +*0x32343046 2e41* → *240F.A* + - Get ONT Equipment ID: + ``` WAP>omcicmd mib show meid 257 instid 0 @@ -159,7 +166,8 @@ WAP>omcicmd mib show meid 257 instid 0 success! ``` -*48473830 31304876 36 -> HG8010Hv6* + +*0x48473830 31304876 36* → *HG8010Hv6* # Known Bugs # Miscellaneous Links |