Driver for Huawei VRP (Versatile Routing Platform) devices under the NAPALM automation framework. Version 1.2.0 provides multi-vendor network automation with getters like get_facts, get_interfaces, get_bgp_neighbors, and configuration management. Releases are irregular, with v1.2.0 from April 2024.
pip install napalm-huawei-vrpNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: instantiate driver with hostname and credentials, open connection, fetch facts.
Use exact string 'huawei_vrp' in get_network_driver().
Pass port=22 (int) instead of port='22'.
Install napalm>=3.0 and use 'from napalm import get_network_driver'.