Assigning an User to an User Group
To assign an user to an user group, use the following configuration:
configure
smiuser assign-user-group username username group group_name
exit
Note |
|
The following example assigns an user called 'user1' to a group called 'group1'.
cee# configure terminal
smiuser assign-user-group username user1 group group1
message User assigned to group successfully
The following example assigns a non-existing user to an existing group.
cee# configure terminal
smiuser assign-user-group username user20 group group1
message User does not exist
The following example assigns a non-existing group to an existing user.
cee# configure terminal
smiuser assign-user-group username user1 group group10
message Group does not exist