diff options
author | Andrea055 <vivanco11.ac@gmail.com> | 2022-08-26 13:04:36 +0200 |
---|---|---|
committer | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-12-19 23:08:40 +0100 |
commit | 6ed104fbdc5df370f619bf4c3cba45f7fb591838 (patch) | |
tree | 0d1e48add7277fcb9a1f276d3321ece257bf3bf0 /_ont/ont-zyxel-pmg3000-d20b.md | |
parent | Fix bootloader unlock (diff) | |
download | hack-gpon.github.io-6ed104fbdc5df370f619bf4c3cba45f7fb591838.tar hack-gpon.github.io-6ed104fbdc5df370f619bf4c3cba45f7fb591838.tar.gz hack-gpon.github.io-6ed104fbdc5df370f619bf4c3cba45f7fb591838.tar.bz2 hack-gpon.github.io-6ed104fbdc5df370f619bf4c3cba45f7fb591838.tar.lz hack-gpon.github.io-6ed104fbdc5df370f619bf4c3cba45f7fb591838.tar.xz hack-gpon.github.io-6ed104fbdc5df370f619bf4c3cba45f7fb591838.tar.zst hack-gpon.github.io-6ed104fbdc5df370f619bf4c3cba45f7fb591838.zip |
Diffstat (limited to '_ont/ont-zyxel-pmg3000-d20b.md')
-rw-r--r-- | _ont/ont-zyxel-pmg3000-d20b.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/_ont/ont-zyxel-pmg3000-d20b.md b/_ont/ont-zyxel-pmg3000-d20b.md index 7506700..4157e59 100644 --- a/_ont/ont-zyxel-pmg3000-d20b.md +++ b/_ont/ont-zyxel-pmg3000-d20b.md @@ -104,6 +104,19 @@ SW_VER1:0xabcedf ``` {% include alert.html content="it's better to enter the software version in hex format, all lowercase precedeed by 0x." alert="Note" icon="svg-info" color="blue" %} +## See link speed +This SFP have HSGMII enabled by default, link_status=5 HSGMII 2.5Gbit, link_status=5 SGMII 1Gbit: +``` +linuxshell +onu lanpsg 0 +``` + +## Connection state +To see the connection state use this command, curr_state=5 O5 state, curr_state=1 all states other than O5: +``` +linuxshell +onu ploamsg +``` ## Querying a particular OMCI ME Query via OMCI ME Class Name ```sh @@ -159,6 +172,7 @@ To restore the default combination you can try following [this method](https://g - [Not working with Broadcom BCM57810S](https://github.com/xvzf/zyxel-gpon-sfp/issues/10) - Issue on IPv6 discovery. But we are not sure if is a edge case of a particular ISP or not - [Some stick have a custom password](https://github.com/xvzf/zyxel-gpon-sfp/issues/6) +- fw_setenv command doesn't work # Miscellaneous Links |