Metadata-Version: 2.1
Name: napalm_aruba505
Version: 0.0.171
Summary: Napalm Aruba driver for ArubaOS Wi-Fi devices '505' 
Home-page: https://github.com/skarpe-github/napalm-aruba505
Author: David Johnnes, Sonja Karpe
Author-email: david.johnnes@gmail.com
License: Apache 2
Keywords: napalm drive
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: Apache Software License
Description-Content-Type: text/markdown
License-File: LICENSE

<!DOCTYPE html>

<h2>Napalm-aruba505 </h2> <br>

<h3>Driver implementation for ArubaOS Access Points</h3> <br>

<h5>Currently supported Napalm methods:</h5>


<div>
    <ul> get_config() </ul>
    <ul> get_facts() </ul>
    <ul> get_lldp_neighbors </ul>
    <ul> get_interfaces </ul>
    <ul> get_interfaces_ip </ul>
    <ul> get_environment </ul>
    <ul> get_vlans </ul>
    <ul> get_running_config() </ul>
    <ul> is_alive </ul>
</div>


<h5>How to install</h5>

<ul>pip install napalm-aruba505</ul>


<h5>How to use it</h5>
<ul>
    <li>import napalm</li>
    <li>from napalm import get_network_driver</li>
    <li>driver = napalm.get_network_driver("napalm_aruba505")</li>
    <li>device = driver("my-ap-1", "my_username", "my_password")</li>
    <li>config = device.get_config()</li>
    <li>print(config)</li>
</ul> <br>
