Skip to content

Latest commit

 

History

History
86 lines (55 loc) · 2.25 KB

v2.2.rst

File metadata and controls

86 lines (55 loc) · 2.25 KB

../_static/openl2m_logo.png

Version 2.2

Note: from this version on, we are now developing and testing in Python v3.8. Python v3.6 is no longer supported!

Version 2.2 adds support for Aruba AOS-CX devices. PoE and LLDP do not function yet, due to Aruba library shortcomings.

Version 2.2.2

Release Date: 2022-06-08

  • Add Administrative LogEntry view to admin pages.
  • handle white-space around device searches.

Version 2.2.1

Release Date: 2022-06-06

  • On AOS-CX switches when configured for SNMP, implement read/write of interface enable/disable and PoE enable/disable, and read PoE consumed power. (this required v10.08 or later firmware)

Bug Fixes:

  • templates handle device capabilities properly (i.e. disable field forms when driver does not implement changing it)

Version 2.2

Release Date: 2022-05-26

  • Improved hints and comments on Admin pages for Switch, SwitchGroup, Vlan and VlanGroup entries.

Bug Fixes:

  • Comware PoE mapping to interface fixed for certain conditions

Version 2.2-dev3

Release Date: 2022-05-19

  • AOS-CX switches now require API v10.08 (ie firmware 10.08 or newer)
  • added capabilities to read the ethernet(mac) tables on AOS-CX switches Note: PoE, LLDP and ARP are not implemented yet in the library (or malfunctioning), so this is missing in OpenL2M!

Version 2.2-dev2

Release Date: 2022-04-18

  • New Feature: Aruba AOS-CX switches are now supported with Read/Write via their REST API, v10.04 At this time, this driver does NOT support PoE yet. Port enable/disable, vlan/description change are functional.
  • Python 3.8 is now required
  • user profile shows last LDAP authentication time stamp (if used)

Bug Fixes:

  • fix auth-priv config in snmp driver
  • update ethernet OUI info during update.sh
  • fix PoE fault logging

Version 2.2-dev1

Release Date: 2021-02-04

  • New Feature: Support for Aruba AOS-CX switches using the REST API v10.04. R/O for now, Write TBD.
  • bulk deactivation of accounts
  • some icon updates

Bug Fixes:

  • output display fixes for PoE vault status.
  • several information/status display fixes in lacp, lldp, search, lacp
  • Aruba AOS-CX read vlan info over snmp
  • various package updates
  • other misc. fixes