forked from knipknap/exscript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
29 lines (19 loc) · 957 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
= Exscript =
Exscript is a Python module and a template processor for automating network
connections over protocols such as Telnet or SSH. We attempt to create the
best possible set of tools for working with Telnet and SSH.
Exscript is also an excellent and much more powerful Net::Telnet replacement,
so we welcome all you Perl developers!
Exscript may be used to automate sessions with routers from Cisco, Juniper,
OneAccess, Huawei, or any others. If you want to configures machines
running Linux/Unix, IOS, IOS-XR, JunOS, VRP, or any other operating system
that can be used with a terminal, Exscript should be just what you are
looking for.
The Exscript template language is also in some ways comparable to Expect,
but has some unique features that make it a lot easier to use and understand
for non-developers.
= Links =
Mailing List: http://groups.google.com/group/exscript/
= Dependencies =
* Python 2.6 or greater
* Python-crypto