ssh module for Cisco IOS
Project description
python3/python2 SSH module for session management for multivendor network devices (Juniper, Cisco IOS, Cisco ASA, Arista). Based on Netmiko
sshIOS provides a ready-to-go ssh module, asking for Username, Password and Enable Password. Error handling and promt information are also provided to facilitate the user in case of wrong username or password
All netmiko commands are available with this module
Example:
#!/usr/bin/env python3 import sys from sshIOS import sshHost as ssh def showVersion(host): out = host.send_command("show version") print(out) showVersion(ssh(sys.argv[1]))
How to run it:
federico@federico:~/git/github/python/modules/python3 $ python3 importTest.py ios.sw11.lab Username: root Password: Session established with Hostname: Hostname: ios.sw11.lab IP: 192.168.255.50 Cisco IOS Software, C2600 Software (C2600-ADVIPSERVICESK9-M), Version 12.3(4)T4, RELEASE SOFTWARE (fc2) Technical Support: http://www.cisco.com/techsupport Copyright (c) 1986-2004 by Cisco Systems, Inc. [...]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sshIOS-2.0.tar.gz
(2.2 kB
view details)
File details
Details for the file sshIOS-2.0.tar.gz
.
File metadata
- Download URL: sshIOS-2.0.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 29359f7ba349940c8376d64ff67e25cde00c3ab76e482103bdd254b56bf3d58e |
|
MD5 | 49ae589e38d9ec07dd40a016e42c0053 |
|
BLAKE2b-256 | 794731e3695382cdad1c44dc472e14839013f1cbc3f08e8df7df165bd4124702 |