pyaoscx icon indicating copy to clipboard operation
pyaoscx copied to clipboard

Python modules for AOS-CX

Results 28 pyaoscx issues
Sort by recently updated
recently updated
newest added

The previous version was checking if the switch supported poe by using the setting `quick_poe`. This should be `poe`. This PR fix changes the check from `quick_poe` to `poe`.

Trying to connect to a device using and IPv6 Address fails with the error: `raise LoginError("Cookies were not set correctly. Login failed")` I did encase the IP Address in square...

Missing selector='writable' when get vlan info Fix #11

The 6200 doesn't support BGP, swagger on the 6200 shows the BGP method: `https:///rest/v10.04/system/vrfs/default/bgp_routers` However it returns a 404 `unknown attribute for VRF: bgp_routers` In ansible aoscx_l3_interface on a 6200...

I am trying to create a lookback using pyaoscx ver 2.1.0 my code is: from pyaoscx.session import Session from pyaoscx.pyaoscx_factory import PyaoscxFactory import urllib3 import traceback import logging urllib3.disable_warnings() host...

Hi, There is plan to adding TACACS/RADIUS Server support (and AAA Group) for configure RBAC of switches ?

This class is good, but appears to miss some features, such as interface lldp neighbors, and interface known/heard ethernet addresses (ie the switching table)? Will this be implemented at some...

I can not find the guide about how to use pyaoscx for each module and the docs in the github are not readable.

Running the test on Ubuntu 20.04 and testing with virtual Aruba CX Switch: sw01# sh ver ----------------------------------------------------------------------------- ArubaOS-CX (c) Copyright Hewlett Packard Enterprise Development LP ----------------------------------------------------------------------------- Version : Virtual.10.07.0010 Build...

Use the query parameter `attributes=capabilities` to retrieve the list of system capabilities. https://github.com/aruba/pyaoscx/blob/49aa8e9814e085e0fabd40d8f83c06212327a759/pyaoscx/configuration.py#L39