8 user management, Anagement – GE MULTILINK ML1200 User Manual

Page 20

Advertising
background image

1–12

MULTILINK ML1200 MANAGED FIELD SWITCH – INSTRUCTION MANUAL

INTRODUCTION

CHAPTER 1: INTRODUCTION

1.4.8

User Management

A maximum of five users can be added per switch. Users can be added, deleted or
changed from a manager level account. There can be more than one manager account,
subject to the maximum number of users on the switch being restricted to five.

To add a user, use the

add

command as shown below. The user name has to be a unique

name. The password is recommended to be at least 8 characters long with a mix of upper
case, lower case, numbers and special characters.

add user=<name> level=<number>

The following example adds a user “peter” with manager-level privilege:

ML1200#

user

ML1200(user)##

add user=peter level=2

Enter User Password:******

Confirm New Password:******

ML1200(user)##

To delete a user, use the

delete

command as shown below.

delete user=<name>

The following example deletes the user “peter”:

ML1200(user)##

delete user=peter

Confirm User Deletion(Y/N):

Y

User successfully deleted

ML1200(user)##

The syntax to modify a password is shown below:

passwd user=<name>

The following example changes the password for user “peter”.

ML1200(user)##

passwd user=peter

Enter New Password:******

Confirm New Password :******

Password has been modified successfully

ML1200(user)##

The syntax to modify the privilege level for a specific user is shown below:

chlevel user=<name> level=<number>

The following example modifies the privilege level of user “peter” to Operator privileges.

ML1200(user)##

chlevel user=peter level=1

Access Permission Modified

ML1200(user)##

The syntax to set the access privileges for telnet and Web services is shown below:

useraccess user=<name> service=<telnet|web> <enable|disable>

The following example sets the access privileges for telnet and Web services.

ML1200(user)##

useraccess user=peter service=telnet disable

Telnet Access Disabled.

Advertising