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:
- terminal length 0
- show inventory
- show inventory media
- show running-configuration
Oxidized can now retrieve your configuration!
Back to Model-Notes