summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiammarco <stich86@gmail.com>2023-05-25 09:59:34 +0200
committerGitHub <noreply@github.com>2023-05-25 09:59:34 +0200
commitcaaa4ef4169e0f3f07ef34710d0fc7eb25b12233 (patch)
tree318f357abcb7f29d113366ee354ae9214cb9cfe2
parentUpdate ont-tplink-xz000-g3 based on Van Tech Corner dumped data (#199) (diff)
downloadhack-gpon.github.io-caaa4ef4169e0f3f07ef34710d0fc7eb25b12233.tar
hack-gpon.github.io-caaa4ef4169e0f3f07ef34710d0fc7eb25b12233.tar.gz
hack-gpon.github.io-caaa4ef4169e0f3f07ef34710d0fc7eb25b12233.tar.bz2
hack-gpon.github.io-caaa4ef4169e0f3f07ef34710d0fc7eb25b12233.tar.lz
hack-gpon.github.io-caaa4ef4169e0f3f07ef34710d0fc7eb25b12233.tar.xz
hack-gpon.github.io-caaa4ef4169e0f3f07ef34710d0fc7eb25b12233.tar.zst
hack-gpon.github.io-caaa4ef4169e0f3f07ef34710d0fc7eb25b12233.zip
-rw-r--r--_ont/ont-nokia-useful-command.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/_ont/ont-nokia-useful-command.md b/_ont/ont-nokia-useful-command.md
index 464e409..f523ba2 100644
--- a/_ont/ont-nokia-useful-command.md
+++ b/_ont/ont-nokia-useful-command.md
@@ -21,9 +21,9 @@
Table Ontg, Ont-g, total 1 instances
EntityID = 0x0000
-VID = "GNXS"
-Version = 47 32 31 31 30 43 45 32 56 31 44 30 00 00
-SerialNum = 47 4e 58 53 05 54 6f b0
+VID = "ALCL"
+Version = AA BB CC DD EE FF 11 22 33 44 55 66 00 00
+SerialNum = AA BB CC DD EE FF 11 22
TraffMgtOpt = 0
AtmCCOpt = 0
BatteryBack = 1
@@ -59,7 +59,7 @@ eqsn: ALCL00000001
## Setting OMCI software version (ME 7)
The following must be typed from the standard linux shell:
```sh
-# echo SWVER=C-5.6.1-R > /mnt/rwdir/sys.cfg
+# echo SWVER=3FE49337AOCK80 > /mnt/rwdir/sys.cfg
```
## Getting/Setting OMCI hardware version (ME 256)
@@ -70,7 +70,7 @@ The following must be typed from the standard linux shell:
eqvid: 3FE45458ABAA06
hex_eqvid: 0x3346453435343538414241413036
---ATECMDRESULT--- OK
-#ONT/system/misc>eqvid set "G2110CE2V1D0"
+#ONT/system/misc>eqvid set "YOUR_CUSTOM_VID"
```
## Getting/Setting OMCI vendor ID (ME 256)
@@ -93,11 +93,11 @@ vendor: ALCL
```sh
#ONT>system
#ONT/system>misc
-#ONT/system/misc>eqid set "FT-G2110C-2.5G"
+#ONT/system/misc>eqid set "YOUR_CUSTOM_EQUID"
---ATECMDRESULT--- OK
#ONT/system/misc>eqid get
-eqid: FT-G2110C-2.5G
-hex_eqid: 0x46542d4732313130432d322e3547000000000000
+eqid: YOUR_CUSTOM_EQUID
+hex_eqid: 0x594F55525F435553544F4D5F4551554944000000000000
---ATECMDRESULT--- OK
```
@@ -115,4 +115,4 @@ admin_ip: 192.168.100.1
admin_mask: 255.255.255.0
---ATECMDRESULT--- OK
#ONT/system/misc>admin_mask set 255.255.255.0
-``` \ No newline at end of file
+```