Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linickx/crassh
Cisco Remote Automation via SSH
https://github.com/linickx/crassh
automation cisco cli python
Last synced: 7 days ago
JSON representation
Cisco Remote Automation via SSH
- Host: GitHub
- URL: https://github.com/linickx/crassh
- Owner: linickx
- License: gpl-2.0
- Created: 2014-07-25T08:53:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-07-02T07:56:15.000Z (over 4 years ago)
- Last Synced: 2024-09-18T20:54:28.027Z (about 2 months ago)
- Topics: automation, cisco, cli, python
- Language: Python
- Size: 120 KB
- Stars: 44
- Watchers: 9
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
C.R.A.SSH
=========
C.R.A.SSH (*crassh*) stands for *Cisco Remote Automation via SSH*, it is a python script for automating commands on Cisco devices.|build-status| |docs|
Crassh can be used in two ways:
* a stand alone script that users (*Network Admins*) can run to perform actions on Cisco devices
* a module developers can import and leverage in their own scriptsThe **documentation is available here:** http://crassh.readthedocs.org
My `personal blog`_ contains a `tutorial here`_ on how to use crassh in standalone mode and an `initial example`_ on how to use the crassh module. Future `news about crassh can be found here`_.
Disclaimer
^^^^^^^^^^The word *Cisco* is used as a description because this script should work with any Cisco IOS device. Cisco is a registered trademark of Cisco Systems Inc; this script is not associated, endorsed, supported or affiliated in any way with Cisco and none of these are implied.
.. Links
.. _`personal blog`: http://www.linickx.com
.. _`tutorial here`: http://www.linickx.com/3980/automating-cisco-commands-with-c-r-a-ssh
.. _`initial example`: http://linickx.com/pip-install-crassh
.. _`news about crassh can be found here`: http://www.linickx.com/tag/crassh.. |build-status| image:: https://travis-ci.org/linickx/crassh.svg?branch=master
:target: https://travis-ci.org/linickx/crassh
:alt: Travis CI: continuous integration status
.. |docs| image:: https://readthedocs.org/projects/crassh/badge/?version=latest
:target: http://crassh.readthedocs.org/en/latest/?badge=latest
:alt: Documentation Status