From d95c32f94960f1418690a0ee92affd7ed287dd3f Mon Sep 17 00:00:00 2001 From: Mark Schouten Date: Tue, 4 Jul 2017 16:35:30 +0200 Subject: Add documentation for Huawei VRP devices --- docs/VRP-Huawei.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 docs/VRP-Huawei.md diff --git a/docs/VRP-Huawei.md b/docs/VRP-Huawei.md new file mode 100644 index 0000000..faec3f1 --- /dev/null +++ b/docs/VRP-Huawei.md @@ -0,0 +1,27 @@ +Huawei VRP Configuration +======================== + +Create a user with no privileges + + system-view + [~HUAWEI] aaa + [~HUAWEI-aaa] local-user oxidized password irreversible-cipher verysecret + [*HUAWEI-aaa] local-user oxidized level 1 + [*HUAWEI-aaa] local-user rancid service-type terminal ssh + [*HUAWEI-aaa] commit + +The commands Oxidized executes are: + +1. screen-length 0 temporary +2. display version +3. display device +4. display current-configuration all + +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: + + system-view + [~HUAWEI] command-privilege level 1 view global display current-configuration all + [*HUAWEI] command-privilege level 1 view shell screen-length + [*HUAWEI] commit + +Oxidized can now retrieve your configuration! \ No newline at end of file -- cgit v1.2.1 From e0ede4f6403a243d592c7329ea852ef62556733b Mon Sep 17 00:00:00 2001 From: Mark Schouten Date: Tue, 4 Jul 2017 16:37:02 +0200 Subject: Crap, now they found out we ran Rancid once... --- docs/VRP-Huawei.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/VRP-Huawei.md b/docs/VRP-Huawei.md index faec3f1..9e97b7d 100644 --- a/docs/VRP-Huawei.md +++ b/docs/VRP-Huawei.md @@ -7,7 +7,7 @@ Create a user with no privileges [~HUAWEI] aaa [~HUAWEI-aaa] local-user oxidized password irreversible-cipher verysecret [*HUAWEI-aaa] local-user oxidized level 1 - [*HUAWEI-aaa] local-user rancid service-type terminal ssh + [*HUAWEI-aaa] local-user oxidized service-type terminal ssh [*HUAWEI-aaa] commit The commands Oxidized executes are: -- cgit v1.2.1