From b18c1e4472ef51129ddb0f54789ed89d36210ad2 Mon Sep 17 00:00:00 2001 From: Simone Bortolin Date: Mon, 19 Dec 2022 23:07:42 +0100 Subject: fix images, migrated to collection --- _ont/ont-d-link-dpn-100-rev-a2.md | 86 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 _ont/ont-d-link-dpn-100-rev-a2.md (limited to '_ont/ont-d-link-dpn-100-rev-a2.md') diff --git a/_ont/ont-d-link-dpn-100-rev-a2.md b/_ont/ont-d-link-dpn-100-rev-a2.md new file mode 100644 index 0000000..743bb71 --- /dev/null +++ b/_ont/ont-d-link-dpn-100-rev-a2.md @@ -0,0 +1,86 @@ +--- +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) +- [D-LINK DPN-100-Rev-A2](ont-D-LINK-DPN-100-Rev-A2) +- [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) + + + -- cgit v1.2.3