Changing the admin password from the default
-
Create a new user via CLI.
This step creates a deviation on the FSS.
This example creates the userfssuser1
with the passwordUserFss1!
enter candidate system aaa authentication user fssuser1 password UserFss1! system aaa authentication user fssuser1 role [admin] system aaa authorization role admin services [cli ftp gnmi gribi json-rpc] system configuration role admin rule / action write commit stay
The new user configs are added to the init config and SGCO. -
Create a new GNMI profile with the new user credentials (fssuser1/UserFss1!)
and associated it with the node.
Wait for the node to move to the READY state.
-
Change the admin password via CLI, accept the relevant deviation on FSS.
system aaa authentication admin-user password adminfss1 commit stay
The admin password change should reflected in both SGCO and the init config. -
Create another GNMI profile for the admin user, using the updated
password.
Wait for the node to move to the ready state.