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


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

Documentation

Napalm-aruba505


Driver implementation for ArubaOS Access Points


Currently supported Napalm methods:
    get_config()
    get_facts()
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)

System Requirements:

    pip install sshFRIEND
    The sshFRIEND module is required in order to use the napalm_aruba505 driver

Upcoming functionalities

    get_lldp_neighbors()
    get_environment()

Useful info: