Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Telneting into an iSDX

Status
Not open for further replies.

RichardUk

IS-IT--Management
Joined
Oct 27, 2006
Messages
4
I have access to many iSDXs, all of which are via dialup telephone line.
I have seen people on this forum using telnet, and wondered how I can configure my iSDX to support this?
The iSDXs have IP cards in them and have an ip address.
Thanks
Richard
 
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.

 
Thanks very much for this.

I'll give it a try and let you know how I get on.

Richard
 
Richard,

Whoops....forgot to say that after changing the environment the switch has to be reloaded to activate, and if 2 proccessors both sides individually.

A duel is less painful because the off line proccessor can be reloaded, then switched to make the other off line, also one extra statment with a duel because the on line proccessor always keeps the:-
IPACT=10.18.144.4,ffffff00
The off line:-
IPSB=10.18.144.5,ffffff00

This statement goes in both sides.


 
Found an env statement in my backups, the *.app has been changed to protect the innocent.

[DATABASE]
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=172.106.149.226,fffffff0
IPSB=172.106.149.227,fffffff0
ROUTE0=0.0.0.0,172.106.149.225,n,00000000
ETHACT=08:00:06:9F:1D:75
ETHSB=08:00:06:9F:1D:77
MEDETHACT=08:00:06:9F:1D:76
MEDETHSB=08:00:06:9F:1D:78
MODEM_STRING=ATQ1S0=1+MS=9\n\r
AUTO=1.0/abcd123.APP
STANDBY=yes
NIVAL=1.0/ni.dat

The :-
ETHACT
MEDETHACT
ETHSB
MEDETHSB

are the mac addresses of the cards.

 
Don't forget, if you mess up the config of the environment it can stop the system loading up!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top