Avocent 210128 User Manual

Page of 96
62        ESP Serial Hub Installer/User Guide
You may log additional information with the Debug and Windowdebug commands (see Table 7.1).
The ESP hubs do not have to be rebooted for changes to take effect.
Creating Installation/Update Command Blocks
Installation or update information for an ESP serial hub is delimited using the terms ESP and END. 
The opening delimiter is ESP on a line by itself - this identifies the start of an installation block for 
a hub. The next command must be TYPE, which indicates the ESP hub model. You may then 
specify commands such as address information, logical port assignments and feature enabling/
disabling. The closing delimiter for an ESP hub installation block must be END on a line by itself.
ESP
 TYPE
 .
 .
 .
END
For example, the following excerpt from a script file contains address and port assignment 
commands for an ESP-2 MI serial hub.
ESP
 TYPE = ESP-2 MI
 IP = 10.0.0.115
 MAC = 00-80-7D-94-65-00
 P1 = COM30
 P2 = COM40
END
Type and address information
The IP address (IP command) is mandatory to uniquely identify the ESP hub, even if the 
address is already assigned.
The IP and MAC addresses (IP and MAC commands) are both required if the ESP hub does 
not yet have an IP address, but is installed on a local subnet.
The IP, MAC, gateway and subnet addresses (IP, MAC, GATEWAY and SUBNET com-
mands) are all required if the ESP hub does not yet have an IP address and the hub is not 
located on a local subnet.
You may specify an address even if it is not required. For example, if you are updating information 
for a previously defined ESP on the local subnet, you may include the MAC address, even though it 
is not required.
Physical to logical port numbering
Each physical port number on the ESP hub must be mapped to a logical port number using a 
P command.
P<p_port>=COM<l_port>