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
Did you read the scripting intro here?
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.
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
Try these..... Some basic examples....
https://www.celestialsoftware.net/category/tutorials/script-examples/
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