9 help – GE MULTILINK ML2400 User Manual

Page 25

Advertising
background image

CHAPTER 1: INTRODUCTION

INTRODUCTION

MULTILINK ML2400 ETHERNET COMMUNICATIONS SWITCH – INSTRUCTION MANUAL

1–15

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:

ML2400#

user

ML2400(user)##

add user=peter level=2

Enter User Password:******

Confirm New Password:******

ML2400(user)##

To delete a user, use the

delete

command as shown below.

delete user=<name>

The following example deletes the user “peter”:

ML2400(user)##

delete user=peter

Confirm User Deletion(Y/N):

Y

User successfully deleted

ML2400(user)##

The syntax to modify a password is shown below:

passwd user=<name>

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

ML2400(user)##

passwd user=peter

Enter New Password:******

Confirm New Password :******

Password has been modified successfully

ML2400(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.

ML2400(user)##

chlevel user=peter level=1

Access Permission Modified

ML2400(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.

ML2400(user)##

useraccess user=peter service=telnet disable

Telnet Access Disabled.

1.5.9

Help

Typing the

help

command lists the commands you can execute at the current privilege

level. For example, typing

help

at the Operator level shows the following:

ML2400

>

help

Advertising