Welcome to the VanDyke Software Forums

Join the discussion today!


Go Back   VanDyke Software Forums > Scripting

Notices

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 04-05-2017, 05:16 AM
Torrezno Torrezno is offline
Registered User
 
Join Date: Apr 2017
Posts: 3
Create a tab to connect and then use that tab in connection loop

Hi there,

I want to create a new tab with a connection:

Set tab = crt.Session.ConnectInTab("/FIREWALL /Telnet A.B.C.D0")

Then do stuff, and then disconnect that tab and reuse it for another connection in a looop:

tab.Session.Disconnect
tab.Session.Connect ("/FIREWALL /Telnet A.B.C.D1")
tab.Session.Disconnect
...
tab.Session.Connect ("/FIREWALL /Telnet A.B.C.DN")


This code is not working because it get stuck in the 2nd disconnect not showing the prompt till I stop the script and then show the prompt of the second telnet. (I'm currently using just 2 without a loop to build it incrementally.

I guess there is something wrong in the code but can't find where and googling didn't help.

Anyone knows what's the issue?

Thanks!
Reply With Quote
 

Tags
connect , disconnect , loop , reuse , tab

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -6. The time now is 08:23 PM.