Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.
/ HPmiko Public archive

HPmiko is a middle-man script to simplify extracting data from HP/Aruba Procurve switches using Netmiko

License

Notifications You must be signed in to change notification settings

andytruett/HPmiko

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HPmiko

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)

About

HPmiko is a middle-man script to simplify extracting data from HP/Aruba Procurve switches using Netmiko

Topics

Resources

License

Stars

Watchers

Forks

Languages