https://github.com/orange-cloudfoundry/napalm-cumulus
Napalm driver for cumulus linux
https://github.com/orange-cloudfoundry/napalm-cumulus
Last synced: 8 months ago
JSON representation
Napalm driver for cumulus linux
- Host: GitHub
- URL: https://github.com/orange-cloudfoundry/napalm-cumulus
- Owner: orange-cloudfoundry
- License: apache-2.0
- Created: 2021-10-25T08:28:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-30T18:36:34.000Z (almost 3 years ago)
- Last Synced: 2025-04-11T07:06:58.893Z (about 1 year ago)
- Language: Python
- Size: 125 KB
- Stars: 1
- Watchers: 7
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# napalm-cumulus
This is a [NAPALM](https://napalm.readthedocs.io/en/latest/) driver for cumulus linux through ssh.
This is an hard fork of https://github.com/mattlan/napalm-cumulus which has 2 original authors:
- mattlan
- Gabriele Gerbino
Hard fork was intentional because driver needed more update and last commits from orignal authors have 4-5 years.
This ensures that the repo will not be deleted by owners and can be updated
## Install
There is no PyPi repo has Orange didn't set up anything for now, to install use command line:
```shell
pip install git+https://github.com/orange-cloudfoundry/napalm-cumulus.git@
```
## Usage
you can use this new driver, example with napalm command line:
```
napalm --user myuser --vendor cumulus my-mellanox.switch.company.com call get_interfaces
```