Hi
I've got a problem. We would like to change the password in our network. The problem is, we have over 400 Passport.
I'm looking for a tool or a script to change all Nodes automatic.
Thanx for your reply
Cheers
Blaess
If you have a example of a Tera Term Pro Script, please let me know.
I'm looking for a script with a loop, to run the script on different ips (nodes) from a list of IP addresses.
Thx Blaess
I have asked to join your forum. I am sure you are very busy and do not have time for my question. I am a doctor and very much an armature on programming but dangerous enough to get me in trouble. I have been researching for about 10 hours on using the help and internet on Tera Term macros or scripts. I have created the following script below and I use this to submit insurance claims to a clearinghouse. As you will see the logon is quite extensive and I have successfully made this script work up to the point of transmitting a file. I need to send the file zmodem out of a different directory the teraterm. I am providing you with my script where I receive an error when it gets to the changedir command. And if I do place the file in the teraterm directory and remove the changedir command line I still get and error on the zmodem command line. This is probably something you do not want to deal with. And I am sure I am showing my ignorance. If by chance you have a suggestion other than a flame I would appreciate if greatly. Thank you for your time.
Richard Zenger
rgzing@aol.com
This is the macro for file transmission: I understand if you do not care or have time. Just a shoot in the dark looking for assistance. It has been 25 year since I did programming of any kind at University of Tennessee. And we used punch cards!!!
; macro for Tera Term
; Dial-up login
; open Tera Term
; command line = 'TERATERM /C=3' (COM1 port)
connect '/C=3'
DialPrefix = 'ATD'
; set phone number, username, and password
PhoneNumber = '1,555-555-1212'
Productionprompt = '(P/T)?'
Production = 'p'
Correctprompt = '(Yes or No)'
Correct = 'yes'
Loginprompt = 'Logon ID:'
Login = 'yyy1234'
Passwordprompt = 'Password:'
Password = 'pass123'
Uploadprompt = 'G)oodbye'
Upload = 'U'
Submitterprompt = 'Submitter/Provider:'
Submitter = 'S'
Medicalprompt = 'type:'
Medical = 'M'
Zipprompt = '(Y/N)'
Zip = 'Y'
Fileprompt = 'K)ermit'
File = 'Z'
; initialize modem (see the manual for your modem)
You need a tool Called CLIMaximiser that is produced by Nortel. It allows you to log onto multiple passports using the IP. Once you have entered the addresses you can log on to them all simultaneously and run the script once.
i'm unable to connecting to Passport 1200 (Release 2.1.1.0)using CLIManager.
but using the same ip address and password i have access to it via telnet.
>i'm unable to connecting to Passport 1200 (Release 2.1.1.0)>using CLIManager.
>but using the same ip address and password i have access
>to it via telnet.
I previosly see this bug and report for author CLI manager..
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.