cancel
Showing results for 
Search instead for 
Did you mean: 

how to change the username and password in ZD1200 via CLI

chetansinh_dabh
New Contributor III

If possible change the username and password in ZD1200 via CLI?

if Yes, so how to change the username and password in ZD1200 via CLI?

1 ACCEPTED SOLUTION

chetansinh_dabh
New Contributor III

ruckus(config-admin)# name admin
The command was executed successfully. To save the changes, type 'end' or 'exit'.
ruckus(config-admin)# name admin password admin123
The command was executed successfully. To save the changes, type 'end' or 'exit'.
ruckus(config-admin)# end
The administrator preferences have been updated.
Your changes have been saved.
ruckus(config)# exit
Your changes have been saved.

 

abort Exits the config-admin context without saving changes.
end Saves changes, and then exits the config-admin context.
exit Saves changes, and then exits the config-admin context.
quit Exits the config-admin context without saving changes.
name <WORD> Sets the admin name.
name <WORD> password <WORD>
Sets the admin password.

View solution in original post

1 REPLY 1

chetansinh_dabh
New Contributor III

ruckus(config-admin)# name admin
The command was executed successfully. To save the changes, type 'end' or 'exit'.
ruckus(config-admin)# name admin password admin123
The command was executed successfully. To save the changes, type 'end' or 'exit'.
ruckus(config-admin)# end
The administrator preferences have been updated.
Your changes have been saved.
ruckus(config)# exit
Your changes have been saved.

 

abort Exits the config-admin context without saving changes.
end Saves changes, and then exits the config-admin context.
exit Saves changes, and then exits the config-admin context.
quit Exits the config-admin context without saving changes.
name <WORD> Sets the admin name.
name <WORD> password <WORD>
Sets the admin password.