Richard,
Any iSDX/Realitis greater than 6.0 has an ethernet port.
If you are a network its not just a matter of conecting them because they need IP Addresses, and Route info (Gateway IP address) setting.
This is set in a startup statement known as the envionment.
To list this you must be connected to the maintainance port and logged in at level 1, 2 or 5.
Type asmi, return:-
DX SYSTEM MAINTENANCE INTERFACE
31/08/06 13:29 Firmware Version:0.206 Application Version:2.0.23 Release ACTIVE
SMI A> se
type se and you will see all the envmt settings.
SMI A> se
DSPFILE=0.0/dsp0109.a
MUSICFILE=0.0/music02.a
FPGA=0.0/fpga2009.a
SER1=9600
SER2=1200
SER3=9600
SER4=9600
CIL=2
CUST=3
REMOTE=4
IPACT=10.18.144.4,ffffff00
ROUTE0=0.0.0.0,10.18.144.31,n,00000000
ETHACT=08:00:06:9F:20:07
MEDETHACT=08:00:06:9F:20:08
MODEM_STRING=ATQ1S0=1+MS=9\n\r
AUTO=0.0/abcd123.app
NIVAL=0.0/ni.dat
SMI A>
the statements:-
IPACT=10.18.144.4,ffffff00
ROUTE0=0.0.0.0,10.18.144.31,n,00000000
been the IP address of the switch with subnet mask,
and the route been the gateway works as in:-
Route0 (route 0)=
0.0.0.0, any IP address, goes to,
10.18.144.31 = gateway,
n, no network,
00000000 = any subnetmask.