summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone <26844016+simonebortolin@users.noreply.github.com>2023-01-17 12:00:46 +0100
committerGitHub <noreply@github.com>2023-01-17 12:00:46 +0100
commit9159ffe85aeaec1281ce516a8f29a4c99dc84b78 (patch)
tree61a3718d8233baf725ef04e11e7e712d30d3afe3
parentFix odi ZTE pages (#108) (diff)
downloadhack-gpon.github.io-9159ffe85aeaec1281ce516a8f29a4c99dc84b78.tar
hack-gpon.github.io-9159ffe85aeaec1281ce516a8f29a4c99dc84b78.tar.gz
hack-gpon.github.io-9159ffe85aeaec1281ce516a8f29a4c99dc84b78.tar.bz2
hack-gpon.github.io-9159ffe85aeaec1281ce516a8f29a4c99dc84b78.tar.lz
hack-gpon.github.io-9159ffe85aeaec1281ce516a8f29a4c99dc84b78.tar.xz
hack-gpon.github.io-9159ffe85aeaec1281ce516a8f29a4c99dc84b78.tar.zst
hack-gpon.github.io-9159ffe85aeaec1281ce516a8f29a4c99dc84b78.zip
-rw-r--r--_gpon/vendor.md51
1 files changed, 26 insertions, 25 deletions
diff --git a/_gpon/vendor.md b/_gpon/vendor.md
index 7e5a538..f8eaa95 100644
--- a/_gpon/vendor.md
+++ b/_gpon/vendor.md
@@ -12,29 +12,30 @@ Needs to be set for the OLT to authenticate your ONT; please read your original
Here is a list of the most popular Vendor IDs:
-| ID | Vendor Name |
-| ------ | -------------------- |
-| `ALCL` | Nokia/Alcatel-Lucent |
-| `CIGG` | Cig |
-| `DLNK` | Dlink |
-| `ELTX` | Eltex |
-| `FHTT` | Fiber Home |
-| `GNXS` | Genexis |
-| `GPON` | Generic vendor name |
-| `HALN` | Halany |
-| `HBMT` | Hisense |
-| `HWTC` | Huawei |
-| `ISKT` | Iskratel |
-| `LEOX` | LEOX |
-| `LQDE` | Lantiq |
-| `PTIN` | Altice/PT Inovação |
-| `RTKG` | Realtek |
-| `SCOM` | Sercomm |
-| `SPGA` | SourcePhotonics |
-| `TMBB` | Technicolor |
-| `TPLG` | TP-Link |
-| `UBNT` | Ubiquiti |
-| `ZTEG` | ZTE |
-| `ZYWN` | Zyxel |
+| ID | HEX ID | Vendor Name |
+| ------ | ---------- | -------------------- |
+| `ALCL` | `414c434c` | Nokia/Alcatel-Lucent |
+| `CIGG` | `43494747` | Cig |
+| `DLNK` | `444c4e4b` | Dlink |
+| `ELTX` | `454c5458` | Eltex |
+| `FHTT` | `46485454` | Fiber Home |
+| `GNXS` | `474e5853` | Genexis |
+| `GPON` | `47504f4e` | Generic vendor name |
+| `HALN` | `48414c4e` | HALNy |
+| `HBMT` | `48424d54` | Hisense |
+| `HWTC` | `48575443` | Huawei |
+| `ISKT` | `49534b54` | Iskratel |
+| `LEOX` | `4c454f58` | LEOX |
+| `LQDE` | `4c514445` | Lantiq |
+| `PTIN` | `5054494e` | Altice/PT Inovação |
+| `RTKG` | `52544b47` | Realtek |
+| `SCOM` | `53434f4d` | Sercomm |
+| `SMBS` | `534d4253` | Sagemcom |
+| `SPGA` | `53504741` | SourcePhotonics |
+| `TMBB` | `544d4242` | Technicolor |
+| `TPLG` | `54504c47` | TP-Link |
+| `UBNT` | `55424e54` | Ubiquiti |
+| `ZTEG` | `5a544547` | ZTE |
+| `ZYWN` | `5a59574e` | Zyxel |
-{% include alert.html content="You can also help us with the content of this site, on each page you will find a button to edit on GitHub." alert="Tip" icon="svg-info" color="green" %} \ No newline at end of file
+{% include alert.html content="You can also help us with the content of this site, on each page you will find a button to edit on GitHub." alert="Tip" icon="svg-info" color="green" %}