diff options
author | Simone <26844016+simonebortolin@users.noreply.github.com> | 2023-04-24 21:05:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-24 21:05:51 +0200 |
commit | 3249248e754bcb7c6d94f352a21309503615344c (patch) | |
tree | 51af3a3c19f6dfb0c337df24c80aee64f8ec9f46 /_ont/ont-d-link-dpn-100-rev-a2.md | |
parent | Fix issue: tw236h-cdel-serial.jpg points to the wrong file (#177) (diff) | |
download | hack-gpon.github.io-3249248e754bcb7c6d94f352a21309503615344c.tar hack-gpon.github.io-3249248e754bcb7c6d94f352a21309503615344c.tar.gz hack-gpon.github.io-3249248e754bcb7c6d94f352a21309503615344c.tar.bz2 hack-gpon.github.io-3249248e754bcb7c6d94f352a21309503615344c.tar.lz hack-gpon.github.io-3249248e754bcb7c6d94f352a21309503615344c.tar.xz hack-gpon.github.io-3249248e754bcb7c6d94f352a21309503615344c.tar.zst hack-gpon.github.io-3249248e754bcb7c6d94f352a21309503615344c.zip |
Diffstat (limited to '')
-rw-r--r-- | _ont/ont-d-link-dpn-100-rev-a2.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/_ont/ont-d-link-dpn-100-rev-a2.md b/_ont/ont-d-link-dpn-100-rev-a2.md index f9da5d9..b80cdc9 100644 --- a/_ont/ont-d-link-dpn-100-rev-a2.md +++ b/_ont/ont-d-link-dpn-100-rev-a2.md @@ -39,11 +39,11 @@ Once you access the stick via ssh you will be presented with a second tier login - [Ziza OP151s](/ont-ziza-op151s) - [T&W TW2362H-CDEL](/ont-t-w-tw2362h-cdel) -# General Settings and Useful Commands +# GPON/OMCI settings {% include alert.html content="all commands start from the twmanu shell." alert="Note" icon="svg-info" color="blue" %} -## Changing the ONT's S/N +## Setting ONU GPON Serial Number {% include alert.html content="the S/N is stored in the ASCII format." alert="Note" icon="svg-info" color="blue" %} ```sh @@ -54,7 +54,7 @@ hal set sn ALCLf0f0f0f0 ``` -## Changing the ONT's PLOAM password +## Setting ONU GPON PLOAM password {% include alert.html content="the PLOAM is stored in the ASCII format." alert="Note" icon="svg-info" color="blue" %} @@ -70,7 +70,7 @@ manufactory set password hex 31323334353637383939 ``` -## Show ONT info +## Show ONU GPON info ```sh show info ``` |