blob: 7e5a53829ba33bb20393dc97079c90c5d3d85a28 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
---
title: ONU Vendor ID
has_children: false
nav_order: 4
layout: default
---
> 4 ASCII character
Needs to be set for the OLT to authenticate your ONT; please read your original ONT's Serial Number, it can be either in HEX or ASCII: if it's codified in HEX, you need to convert the first eight HEX digits to ASCII, for example `48575443` = `HWTC`.
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 |
{% 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" %}
|