You can create new user and admin accounts for using the NPB application.

Note
Only users with admin roles can create new user accounts.| User-defined variables | Values | 
|---|---|
| username | 1-40 alphanumeric characters, including underscore and
									dot. Underscore as first character is not allowed.  | 
						
| rolename | Pre-defined role to be assigned to the user (‘admin‘ and ‘user‘ are the only supported roles). | 
| password | 8-40 characters for plain-text password 8-128 characters for hashed passwords  | 
						
| encryption-level | 0 = clear-text (default) 10 = encrypted  | 
						
device(config)# username jdoe role user password iKt1Sas*p device(config)# username jsmith role admin password "uber#p@ssW0^b" encryption-level 10