summaryrefslogtreecommitdiffstats
path: root/_ont/ont-nokia-use.md
diff options
context:
space:
mode:
Diffstat (limited to '_ont/ont-nokia-use.md')
-rw-r--r--_ont/ont-nokia-use.md14
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