diff options
Diffstat (limited to 'ont-Zyxel-PMG3000-D20B.md')
-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
|