Skip to content

napalm-automation/napalm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

82f22aa · Dec 17, 2015
Oct 29, 2015
Dec 17, 2015
Dec 17, 2015
Jun 1, 2015
Dec 17, 2015
Sep 14, 2015
Oct 1, 2015
Mar 27, 2015
May 17, 2015
Dec 7, 2015
Nov 27, 2015
Dec 17, 2015

Repository files navigation

NAPALM

NAPALM (Network Automation and Programmability Abstraction Layer with Multivendor support) is a Python library that implements a set of functions to interact with different router vendor devices using a unified API.

NAPALM logo

NAPALM supports several methods to connect to the devices, to manipulate configurations or to retrieve data.

Supported Network Operating Systems

Please check the following link to see which devices are supported. Make sure you understand the caveats.

Documentation

Before using the library, please read the documentation at: Read the Docs

You can also watch a live demo of NAPALM to see what it is and what it can do for you.

Blog Posts

Install

To install, execute:

pip install napalm

Ansible

There are some ansible modules 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 napalm-automation@googlegroups.com and if you are developer and want to contribute to NAPALM feel free to join to the developers' mailing list at napalm-dev@googlegroups.com

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.

Slack

If you prefer SLACK feel free to join the NAPALM channel on slack at network.toCode().

Authors