Command line interface Command line reference
AnywhereUSB® Plus User Guide
737
Delete a port from a group
In the previous example, there are three assigned ports in group 1: port 1 (occupying index position 0),
port 2 (index position 1) and port 3 (index position 2). This example shows how to delete ports 2 and
3, leaving only port 1 in this group. Ports are deleted by index number, not port number.
config del service anywhereusb groups group01 ports 1
config del service anywhereusb groups group01 ports 2
Add a port to the first available index number
Add port 1 to the first available index number.
config add service anywhereusb groups group01 ports end 1
Reassign ports based on the port's index number
In this example, one port is defined in the group: port 2 (occupying index position 0):
config show service anywhereusb groups group01 ports
0 2
You can change this port designation to "1". The syntax here changes the value of the index 0 item to
port 1.
config service anywhereusb groups group01 ports 0 1