summaryrefslogtreecommitdiff
path: root/docs/Model-Notes/VRP-Huawei.md
diff options
context:
space:
mode:
authorWild Kat <wk@futureinquestion.net>2018-03-12 09:13:24 +0100
committerWild Kat <wk@futureinquestion.net>2018-03-12 09:13:24 +0100
commit5504d3491d1e16ec22f0b0a5cd52993d1cdd545f (patch)
treee8c0053e2f352a6303df626df7c9bc5d8a75415c /docs/Model-Notes/VRP-Huawei.md
parent04c61e0a5cf4ee21158cbc5d827682bda525f82a (diff)
parent88feb3836a7e0cd9c869b71be11046fbdd542b85 (diff)
Merge remote-tracking branch 'upstream/master' into dockerfile-refresh
Diffstat (limited to 'docs/Model-Notes/VRP-Huawei.md')
-rw-r--r--docs/Model-Notes/VRP-Huawei.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/Model-Notes/VRP-Huawei.md b/docs/Model-Notes/VRP-Huawei.md
index d03c752..e68a959 100644
--- a/docs/Model-Notes/VRP-Huawei.md
+++ b/docs/Model-Notes/VRP-Huawei.md
@@ -3,7 +3,7 @@ Huawei VRP Configuration
Create a user with no privileges
-```
+```text
<HUAWEI> system-view
[~HUAWEI] aaa
[~HUAWEI-aaa] local-user oxidized password irreversible-cipher verysecret
@@ -21,7 +21,7 @@ The commands Oxidized executes are:
Command 2 and 3 can be executed without issues, but 1 and 4 are only available for higher level users. Instead of making Oxidized a read/write user on your device, lower the priviledge-level for commands 1 and 4:
-```
+```text
<HUAWEI> system-view
[~HUAWEI] command-privilege level 1 view global display current-configuration all
[*HUAWEI] command-privilege level 1 view shell screen-length
@@ -30,5 +30,4 @@ Command 2 and 3 can be executed without issues, but 1 and 4 are only available f
Oxidized can now retrieve your configuration!
-
Back to [Model-Notes](README.md)