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
> configurati
- 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
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.co
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 pu
On Wed, Dec 18, 2013 at 2:13 PM, Frank Cui 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 reinventing?
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
On Wed, Dec 18, 2013 at 1:40 PM, Frank Cui 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 know how you'd
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 w