diff options
author | Simone <26844016+simonebortolin@users.noreply.github.com> | 2023-11-15 14:45:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-15 14:45:04 +0100 |
commit | 234baabc63add9a47fc8264d6ed0b60cf24e1899 (patch) | |
tree | 1f0c758b53a12144b651a6fe60fff03c8f325183 /_ont/ont-nokia-use.md | |
parent | Update quick-start.md (#286) (diff) | |
download | hack-gpon.github.io-234baabc63add9a47fc8264d6ed0b60cf24e1899.tar hack-gpon.github.io-234baabc63add9a47fc8264d6ed0b60cf24e1899.tar.gz hack-gpon.github.io-234baabc63add9a47fc8264d6ed0b60cf24e1899.tar.bz2 hack-gpon.github.io-234baabc63add9a47fc8264d6ed0b60cf24e1899.tar.lz hack-gpon.github.io-234baabc63add9a47fc8264d6ed0b60cf24e1899.tar.xz hack-gpon.github.io-234baabc63add9a47fc8264d6ed0b60cf24e1899.tar.zst hack-gpon.github.io-234baabc63add9a47fc8264d6ed0b60cf24e1899.zip |
Diffstat (limited to '')
-rw-r--r-- | _ont/ont-nokia-use.md | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/_ont/ont-nokia-use.md b/_ont/ont-nokia-use.md index c4f0847..5899c57 100644 --- a/_ont/ont-nokia-use.md +++ b/_ont/ont-nokia-use.md @@ -1,19 +1,29 @@ # Usage + +{% include alert.html content=include.alertUsage alert="Note" icon="svg-info" color="blue" %} + + +{% unless include.disableEnablePassword==true %} ## Login and enable +{% if include.alertEnablePassword %} +{% include alert.html content=include.alertEnablePassword alert="Note" icon="svg-info" color="blue" %} +{% endif %} 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 +User name:{{include.username}} Password: **** ``` The enable password can be generated using the following form: -{% include cig_password.html username="ONTUSER" %} +{% include cig_password.html username=include.username %} + +{% endunless %} # Accessing Full Shell |