Controlling the KVM switch via XML
G&D DL-DVI-MUX2-NT ·
26
English
6. Enter or edit the following values:
7. Click on
OK
to save your settings and to close the window.
Commands
Switching to a particular channel
Use the command
<connectmux>
to switch to a particular channel of the KVM
switch.
The number of the channel you want to switch to is transferred as parameter:
Disconnecting from a channel
The command
<disconnectmux>
terminates the active connection of any channel of
the KVM switch.
Switching to the next channel
Use the command
<nextmuxchannel>
to switch to the next channel of the KVM switch.
Access:
Select the protocol (
TCP
) or (
UPD
) to be used to process com-
munication via XML.
Port:
Enter the port to process XML communication.
Ports 80, 443 und 27996 are used for other services. They are
not
available for XML control.
Status:
Define whether the configured access should be
enabled
or
disabled
.
SWITCHING TO THE THIRD CHANNEL
<?xml version="1.0" encoding="utf-8"?>
<root>
<connectmux>3</connectmux>
</root>
TERMINATING THE ACTIVE CONNECTION
<?xml version="1.0" encoding="utf-8"?>
<root>
<disconnectmux/>
</root>
SWITCHING TO THE NEXT CHANNEL
<?xml version="1.0" encoding="utf-8"?>
<root>
<nextmuxchannel/>
</root>