ktbyers / netmiko

Multi-vendor library to simplify Paramiko SSH connections to network devices
MIT License
3.63k stars 1.31k forks source link

Aruba OS paging is broken for controllers #2710

Closed ktbyers closed 2 years ago

ktbyers commented 2 years ago

From earlier discussions:

We have: ArubaOS on Wifi controllers, ArubaOS (they call it ArubaOS) on switches derived from ProCurve platform, 
and ArubaCX for new switches.

ProCurve are not sold with that name anymore and Aruba is phasing out that platform which is being replaced by 
6000 family running ArubaCX.

I would choose a naming scheme to differentiate AruobaOS of WiFi controllers and ArubaOS on ProCurve-based 
platform (maybe the latter as an alias), just to avoid confusion.
ktbyers commented 2 years ago

Propose:

  1. Revert aruba_os device_type back to be Aruba WiFi controllers (i.e. revert the change in https://github.com/ktbyers/netmiko/pull/2544).
  2. aruba_osswitch becomes the device_type for Aruba-OS which are the rebranded HP ProCurve's. This actually already exists.
ktbyers commented 2 years ago

FYI: @fiveghz

ktbyers commented 2 years ago

FYI: @luigirosa

ktbyers commented 2 years ago

Fixed here:

https://github.com/ktbyers/netmiko/pull/2714