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 hashes)
Built Distribution
HPmiko-1.1.0-py3-none-any.whl
(8.8 kB
view hashes)