Re: seeking a framework to automate router configurations

2014-12-10 Thread ercintorun
18 Aralık 2013 Çarşamba 04:40:20 UTC+2 tarihinde Frank Cui yazdı: Hi Pythoners, I'm looking for a tool or framework in which I can do a slight modification to achieve the following task: Asynchronously reset a large number of cisco routers back to their original configurations and

Re: seeking a framework to automate router configurations

2013-12-18 Thread Jean-Michel Pichavant
- Original Message - Hi Pythoners, I'm looking for a tool or framework in which I can do a slight modification to achieve the following task: Asynchronously reset a large number of cisco routers back to their original configurations and push prepared initial configurations to them

seeking a framework to automate router configurations

2013-12-17 Thread Frank Cui
Hi Pythoners, I'm looking for a tool or framework in which I can do a slight modification to achieve the following task: Asynchronously reset a large number of cisco routers back to their original configurations and push prepared initial configurations to them I did find some similar existing

Re: seeking a framework to automate router configurations

2013-12-17 Thread Chris Angelico
On Wed, Dec 18, 2013 at 1:40 PM, Frank Cui y...@outlook.com wrote: Asynchronously reset a large number of cisco routers back to their original configurations and push prepared initial configurations to them From the sound of your partial solutions, this is done over a TCP/IP socket? I don't

RE: seeking a framework to automate router configurations

2013-12-17 Thread Frank Cui
Hi Chris, Thanks for the advice! I'm aware of this module, the problem is that this is quite a low level module and I would have quite a lot to re-invent specific to telneting to a cisco router. Thanks! Date: Wed, 18 Dec 2013 14:27:55 +1100 Subject: Re: seeking a framework to automate router

Re: seeking a framework to automate router configurations

2013-12-17 Thread Chris Angelico
On Wed, Dec 18, 2013 at 2:13 PM, Frank Cui y...@outlook.com wrote: Thanks for the advice! I'm aware of this module, the problem is that this is quite a low level module and I would have quite a lot to re-invent specific to telneting to a cisco router. Do you know what it is you'd have to be

Re: seeking a framework to automate router configurations

2013-12-17 Thread rusi
On Wednesday, December 18, 2013 8:10:20 AM UTC+5:30, Frank Cui wrote: Hi Pythoners, I'm looking for a tool or framework in which I can do a slight modification to achieve the following task: Asynchronously reset a large number of cisco routers back to their original configurations and push

RE: seeking a framework to automate router configurations

2013-12-17 Thread Frank Cui
Thank you guys for the input, I have determined to go with the plain old expect as it seems most easy to go with for this task. Frank Date: Tue, 17 Dec 2013 19:59:31 -0800 Subject: Re: seeking a framework to automate router configurations From: rustompm...@gmail.com To: python-list