VKontakte.DJ
forum traveling
 

Celestial Software

...better by design

Home Support SSH Client Forums
Welcome, Guest
Please Login or Register.    Lost Password?
sign on and configuration script (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: sign on and configuration script
#8896
sign on and configuration script 5 Years, 7 Months ago  
Hi,
I am looking for sample code to manage configuration CISCO 500x switch through programming on serial connection and run some configuration commands in batch and script .
What will be a good source of such scripts or hints for coding them?
I am coding:

1.start Absolute telnet
2.Pause 2000
3. Some vbscript
4. show version
5. log to file
6.save running configuration

Ajay
ajaytank (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
The administrator has disabled public write access.  
#8897
Re:sign on and configuration script 5 Years, 6 Months ago  
Did you read the scripting intro here?

www.celestialsoftware.net/terminal-featu...t/ssh-version-7.html


Absolute can send/receive text to/from the shell within vbscript inside of a connection.

Hopefully this is at least close to what you need.
bpence (Admin)
Admin
Posts: 1404
graph
User Offline Click here to see the profile of this user
Logged Logged  
 
Brian Pence
Celestial Software
SSH , SFTP, and Telnet in a tabbed interface for Windows XP, Vista, Mobile, and others
 
The administrator has disabled public write access.  
#8898
Re:sign on and configuration script 5 Years, 6 Months ago  
Brian,
I have started working on the vbscript.
This post was the starting point.
I hope to get it working soon.
Some sample scripts would help tremendously.

thanks
Ajay
ajaytank (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
The administrator has disabled public write access.  
#8899
Re:sign on and configuration script 5 Years, 6 Months ago  
Try these..... Some basic examples....

www.celestialsoftware.net/table/script-examples.html

Absolute exposes a certain number of functions that augment the VBScript with capabilities of the terminal.
Of course, what you do is limited only by your imagination and the capabilities of VBScript.

B
bpence (Admin)
Admin
Posts: 1404
graph
User Offline Click here to see the profile of this user
Logged Logged  
 
Brian Pence
Celestial Software
SSH , SFTP, and Telnet in a tabbed interface for Windows XP, Vista, Mobile, and others
 
The administrator has disabled public write access.  
Go to top