HPmiko is a middle-man script to simplify extracting data from HP/Aruba Procurve switches using Netmiko
Project description
HPmiko is a middle-man script to simplify extracting data from HP/Aruba Procurve switches using Netmiko
Installation
To install HPmiko, simply use pip:
$ pip install HPmiko
HPmiko has the following requirements (which pip will install for you)
netmiko >= 2.4.0
Documentation
Usage
import HPmiko
ip = 127.0.0.1
username = "admin"
password = "password"
my_switch = HPmiko.HP(ip, username, password)
my_switch.connect()
hostname = my_switch.get_hostname()
print(hostname)
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
HPmiko-1.1.0.tar.gz
(5.4 kB
view details)
Built Distribution
File details
Details for the file HPmiko-1.1.0.tar.gz
.
File metadata
- Download URL: HPmiko-1.1.0.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c0e8af313e949d602fbf3523d513caf154cbcee14fa57653de765e479e92bf8b |
|
MD5 | b2c9a1c9bb615c371d098fb53e89a718 |
|
BLAKE2b-256 | ff989779c83817304767f24a779b59e351d7640da0b657e4feba927461bf49ff |
File details
Details for the file HPmiko-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: HPmiko-1.1.0-py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 384270d4b10c659a94dce317194a93c17d7c2e9e4ada8bc69ce94a352565f115 |
|
MD5 | 329efcd7fdbf89e6089a6f3cbb616cd6 |
|
BLAKE2b-256 | b8f3eedc33d88601d4ace6e5c5ff108c2bf86fa18e3e0e9f5a49c35c8685e1a7 |