ktbyers / netmiko

Multi-vendor library to simplify Paramiko SSH connections to network devices
MIT License
3.62k stars 1.31k forks source link

Adding some vendors #727

Closed tiix95 closed 5 years ago

tiix95 commented 6 years ago

Hello !

Don't know if this can be of any help, but I develop some scripts by myself to backup some network devices. I currently have :

I am not very comfortable with git and its features neither with adding some functions to someone else code, but if you have some time I will be pleased to forward you some of my script for you to include them into netmiko.

Your git litterally saved my life for avaya VSP devices, as I was struggling since many days on them.

Please let me know if you're interested !

ktbyers commented 6 years ago

@tiix95 Probably a Git pull request is the best way (otherwise I am worried I will lost track of it too quickly).

Either that or just create separate issues in GitHub-Netmiko and post your relevant code there.

DamienOConnell commented 6 years ago

Hello wondering if you got to submit the netscaler device type, that is one I am really keen to have working right now.
If you have such file, i'd be keen to see it. thanks

ktbyers commented 6 years ago

@DamienOConnell There is a 'netscaler_ssh' device type that already exists. It is in the 'citrix' folder in the repository.

Kirk

carlmontanari commented 5 years ago

inactive. closing.