RE: accessing multiple devices via a script (Abdullah Al-Malki)

2012-01-20 Thread Bacon, Ricky
This is Expect's creator Don Libes' tool. I have been using it for years. http://expect.sourceforge.net/example/multixterm.man.html --RJ

Re: accessing multiple devices via a script

2012-01-18 Thread chip
Like many others on here, I utilize rancid's set of scripts to handle all the different platform's quirks for access. I then wrap that inside a perl script that can do things in parallel. I'm no developer by any stretch of the imagination but I can poke around in perl badly enough to write some t

Re: accessing multiple devices via a script

2012-01-17 Thread Mike Gatti
Hey did anyone mention Rancid..., just kidding I've used ciscocmd in the past, a little outdated but worth looking at (http://sourceforge.net/projects/cosi-nms/files/ciscocmd/) You might also have some fun writing your own expect scripts. -- Michael Gatti main. 949.371.5474 (UTC -8) On

Re: accessing multiple devices via a script

2012-01-17 Thread Fabien Delmotte
Hello, You can use also rancid. Regards Fabien Le 17 janv. 2012 à 20:44, Abdullah Al-Malki a écrit : > Thank you all for your recommendations. > I will sit this weekend and evaluate what fits into my requirements. > > Thanks all > > On Mon, Jan 16, 2012 at 5:05 AM, Rafael Rodriguez > wrote:

Re: accessing multiple devices via a script

2012-01-17 Thread Abdullah Al-Malki
Thank you all for your recommendations. I will sit this weekend and evaluate what fits into my requirements. Thanks all On Mon, Jan 16, 2012 at 5:05 AM, Rafael Rodriguez wrote: > If your looking for something interactive, check out Mr. CLI > > Sent from my iPhone > > On Jan 15, 2012, at 12:52, A

Re: accessing multiple devices via a script

2012-01-15 Thread Rafael Rodriguez
If your looking for something interactive, check out Mr. CLI Sent from my iPhone On Jan 15, 2012, at 12:52, Abdullah Al-Malki wrote: > Hi fellows, > I am supporting a big service provider and sometimes I face this problem. > Sometimes I want to access my customer network and want to extract som

Re: accessing multiple devices via a script

2012-01-15 Thread Dale Shaw
Hi Abdullah, On Mon, Jan 16, 2012 at 4:52 AM, Abdullah Al-Malki wrote: > I am supporting a big service provider and sometimes I face this problem. > Sometimes I want to access my customer network and want to extract some > verification output "show commands" from a large number of devices. > > Wh

RE: accessing multiple devices via a script

2012-01-15 Thread Blake T. Pfankuch
53 AM To: nanog@nanog.org Subject: accessing multiple devices via a script Hi fellows, I am supporting a big service provider and sometimes I face this problem. Sometimes I want to access my customer network and want to extract some verification output "show commands" from a large number

Re: accessing multiple devices via a script

2012-01-15 Thread James Michael Keller
On 01/15/2012 12:52 PM, Abdullah Al-Malki wrote: Hi fellows, I am supporting a big service provider and sometimes I face this problem. Sometimes I want to access my customer network and want to extract some verification output "show commands" from a large number of devices. What kind of scriptin

Re: accessing multiple devices via a script

2012-01-15 Thread Rhys Rhaven
t; > > > Regards, > > > > Chuck > > > > > > -Original Message- > > From: Abdullah Al-Malki [mailto:a.almalki1...@gmail.com > <mailto:a.almalki1...@gmail.com>] > > Sent: Sunday, January 1

Re: accessing multiple devices via a script

2012-01-15 Thread Justin M. Streiner
On Sun, 15 Jan 2012, Rhys Rhaven wrote: Is "full disclosure" expected on NANOG, or is it just polite? Like mentioning that Chuck Reynolds is a salesman for QualiSystems, and not just another network operator passing on what they might think will help? I think it's reasonable to expect that sal

Re: accessing multiple devices via a script

2012-01-15 Thread Shahab Vahabzadeh
know off line where you are located and I can hook you up. > > > > Regards, > > > > Chuck > > > > > > -Original Message- > > From: Abdullah Al-Malki [mailto:a.almalki1...@gmail.com] > > Sent: Sunday, January 15, 2012 12:53 PM > > To:

Re: accessing multiple devices via a script

2012-01-15 Thread Rhys Rhaven
riginal Message- > From: Abdullah Al-Malki [mailto:a.almalki1...@gmail.com] > Sent: Sunday, January 15, 2012 12:53 PM > To: nanog@nanog.org > Subject: accessing multiple devices via a script > > Hi fellows, > I am supporting a big service provider and sometimes I face this pr

RE: accessing multiple devices via a script

2012-01-15 Thread Chuck Reynolds
: Abdullah Al-Malki [mailto:a.almalki1...@gmail.com] Sent: Sunday, January 15, 2012 12:53 PM To: nanog@nanog.org Subject: accessing multiple devices via a script Hi fellows, I am supporting a big service provider and sometimes I face this problem. Sometimes I want to access my customer network and want

Re: accessing multiple devices via a script

2012-01-15 Thread Rhys Rhaven
I do this with cluster-ssh, as in some networks I have a generic script-daemon login that use to log into them all simultaneously. cssh uses tk and xterm, so its a bit long in the tooth. New hotness to do this is something like keyboardcast, which can broadcast keyboard input to however many windo

Re: accessing multiple devices via a script

2012-01-15 Thread Kurth Bemis
On Sun, 2012-01-15 at 18:56 +0100, Phil Regnauld wrote: > Abdullah Al-Malki (a.almalki1402) writes: > > Hi fellows, > > I am supporting a big service provider and sometimes I face this problem. > > Sometimes I want to access my customer network and want to extract some > > verification output "show

Re: accessing multiple devices via a script

2012-01-15 Thread Justin Krejci
Parallel ssh (pssh) might help you too --Original Message-- From: Abdullah Al-Malki To: nanog@nanog.org Subject: accessing multiple devices via a script Sent: Jan 15, 2012 11:52 AM Hi fellows, I am supporting a big service provider and sometimes I face this problem. Sometimes I want to

Re: accessing multiple devices via a script

2012-01-15 Thread Joel jaeggli
On 1/15/12 09:56 , Phil Regnauld wrote: > Abdullah Al-Malki (a.almalki1402) writes: >> Hi fellows, >> I am supporting a big service provider and sometimes I face this problem. >> Sometimes I want to access my customer network and want to extract some >> verification output "show commands" from a la

Re: accessing multiple devices via a script

2012-01-15 Thread Phil Regnauld
Abdullah Al-Malki (a.almalki1402) writes: > Hi fellows, > I am supporting a big service provider and sometimes I face this problem. > Sometimes I want to access my customer network and want to extract some > verification output "show commands" from a large number of devices. > > What kind of scrip

accessing multiple devices via a script

2012-01-15 Thread Abdullah Al-Malki
Hi fellows, I am supporting a big service provider and sometimes I face this problem. Sometimes I want to access my customer network and want to extract some verification output "show commands" from a large number of devices. What kind of scripting solutions you guys are using this case. Apprecia