Skip to main content

Network Automation and Programmability Abstraction Layer with Multi-vendor support,Driver for Huawei Campus Network Switch,VRP OS

Project description

PyPI PyPI

NAPALM Huawei VRP

It's a NAPALM Community Driver for Huawei VRP5/VRP8 Enterprise/Service Provider Routers and Switches.

This repository is reference NAPALM-CE and Cisco IOS code, thanks for thdDaniel's contribution 中文版

Supported Huawei Network Devices

  • NE Series:
    • 40E, 8000
  • AR Series:
    • 2200
  • ATN 900 Series:
    • 910B, 910C and 910D
  • S Switch Series:
    • S5700, S6700

This driver is not limited to these models and series, these are just devices where the driver have been tested.

Instructions

The driver is under development and iteration.

Get info

API Description
get_facts() Return general device information
get_config() Read config
get_arp_table() Get device ARP table
get_mac_address_table() Get mac table of connected devices
get_interfaces() Get interface information
get_interfaces_ip() Get interface IP information
get_interfaces_counters() Get interface counters
get_lldp_neighbors() Fetch LLDP neighbor information

Config

API Description
cli() Send any cli commands
load_merge_candidate() Load config
compare_config() A string showing the difference between the running configuration and the candidate configuration
discard_config() Discards the configuration loaded into the candidate
commit_config() Commits the changes requested by the method load_replace_candidate or load_merge_candidate

Other tools

API Description
is_active() get devices active status
ping() Ping remote ip

Plans to develop

  • get_bgp_config
  • get_bgp_neighbors
  • get_bgp_neighbors_detail
  • get_environment
  • get_ipv6_neighbors_table
  • get_lldp_neighbors_detail
  • get_network_instances
  • get_ntp_peers
  • get_ntp_servers
  • get_ntp_stats
  • get_optics
  • get_route_to
  • get_snmp_information
  • get_users
  • get_vlans

How to Install

You can install napalm-huawei-vrp with pip:

pip install napalm-huawei-vrp

That will install napalm and huawei_vrp driver currently available.

How to upgrade

You can upgrade napalm-huawei-vrp with pip once the new version released:

pip install --upgrade napalm-huawei-vrp

check the package version.

pip list | grep napalm-huawei-vrp

Quick start

from napalm import get_network_driver
driver = get_network_driver('huawei_vrp')
device = driver(hostname='192.168.76.10', username='admin', password='this_is_not_a_secure_password')
device.open()

# Send Any CLI command
send_command = device.cli(['dis version'])

#  Return general device information
get_facts = device.get_facts()
print(get_facts)

# other API
device.get_config()
device.get_arp_table()
device.get_mac_address_table()
device.get_interfaces()
device.get_interfaces_ip()
device.get_interfaces_counters()
device.get_lldp_neighbors()

Contact

Slack

Slack is probably the easiest way to get help with NAPALM. You can find us in the channel napalm on the network.toCode() team.

News

YouTube Videos

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

napalm-huawei-vrp-1.1.0.tar.gz (22.5 kB view details)

Uploaded Source

Built Distribution

napalm_huawei_vrp-1.1.0-py3-none-any.whl (25.2 kB view details)

Uploaded Python 3

File details

Details for the file napalm-huawei-vrp-1.1.0.tar.gz.

File metadata

  • Download URL: napalm-huawei-vrp-1.1.0.tar.gz
  • Upload date:
  • Size: 22.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for napalm-huawei-vrp-1.1.0.tar.gz
Algorithm Hash digest
SHA256 a4988248d2d9dc4698b527328f84d5eb753c2f0186ef1304adb89e65f10a5cb1
MD5 884f1a7902cd9cce0cd68857c9cadd46
BLAKE2b-256 c4f8add74986039c34210b06aadec746370ebf9f8fd370284cc7d76405bb4f6e

See more details on using hashes here.

File details

Details for the file napalm_huawei_vrp-1.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for napalm_huawei_vrp-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7adc06e6abb3f61e20620cc3cac8d9195b4acff15aaec3c2ea4bed37b291c7c5
MD5 0f64cef287d3cbba968d262f703c48f6
BLAKE2b-256 dc6555802e461f52c19683dcb4ff07b4c70be6d067023cf08dd026d9beea24a0

See more details on using hashes here.

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