summaryrefslogtreecommitdiffstats
path: root/_ont/ont-d-link-dpn-100-rev-a2.md
blob: 8029f0cc9580af9937167407d334cda8d3b4502c (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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
---
title: D-LINK DPN-100 Rev A2
has_children: false
layout: default
---

# Hardware Specifications

|             |                 |
| ----------- | --------------- |
| Vendor      | D-LINK          |
| Model       | DPN-100 Rev A2  |
| Chipset     | Lantiq PEB98035 |
| Flash       | 8 MB            |
| RAM         | 64 MB           |
| System      |                 |
| HSGMII      |                 |
| Optics      |                 |
| IP address  |                 |
| Web Gui     |                 |
| SSH         |                 |
| Form Factor | miniONT SFP     |

{% include image.html file="dpn-100-rev-a2.jpg"  alt="DPN-100 Rev A2" caption="DPN-100 Rev A2" %}


Once you access the stick via ssh you will be presented with a second tier login. The credentials to access the dell shell are: username: `twmanu` , password: `twmanu`.


## Firmware is interchangeable with:

- [Zyxel PMG3000-D20B](/ont-zyxel-pmg3000-d20b)
- [Halny HL-GSFP](/ont-halny-hl-gsfp)
- [Ziza OP151s](/ont-ziza-op151s)
- [T&W TW2362H-CDEL](/ont-t-w-tw2362h-cdel)

## List of software versions
## List of partitions
## List of firmwares and files

# Useful Commands

{% include alert.html content="all commands start from the twmanu shell." alert="Note"  icon="svg-info" color="blue" %}

## Changing the ONT's S/N
{% include alert.html content="the S/N is stored in the ASCII format." alert="Note"  icon="svg-info" color="blue" %}

```sh
manufactory
set sn ALCLf0f0f0f0
exit
hal
set sn ALCLf0f0f0f0
```

## Changing the ONT's PLOAM password

{% include alert.html content="the PLOAM is stored in the ASCII format." alert="Note"  icon="svg-info" color="blue" %}

This can be done easily via web ui. If you prefer to do it via the shell use:
```sh
manufactory
set password 1234567899
```

or in hex format without any 0x or separator:
```sh
manufactory
set password hex 31323334353637383939
```



## Show ONT info
```sh
show info
```

# Known Bugs
# Miscellaneous Links

- [Dlink DPN 100 Change of Serial Number and PLOAM Password](https://www.youtube.com/watch?v=5hpMPJCpUaQ)