Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 434 Bytes

File metadata and controls

21 lines (14 loc) · 434 Bytes

NAPI - Cisco Network API

WARNING THIS IS A WORK IN PROGRESS. DO NOT ATTEMPT IN YOUR NETWORK AS CODE WILL NOT COMPILE

Overview

Generic API for binding over cisco networking devices.

Requirements

  • Python2
  • python-pip
  • SNMP and SSH firewall access to remote devices

Installation

git clone https://github.com/tcuthbert/napi
cd napi
pip install -r requirements.txt