Napalm driver for FSOS using SSH
This driver has been tested only on S3900 24T4S with version 1.7.3
pip install napalm-fsos-ssh
A devcontainer is available
Install uv
Install and setup dependencies with uv sync
uv run pytest --cov
uv run ruff format .
uv run ruff check .
In order to use the driver you need to enable ssh:
ip ssh server enable
You also need to configure a username and password with ro permission to authenticate with ssh You can change privilege level regarding driver capability you needs
username <your_username> password 0 <your_password>
username <your_username> privilege 15
We welcome and encourage contributions to this project! Please read the Contributing guide. Also make sure to check the Code of Conduct and adhere to its guidelines
See SECURITY.md file for details.
The code is under CeCILL license.
You can find all details here: https://cecill.info/licences/Licence_CeCILL_V2.1-en.html
Copyright © Ludovic Ortega, 2022
Contributor(s):
-Ortega Ludovic - [email protected]