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-use.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 _ont/ont-nokia-use.md (limited to '_ont/ont-nokia-use.md') diff --git a/_ont/ont-nokia-use.md b/_ont/ont-nokia-use.md new file mode 100644 index 0000000..ac71853 --- /dev/null +++ b/_ont/ont-nokia-use.md @@ -0,0 +1,26 @@ +# Use +## Login and enable + + +Once you're logged in, a custom menu will be shown and you'll be able to access the linux shell by first typing `system` followed by `shell`: + +```sh +ONT>enable +#ONT>login +User name:ONTUSER +Password: **** +``` + +The enable password can be generated using the following form: + +{% include cig_password.html username="ONTUSER" %} + +# Access Full Shell + +To access a complete linux shell just type: +```sh +#ONT>system +#ONT/system>shell +``` + +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 -- cgit v1.2.3