Creating and modifying user accounts, Example – ADC CUDA 3 User Manual

Page 66

Advertising
background image

ADC Telecommunications, Inc.

64

C

HAPTER

3: M

ANAGING

U

SER

A

CCOUNTS

Creating and Modifying User Accounts

To create or modify a user account, use the account command. To create a
new account, specify a new account name. To modify an existing account,
specify an existing name. You create or modify a user account by performing
the following tasks:

Example

The following example creates a new user account named Route_1 that uses
the password tech and applies a profile named routemonitor:

cli:172.16.19.10:root# account Route_1 add-profile routemonitor

password tech description "Read Only Routing Admin"

ACCOUNT AFTER CREATE

UserName: Route_1

UserDescription: Read Only Routing Admin

PROFILE LIST

profileName: routemonitor

profileDescription: Readonly

PrivilegeList:

router: readonly

'Route_1' was successfully created

cli:172.16.19.10:root#

User account names and passwords are case-sensitive.

Task

Command

1. Enter root mode.

root

2. Create a user account.

account <account name> {add-profile <profile name> |
remove-profile <profile name> | password <password> |
description <string>}

Advertising