We are creating a service account to backup config from devices of various makes such as Cisco, Juniper etc.,
What is the minimum enable level we need to grant to the service account? If the answer is too subjective, I atleast want to know what is the minimum enable required for Cisco IOS devices.
As far as I know, enable/privilegie level 15 is required.
You can use the command: privilege exec level 6 show running
user joe pass whatever priv 6
joe should be able to do the show run config command
For Juniper, you must be super-user class I believe:
set system login user username class super-user
this will do the trick.