Napalm Aruba driver for ArubaOS Wi-Fi devices '505'


Keywords
napalm, drive
License
Apache-2.0
Install
pip install napalm-aruba505==0.0.129

Documentation

Napalm-aruba505


Driver implementation for ArubaOS Access Points


Currently supported Napalm methods:
    get_config()
    get_facts()
    get_lldp_neighbors
    get_interfaces
    get_interfaces_ip
    get_environment
    get_vlans
    get_running_config()
    is_alive
How to install
    pip install napalm-aruba505
How to use it
  • import napalm
  • from napalm import get_network_driver
  • driver = napalm.get_network_driver("napalm_aruba505")
  • device = driver("my-ap-1", "my_username", "my_password")
  • config = device.get_config()
  • print(config)