cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1812
Views
10
Helpful
2
Comments
Gerson Fabian Morales Marin
Community Member

 

Configuration

1-Get access to the CLI using putty or any other terminal.

2-Run the following command in order to create the user.

 Set account name <user-name>

Privilege Levels

"Ordinary-Level 0" :This privilege does not allow user to restart the server or any other service running in the server.
"Advance-Level 1" :This privilege does allow the user to restart the server or any other service running in the server.

3-After assigning a privilege to the user you will need to specify the password being used by the user as the image below shows up.

Note:Password can not be base on a dictionary word.

 

4-After creating the User and Password you will need to log-out and log in again and you will be ask to change the password so keep a second password available; re-enter the first password and change it to the second one and final one.

5-With that done now you should be able to access the SSH connection using the new user information.

Delete User

 1-Log in into CLI page and use the command

 delete account <use-namer>

Note: Make sure that the User that your are trying to delete is not currently log in.

I hope this can help you at some point. Thanks for checking.

regards,

Gerson Fabian Morales Marin (gersomor)

 

Comments
Aman Soi
VIP Alumni
VIP Alumni

Good DOC[+5]

 

regds,

aman

operezgr
Cisco Employee
Cisco Employee

Best document!

Below is also a configuration example in case some one needs it. 

admin:set account name testinguser

Privilege Levels are:
   Ordinary - Level 0
   Advanced - Level 1

Please enter the privilege level :1
       Please enter the password :******** >>> Must be a complex password like: 0urt3st11
             re-enter to confirm :********
Account successfully created
login as: testinguser
testinguser@192.168.213.156's password:
WARNING: Your password has expired.
You must change your password now and login again!
Changing password for user testinguser.
Changing password for testinguser.
(current) UNIX password:
New password: [type new password] >>> Must be a complex password i.e: t3sti791
Re-Type New password: [type new password]

>>> After this the putty session will log out. 
>>> Try again with new password. 
>>> You will be able to enter CLI and run SQL commands like the one below. 

login as: testinguser
testinguser@192.168.213.156's password:
Command Line Interface is starting up, please wait ...

   Welcome to the Platform Command Line Interface

VMware Installation:
        2 vCPU: Intel(R) Xeon(R) CPU           X5690  @ 3.47GHz
        Disk 1: 80GB, Partitions aligned
        4096 Mbytes RAM


admin:run sql select n.dnorpattern as DN, d.description, eu.userid from device as d inner join devicenumplanmap as dnpm on dnpm.fkdevice = d.pkid inner join enduserdevicemap as eudm on eudm.fkdevice=d.pkid inner join enduser as eu on eudm.fkenduser=eu.pkid inner join numplan as n on dnpm.fknumplan = n.pkid inner join routepartition as rp on n.fkroutepartition=rp.pkid and d.tkclass = 1
dn   description     userid
==== =============== ========
6003 SEPD0C781111111 userid

Thanks. 

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: