Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #62264 > unrolled thread
| Started by | Chris Angelico <rosuav@gmail.com> |
|---|---|
| First post | 2013-12-18 14:47 +1100 |
| Last post | 2013-12-18 14:47 +1100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: seeking a framework to automate router configurations Chris Angelico <rosuav@gmail.com> - 2013-12-18 14:47 +1100
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2013-12-18 14:47 +1100 |
| Subject | Re: seeking a framework to automate router configurations |
| Message-ID | <mailman.4328.1387338435.18130.python-list@python.org> |
On Wed, Dec 18, 2013 at 2:13 PM, Frank Cui <ycui@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 reinventing? TELNET itself is just a TCP socket with some special handling of byte 0xFF, which quite possibly won't even come up in what you're doing here. For the rest, it's just a matter of sending and receiving text; is there something complicated in the authentication system that you'd be needing to recreate? Otherwise I think you'll find that it's simpler than you expect. ChrisA
Back to top | Article view | comp.lang.python
csiph-web