![AMX DGX-AIE Hardware Reference Manual Download Page 256](http://html1.mh-extra.com/html/amx/dgx-aie/dgx-aie_hardware-reference-manual_2939028256.webp)
Appendix D - Telnet Communication with DGX CPU
256
Enova Digital Media Switchers - Hardware Reference Manual
Appendix D - Telnet Communication with DGX CPU
Overview
One of the features of the Enova DGX 100 Series switchers is that, by default with auto-setup mode enabled, the entire
DGX system (including all DXLink endpoints in auto-setup mode) only consumes a single public IP address. However the
Enova DGX 100 Series switchers also have a secondary internal Ethernet port which can be enabled for diagnostics and/
or control purposes. By default, this port is disabled, but may be enabled or disabled through either NetLinx Studio or
through a serial connection to the DGX.
This Appendix covers methods for enabling, disabling, and confirming the setting of the Telnet connection to an Enova
DGX 100 Series CPU. This Appendix does not cover Telnet connection with the NX Master or directly to DXLink Twisted Pair
or DXLink Fiber endpoints. For NX Master Telnet commands, see page 19. For information on Telnetting directly to DXLink
endpoints, see page 122 (DXLink Twisted Pair) or page 151 (DXLink Fiber).
NOTE:
The BCS Tunnel (port 15000) is not supported in Enova DGX 100 Series Digital Media Switchers.
Enabling the Telnet Session
The Telnet session (via internal Ethernet port) may be enabled through either NetLinx Studio or through a serial connection
to the DGX. Whenever this port is enabled, the DGX consumes two public IP addresses.
IMPORTANT:
Toggling IP settings (DHCP or Static IP) or enabling/disabling the Telnet internal Ethernet port via a serial
connection requires rebooting the DGX for the change(s) to take effect. Rebooting is not required when adjusting these
settings via NetLinx Studio.
Enabling the Telnet session via NetLinx Studio:
1.
Open NetLinx Studio and navigate to the OnLine Tree.
2.
Right-click on the Enova integrated Master (00000 device) and select TELNET Window/Launch TELNET Window via
NetLinx Studio. The terminal opens.
3.
Type the following command string <with appropriate values for your installation>:
For DHCP Telnet -
send_command 5002:1:1, "'IFCONFIG-1,UP,D,hn=<hostname>'"
For Static IP Telnet -
send_command 5002:1:1, "'IFCONFIG-1,UP,S,ip=<IP Address>,gw=<Default Gateway>,
mask=<Subnet Mask>,hn=<Hostname>'"
Example:
send_command 5002:1:1,"'IFCONFIG-1,UP,S,ip=10.103.4.155,gw=10.103.4.1,mask=255.255.255.0,
hn=DGX_Telnet'"
4.
Launch the Telnet session (see section on the following page).
Enabling the Telnet session via DGX_SHELL Commands
Settings after mcpu_eth1_dhcp_enabled are not required unless enabling Telnet with a Static IP address.
1.
Enter the DGX_SHELL terminal interface (see instructions on page 273).
2.
Send the DGX_SHELL commands to enable Telnet <with appropriate values for your installation>:
DGX_SHELL> set mcpu_eth1_enabled=ON
DGX_SHELL> set mcpu_eth1_hostname=<Hostname>
DGX_SHELL> set mcpu_eth1_dhcp_enabled=<either DHCP or STATIC>
DGX_SHELL> set mcpu_eth1_ip_address=<IP Address>
DGX_SHELL> set mcpu_eth1_subnet_mask=<Subnet Mask>
DGX_SHELL> set mcpu_eth1_default_gateway=<Default Gateway>
3.
Reboot the Enova DGX.
4.
Launch the Telnet session (see section on the following page).
Using the Telnet Connection
With the Telnet connection enabled, the Telnet session can be launched and DGX_SHELL (default) or BCS commands can
be used in the terminal window.
Launching the Telnet Session
Commands sent over the Telnet session rather than a serial connection may be markedly slower due to the difference in
speeds possible from a direct connection to that of TCP over a network.
1.
Open a terminal emulation program.
2.
Configure the terminal session with the following settings:
Connection type / Service –
Telnet
Host Name / Address –
<Telnet IP Address>
TCP Port –
23
3.
Open the terminal window.