Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/napalm-automation-community/napalm-ruckus-fastiron
NAPALM driver for Ruckus FastIron
https://github.com/napalm-automation-community/napalm-ruckus-fastiron
Last synced: about 2 months ago
JSON representation
NAPALM driver for Ruckus FastIron
- Host: GitHub
- URL: https://github.com/napalm-automation-community/napalm-ruckus-fastiron
- Owner: napalm-automation-community
- License: apache-2.0
- Created: 2018-02-09T08:10:00.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-07T12:23:51.000Z (10 months ago)
- Last Synced: 2024-03-26T21:38:25.759Z (9 months ago)
- Language: Python
- Size: 2.55 MB
- Stars: 13
- Watchers: 7
- Forks: 14
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING
- License: LICENSE
Awesome Lists containing this project
README
[![PyPI](https://img.shields.io/pypi/v/napalm-ruckus-fastiron.svg)](https://pypi.python.org/pypi/napalm-ruckus-fastiron)
[![PyPI](https://img.shields.io/pypi/dm/napalm-ruckus-fastiron.svg)](https://pypi.python.org/pypi/napalm-ruckus-fastiron)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.
Current methods supported
=======Configuration Support Matrix
-----------------------------------
- load_replace_candidate()
- load_merge_candidate()
- compare_config()
- rollback()Getters Support Matrix
-----------------------------------
- get_arp_table()
- get_config()
- get_environment()
- get_facts()
- get_interfaces()
- get_interfaces_counters()
- get_interfaces_ip()
- get_lldp_neighbors()
- get_lldp_neighbors_detail()
- get_mac_address_table()
- get_network_instance()
- get_ntp_peers()
- get_ntp_servers()
- get_ntp_stats()
- get_users()
- IsAlive()Currently Testing [not publicly available]
=======
- load_template()
- get_optics()
- get_bgp_congfig()
- get_bgp_neighbors()
- get_bgp_neighbors_detail()
- get_route_to()
- get_snmp information()
- ping()
- tracerroute()Roapmapped
=======
- get_ipv6_neighbors_tableRequirements
=======
- Netmiko v2.0.2
- FastIron v8.0.30Netmiko methods
=======
- send_config()
- config_mode()
- check_config_mode()
- exit_config_mode()
- enable()
- exit_enable()
- clear_buffer()
- prompt()Authors
=======
* Jesús Mendez ([[email protected]](mailto:[email protected]))