Sha256: 6a6e36b53289cbefd1f66bb4c4b3c2f31662ffb6d07c5742d6116d34b5e05f81

Contents?: true

Size: 940 Bytes

Versions: 1

Compression:

Stored size: 940 Bytes

Contents

Huawei VRP Configuration
========================

Create a user with no privileges

    <HUAWEI> system-view
    [~HUAWEI] aaa
    [~HUAWEI-aaa] local-user oxidized password irreversible-cipher verysecret
    [*HUAWEI-aaa] local-user oxidized level 1
    [*HUAWEI-aaa] local-user oxidized 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:

    <HUAWEI> 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!

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
oxidized-0.21.0 docs/VRP-Huawei.md