Skip to main content

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

https://andytruett.github.io/HPmiko/

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


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)

Uploaded Source

Built Distribution

HPmiko-1.1.0-py3-none-any.whl (8.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page