Sha256: 5942036c5b32b63f2030f86ade369e22dd96fddb70c8e4e2d9375babc86f5b31

Contents?: true

Size: 722 Bytes

Versions: 5

Compression:

Stored size: 722 Bytes

Contents

# OS10 Configuration

Disable banner/motd

```text
banner login disable
banner motd disable
```

Add allowed commands to privilege level 4

```text
privilege exec priv-lvl 4 "show inventory"
privilege exec priv-lvl 4 "show inventory media"
privilege exec priv-lvl 4 "show running-configuration"
```

Create the user will the role sysadmin (it will see the full config, including auth info and users) and the privilege level 4

```text
username oxidized password verysecurepassword role sysadmin priv-lvl 4
```

The commands Oxidized executes are:

1. terminal length 0
2. show inventory
3. show inventory media
4. show running-configuration

Oxidized can now retrieve your configuration!

Back to [Model-Notes](README.md)

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
oxidized-0.31.0 docs/Model-Notes/OS10.md
oxidized-0.30.1 docs/Model-Notes/OS10.md
oxidized-0.30.0 docs/Model-Notes/OS10.md
oxidized-0.29.1 docs/Model-Notes/OS10.md
oxidized-0.29.0 docs/Model-Notes/OS10.md