Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/991jo/procurve-conf
a little python script to configure HP ProCurve switches
https://github.com/991jo/procurve-conf
configuration deploy-tool hp procurve switch
Last synced: 3 months ago
JSON representation
a little python script to configure HP ProCurve switches
- Host: GitHub
- URL: https://github.com/991jo/procurve-conf
- Owner: 991jo
- License: other
- Created: 2017-11-19T20:46:39.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-13T07:21:15.000Z (over 5 years ago)
- Last Synced: 2024-05-18T18:34:19.245Z (6 months ago)
- Topics: configuration, deploy-tool, hp, procurve, switch
- Language: Python
- Size: 9.77 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-lanparty-software - procurve_conf
README
# procurve-conf
A little python3 script to configure HP ProCurve switches based on pyserial and pexpect.This script is intended to be used with a resetted switch via serial.
It was tested only with a ProCurve 2824 and on Linux and on Linux.# How to use:
1. setup your config.py
2. Power on the switch
3. plug in serial cable
4. reset switch (often something with pressing the "reset" and "clear" buttons,
take a look into your manual)
5. start scriptpython3 procurve-conf.py
6. be happy and repeat ;)
todo:
- [x] clean up the code
- [x] add some documentation
- [x] add password setting method
- [x] write example config
- [x] requirements.txt
- [x] Jinja2 Template Support
- [x] easier configuration for multiple switches
- [x] config file instead of changing values in the script directly