Adding a User Group

To add a user group, use the following configuration:

configure
smiuser add-group groupname group_name 
 exit 
Note
  • smiuser add-group - Adds a new user group.

  • groupname group_name - Specifies the name of the user group. group_name must be a alphanumeric value.

The following example adds a new user group called 'group1'.

cee# configure terminal
  smiuser add-group groupname group1
message Group added

In the following example, when a user group that already exists is added, the Ops Center displays an error message.

cee# configure terminal
  smiuser add-group groupname group1
message Group already exists