diff options
author | Giammarco <stich86@gmail.com> | 2023-06-12 16:09:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-12 16:09:54 +0200 |
commit | 3de1725357a3444b690b103db4df3a4bb1c7d0f4 (patch) | |
tree | 44ed6b34bafb267583f9d281ec2aa7235d537239 | |
parent | Update ont-nokia-useful-command.md (#242) (diff) | |
download | hack-gpon.github.io-3de1725357a3444b690b103db4df3a4bb1c7d0f4.tar hack-gpon.github.io-3de1725357a3444b690b103db4df3a4bb1c7d0f4.tar.gz hack-gpon.github.io-3de1725357a3444b690b103db4df3a4bb1c7d0f4.tar.bz2 hack-gpon.github.io-3de1725357a3444b690b103db4df3a4bb1c7d0f4.tar.lz hack-gpon.github.io-3de1725357a3444b690b103db4df3a4bb1c7d0f4.tar.xz hack-gpon.github.io-3de1725357a3444b690b103db4df3a4bb1c7d0f4.tar.zst hack-gpon.github.io-3de1725357a3444b690b103db4df3a4bb1c7d0f4.zip |
-rw-r--r-- | _ont/ont-nokia-useful-command.md | 16 | ||||
-rw-r--r-- | _ont_xgs/ont-nokia-useful-command.md | 16 |
2 files changed, 32 insertions, 0 deletions
diff --git a/_ont/ont-nokia-useful-command.md b/_ont/ont-nokia-useful-command.md index 1667784..c5af085 100644 --- a/_ont/ont-nokia-useful-command.md +++ b/_ont/ont-nokia-useful-command.md @@ -56,6 +56,22 @@ eqsn: ALCL00000001 ---ATECMDRESULT--- OK ``` +## Getting/Setting PLOAM +```sh +#ONT>system +#ONT/system>misc +#ONT/system/misc>pon_passwd set "123456789" +---ATECMDRESULT--- OK +#ONT/system/misc>pon_passwd get +pon_passwd: 31323334353637383900 +---ATECMDRESULT--- OK +#ONT/system/misc>register_id set "123456789" +---ATECMDRESULT--- OK +#ONT/system/misc>register_id get +pon_passwd: 31323334353637383900 +---ATECMDRESULT--- OK +``` + ## Setting OMCI software version (ME 7) The following must be typed from the standard linux shell: ```sh diff --git a/_ont_xgs/ont-nokia-useful-command.md b/_ont_xgs/ont-nokia-useful-command.md index 1667784..c5af085 100644 --- a/_ont_xgs/ont-nokia-useful-command.md +++ b/_ont_xgs/ont-nokia-useful-command.md @@ -56,6 +56,22 @@ eqsn: ALCL00000001 ---ATECMDRESULT--- OK ``` +## Getting/Setting PLOAM +```sh +#ONT>system +#ONT/system>misc +#ONT/system/misc>pon_passwd set "123456789" +---ATECMDRESULT--- OK +#ONT/system/misc>pon_passwd get +pon_passwd: 31323334353637383900 +---ATECMDRESULT--- OK +#ONT/system/misc>register_id set "123456789" +---ATECMDRESULT--- OK +#ONT/system/misc>register_id get +pon_passwd: 31323334353637383900 +---ATECMDRESULT--- OK +``` + ## Setting OMCI software version (ME 7) The following must be typed from the standard linux shell: ```sh |