Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 722 Bytes

OS10.md

File metadata and controls

33 lines (23 loc) · 722 Bytes

OS10 Configuration

Disable banner/motd

banner login disable
banner motd disable

Add allowed commands to privilege level 4

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

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