Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #62299 > unrolled thread

Re: seeking a framework to automate router configurations

Started byJean-Michel Pichavant <jeanmichel@sequans.com>
First post2013-12-18 13:48 +0100
Last post2013-12-18 13:48 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Re: seeking a framework to automate router configurations Jean-Michel Pichavant <jeanmichel@sequans.com> - 2013-12-18 13:48 +0100

#62299 — Re: seeking a framework to automate router configurations

FromJean-Michel Pichavant <jeanmichel@sequans.com>
Date2013-12-18 13:48 +0100
SubjectRe: seeking a framework to automate router configurations
Message-ID<mailman.4352.1387370885.18130.python-list@python.org>

[Multipart message — attachments visible in raw view] — view raw

----- 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"

> I did find some similar existing work such as exscript and trigger,
> however I was stuck in the following two problems :

> 1. telneting to a non-default port number (other than 23)
> 2. handling of customized banner messages.

> can you give some hints on this ? Thanks in advance for your input.

> Frank

> --
> https://mail.python.org/mailman/listinfo/python-list

Hi, 

If you can ssh on your routers, you may want to look at fabric, a python module that do ssh stuff. You only need to figure out how to reset and reconfigure the router from the shell prompt. 

JM 


-- IMPORTANT NOTICE: 

The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web