diff options
author | Giovanni Condello <condellog@gmail.com> | 2022-08-07 22:45:02 +0200 |
---|---|---|
committer | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-12-19 22:56:20 +0100 |
commit | df99050dc0a73de79f76da970c967c60bf936a4a (patch) | |
tree | dd70175e61ff0f5b42f53da09dabfc88a1777135 | |
parent | Zyxel (diff) | |
download | hack-gpon.github.io-df99050dc0a73de79f76da970c967c60bf936a4a.tar hack-gpon.github.io-df99050dc0a73de79f76da970c967c60bf936a4a.tar.gz hack-gpon.github.io-df99050dc0a73de79f76da970c967c60bf936a4a.tar.bz2 hack-gpon.github.io-df99050dc0a73de79f76da970c967c60bf936a4a.tar.lz hack-gpon.github.io-df99050dc0a73de79f76da970c967c60bf936a4a.tar.xz hack-gpon.github.io-df99050dc0a73de79f76da970c967c60bf936a4a.tar.zst hack-gpon.github.io-df99050dc0a73de79f76da970c967c60bf936a4a.zip |
-rw-r--r-- | ont-Zyxel-PMG3000-D20B.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ont-Zyxel-PMG3000-D20B.md b/ont-Zyxel-PMG3000-D20B.md index 33142e6..a69be64 100644 --- a/ont-Zyxel-PMG3000-D20B.md +++ b/ont-Zyxel-PMG3000-D20B.md @@ -104,6 +104,20 @@ SW_VER1:0xabcedf ```
*Note: it's better to enter the software version in hex format, all lowercase precedeed by 0x.*
+## Query a particular OMCI ME
+Query via OMCI ME Class Name
+```sh
+omci
+show me classname OmciClassName (e.g Ont2g)
+```
+
+Query via OMCI ME ID
+```sh
+omci
+show me id OmciClassId (e.g 7)
+```
+
+
# Low level modding
## Create a new rootfs
|