User delete command, User logout command, User delete command user logout command – Avocent CCM User Manual

Page 102: Table 5.43: user delete command parameter

Advertising
background image

88 CCM Installer/User Guide

Examples

The following command adds the username JohnDoe, with the password secretname, access to
ports 2, 5, 6 and 7 and user and monitor access rights.

> user add JohnDoe password=secretname access=P2,5-7,user,smon

The following command adds the username JaneDoe, with access to all ports. The name of the SSH
public user key file is ccm_key2.pub. This file is located on the FTP server at IP address 10.0.0.3.

> user add JaneDoe ssh=ccm_key2.pub ftp=10.0.0.3 access=pall

The following command adds the username JDoe, with the password mysecret and the Appliance
Administrator access level, which enables access to all ports and CCM appliance commands.

> user add JDoe pas=mysecret access=applianceadmin

The following command adds the username JohnD with the password pword and the Administrator
access level. JohnD is assigned to the port groups Dev1 and Dev2.

user add JohnD password=pword access=adm group=Dev1,Dev2

User Delete command

The User Delete command removes a username entry from the CCM user database. The username
will no longer be used to authenticate a session with the CCM appliance.
Access right: USER
Access level: ADMIN or APPLIANCEADMIN

Syntax

USER DEL <username>

User Logout command

The User Logout command terminates a user’s active sessions on the CCM appliance. If the
specified user has no active sessions, an error message is displayed. For all active sessions that are
terminated, a message is sent to the Telnet client and the Telnet connection is dropped.

GROUP=<group>

Name of port group to which the user will be assigned. Up to 8 port groups,
separated by commas, may be defined for a CCM850 appliance user, up to 16 port
groups for a CCM1650 appliance user and up to 48 groups for a CCM4850
appliance user.

Table 5.42: User Add Command (Continued)

Parameter

Description

Table 5.43: User Delete Command Parameter

Parameter

Description

<username>

Username to be deleted.

Advertising