Configure the AnywhereUSB Plus Hub from the CLI
set usbgroup
AnywhereUSB® Plus User Guide
151
set usbgroup
Purpose
Assign a name to each group and specify the ports in each group. When a client
in
the
AnywhereUSB Manager
, the user has access to all of the ports in the group.
You can change the name for a group in the
Group Description
field. By default, a group is named
"Group" appended by a consecutive number, such as Group 1, Group 2, and so on. This name displays
in the
Group Name
field in the
.
For each group, you can specify ports. Each port can only be assigned to one group. Any unassigned
ports are selected in the
Unassigned
row that displays beneath the list of groups.
You can also do this in the web UI. See
Create groups and assign ports to the group
Syntax
set usbgroup [
option]
Options
group=[
1-24
] ports = [
list
]
Specify group number to change and a single port or a range of ports to assign to this group.
Note
Ports can only be assigned to one group at a time. If a port is assigned to a new group, it is
removed from the current group.
description=[
string
]
Enter a name for the group. You must have double quotes around the name if the name has spaces.
Examples
Specify a group name
set usbgroup group=1 description=usergroup1
set usbgroup group=1 description="user group 1"
Assign ports to a group
Assign ports 1, 2, 3, 4, and 7 to group 1.
set usbgroup group=1 ports=1-4,7
Assign port 8 to group 3.
set usbgroup group=3 ports=8