From 4c6e00e564e36fe673a6079a853e15a5617de17a Mon Sep 17 00:00:00 2001 From: Simone <26844016+simonebortolin@users.noreply.github.com> Date: Mon, 26 Dec 2022 10:32:53 +0100 Subject: General improvements to ONT pages and add new ONTs (#63) * add CIG G-97CP and Hisense LTE3415 * update ont * Apply suggestions from code review Co-authored-by: Giovanni Condello * add form for cig-password add pattern matching for huawei rooted * update text * move nokia setting pages to separate markdown files as they are all the same fix regex * fix chipset * some general update * update ont * update RTL9601CI * update nokia-cig * add adtran and SourcePhotonics SPS-34-24T-HP-TDFM * add nokia g-010g-a and fix table on adtran * Update ont-t-w-twcgpon657.md * some fix on T&W TWC GPON657 * Apply suggestions from code review Co-authored-by: Giovanni Condello * Update _ont/ont-nokia-use.md Co-authored-by: Giovanni Condello * fix enable password on zte f6005 * fix factory reset * some fix on nokia * fix on zte f6005 Co-authored-by: Simone Bortolin Co-authored-by: Giovanni Condello --- _ont/ont-nokia-g-010g-p.md | 125 ++++++++++----------------------------------- 1 file changed, 27 insertions(+), 98 deletions(-) (limited to '_ont/ont-nokia-g-010g-p.md') diff --git a/_ont/ont-nokia-g-010g-p.md b/_ont/ont-nokia-g-010g-p.md index 9d87c97..7e7202f 100644 --- a/_ont/ont-nokia-g-010g-p.md +++ b/_ont/ont-nokia-g-010g-p.md @@ -3,121 +3,50 @@ title: Nokia G-010G-P has_children: false layout: default parent: Nokia +alias: CIG G-97C1 --- # Hardware Specifications -| | | -| ----------- | -------- | -| Vendor | Nokia | -| Model | G-010G-P | -| Chipset | | -| Flash | | -| RAM | | -| System | | -| HSGMII | No | -| Optics | SC/APC | -| IP address | 192.168.100.1 | -| Web Gui | | -| Telnet | ✅ user `root`, password `huigu309` | -| Form Factor | ONT | +| | | +| ----------- | ------------------------------------------------------------------- | +| Vendor | Nokia | +| Model | G-010G-P | +| Chipset | Realtek RTL9601B | +| Manufacter | CIG G-97C1 | +| Flash | | +| RAM | | +| System | Linux (Luna SDK 1.9.0) | +| HSGMII | No | +| Optics | SC/APC | +| IP address | 192.168.100.1 (after a factory reset the ONT uses 10.89.42.157/16) | +| Web Gui | ✅ user `admin`, password `1234` | +| Telnet | ✅ user `root`, password `huigu309` | +| SSH | | +| Form Factor | ONT | {% include image.html file="g-010g-p.jpg" alt="G-010G-P" caption="Nokia G-010G-P" %} -To access a complete linux shell just type: -```sh -#ONT>system -#ONT/system>shell -``` +## List of software versions -# Useful Commands +- 3FE45655AOCK94 +- 3FE45655AOCK88 -## Committing changes to the OMCI MIB tables for GPON operation -```sh -#ONT>system -#ONT/system>mib -#ONT/system/mib>reset -``` +## List of partitions -## Getting/Setting the ONT's S/N -```sh -#ONT>system -#ONT/system>misc -#ONT/system/misc>eqsn set "ALCL00000001" ----ATECMDRESULT--- OK -#ONT/system/misc>eqsn get -eqsn: ALCL00000001 ----ATECMDRESULT--- OK -``` +# Use of GponSLID -## Getting/Setting the ONT's Vendor -```sh -#ONT>system -#ONT/system>misc -#ONT/system/misc>vendor get -vendor: ALCL ----ATECMDRESULT--- OK -#ONT/system/misc>eqsnvend get -vendor: ALCL ----ATECMDRESULT--- OK -#ONT/system/misc>vendor set "ALCL" ----ATECMDRESULT--- OK -#ONT/system/misc>eqsnvend set "ALCL" ----ATECMDRESULT--- OK +## Access Full Shell -``` - -## Getting/Setting the ONT's Equipment ID +To access a complete linux shell just type: ```sh #ONT>system -#ONT/system>misc -#ONT/system/misc>eqid set "FT-G2110C-2.5G" ----ATECMDRESULT--- OK -#ONT/system/misc>eqid get -eqid: FT-G2110C-2.5G -hex_eqid: 0x46542d4732313130432d322e3547000000000000 ----ATECMDRESULT--- OK +#ONT/system>shell ``` -## Getting/Setting the ONT's Hardware Version -```sh -#ONT>system -#ONT/system>misc -#ONT/system/misc>eqvid get -eqvid: 3FE45458ABAA06 -hex_eqvid: 0x3346453435343538414241413036 ----ATECMDRESULT--- OK -#ONT/system/misc>eqvid set "G2110CE2V1D0" -``` +To exit the shell and reach the parent menu type `exit` or `x`, in each menu the `help` command will show how to use the shell -## Querying a particular OMCI ME -```sh -#ONT>system -#ONT/system>mib -#ONT/system/mib>show 256 -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 -TraffMgtOpt = 0 -AtmCCOpt = 0 -BatteryBack = 1 -AdminState = 0 -OpState = 0 -OnuSurvivalTime = 0 -Loid = "" -Password = "" -AuthState = 0 -OntState = 1 -``` - -## Setting the ONT's Software Version -The following must be typed from the standard linux shell: -```sh -# echo SWVER=C-5.6.1-R > /mnt/rwdir/sys.cfg -``` +{% include_relative ont-nokia-userful-command.md %} # Miscellaneous Links - MIB file parser for NOKIA's GPON ONTs (*helps you parsing the .mib file located in `/mnt/rwdir`*) -- cgit v1.2.3