Hi, we are integrating our switches / routers into Password Access Management tool.
We need to create a user in the switch for that tool - so that when tool logs into the switch, it can only change passwords of other users. cannot do anything else
I created privilege level access
1. privilege exec level 10 configure terminal
2. privilege configure level 10 username
3. privilege configure level 10 exit
4. privilege exec level 10 copy running-config startup-congif
5. privilege exec level 10 exit
When I try above, the tool logs in with privilege access 10 but cannot change the passwords of different users. its only allowed to enter command 'username' - that its, it does not go beyond that.
I need the tool to perform this command - username ANYUSER password ANYPASSWORD
(basically change password for any user) - what I am missing in step 2. can someone please help.
Thanks