Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/btr1975/ciscomultiosinfocoordinate
This is a library that can take IOS, IOS-XE, IOS-XR, and NX-OS data and give it a common format.
https://github.com/btr1975/ciscomultiosinfocoordinate
cisco ios ios-xr library nx-os python python3
Last synced: 26 days ago
JSON representation
This is a library that can take IOS, IOS-XE, IOS-XR, and NX-OS data and give it a common format.
- Host: GitHub
- URL: https://github.com/btr1975/ciscomultiosinfocoordinate
- Owner: btr1975
- License: mit
- Created: 2017-09-05T12:49:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-05T13:55:57.000Z (over 7 years ago)
- Last Synced: 2024-11-19T07:45:01.940Z (about 2 months ago)
- Topics: cisco, ios, ios-xr, library, nx-os, python, python3
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python Script: ciscomultiosinfocoordinate
## Written By: Benjamin P. Trachtenberg
### Contact Information: [email protected]
### LinkedIn: [Ben Trachtenberg](https://www.linkedin.com/in/ben-trachtenberg-3a78496)
### Docker Hub: [Docker Hub](https://hub.docker.com/r/btr1975)
### PyPi Page for [ciscomultiosinfocoordinate](https://pypi.python.org/pypi/ciscomultiosinfocoordinate)### Requirements
* Nothing Specific, I would suggest Python 3.5.2 and above.
### Installation
* From source "setup.py install"
* From pip "pip install ciscomultiosinfocoordinate"### Languages
* Python
### About
This is a library that can take IOS, IOS-XE, IOS-XR, and NX-OS data and give it a common format.
### Features
1. CiscoTelnetClass
* Supports IOS, IOS-XE, IOS-XR, and NX-OS
* Can Pull the Following
* Running Configuration
* CEF Table
* Mroute Table
* BGP Table
* MAC Address Table
* ARP Table
2. CiscoInfoNormalizer
* Supports IOS, IOS-XE, IOS-XR, and NX-OS
* Creates Dictionaries from the Following
* Running Configuration
* CEF Table
* Mroute Table
* BGP Table
* MAC Address Table
* ARP Table
3. CiscoInfoCorrelater
* Supports IOS, IOS-XE, IOS-XR, and NX-OS
* Matches Mroutes to Source Interfaces in a List