-
Notifications
You must be signed in to change notification settings - Fork 563
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Conflicts: AUTHORS
- Loading branch information
Showing
4 changed files
with
25 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
David Barroso <[email protected]> | ||
<<<<<<< HEAD | ||
Elisa Jasinska <[email protected]> | ||
======= | ||
Elisa Jasinska <[email protected]> | ||
>>>>>>> master |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,11 +2,12 @@ NAPALM | |
====== | ||
NAPALM (Network Automation and Programmability Abstraction Layer with Multivendor support) is python library that implements a set of functions to interact with different vendors using a unified API. | ||
|
||
 | ||
|
||
NAPALM supports several methods to connect to the devices, to manipulate configuration and to retrieve data. | ||
|
||
Supported Network Operating Systems | ||
----------------------------------- | ||
|
||
* EOS - Using [pyEOS](https://github.com/spotify/pyeos). You need version 4.14.6M or superior. | ||
* JunOS - Using [junos-eznc](https://github.com/Juniper/py-junos-eznc) | ||
* IOS-XR - Using [pyIOSXR](https://github.com/fooelisa/pyiosxr) | ||
|
@@ -21,14 +22,15 @@ Supported Network Operating Systems | |
|
||
Documentation | ||
============= | ||
|
||
Before using the library, please, read the documentation (link below). Specially the "caveats" section: | ||
|
||
See the [Read the Docs](http://napalm.readthedocs.org) | ||
|
||
You can also watch a [live demo](https://youtu.be/93q-dHC0u0I) of NAPALM to see what it is and what it can do for you. | ||
|
||
|
||
Install | ||
======= | ||
|
||
To install, execute: | ||
|
||
`` | ||
|
@@ -37,5 +39,19 @@ To install, execute: | |
|
||
Ansible | ||
======= | ||
There is an ansible module provided by this API. Make sure you read the documentation and you understand how it works before trying to use it. | ||
|
||
Mailing List | ||
======= | ||
If you have any questions, join the users' mailing list at [[email protected]](mailto:[email protected]) and if you are developer and want to contribute to NAPALM feel free to join to the developers' mailing list at [[email protected]](mailto:[email protected]) | ||
|
||
IRC | ||
=== | ||
|
||
You can find the homologous IRC channels on freenode #napalm-automation and #napalm-dev. Feel free to join if you prefer a more direct approach. | ||
|
||
Authors | ||
======= | ||
* David Barroso ([[email protected]](mailto:[email protected])) | ||
* Elisa Jasinska ([[email protected]](mailto:[email protected])) | ||
|
||
There is an ansible module provided by this API. Make sure you read the documentation and you understand how it works before trying to use it. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.