-
Notifications
You must be signed in to change notification settings - Fork 66
Aruba OS References #699
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Aruba OS References #699
Conversation
CameronEx
commented
Sep 7, 2025
- Added mappings for AOS and AOS-CX to lib_mapper.py.
- Updated documentation.
|
Hi @itdependsnetworks, @jeffkala or @qduk, Can you please review and let me know if anything needs changing? Thanks, |
jeffkala
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still need to see if we just generally need to fix something here. This might help too
Ansible
"aos_switch": https://galaxy.ansible.com/ui/repo/published/arubanetworks/aos_switch/ : AOS-Switch firmware version 16.08 and above is supported
"aoscx": https://galaxy.ansible.com/ui/repo/published/arubanetworks/aoscx/ : - Minimum supported AOS-CX firmware version 10.04
Napalm
"aoscx": https://github.com/napalm-automation-community/napalm-aruba-cx : All AOS-CX devices are supported, however the AOS-CX switch firmware should be version 10.05 or later
"arubaoss": https://github.com/napalm-automation-community/napalm-arubaos-switch : Driver implementation for Aruba OS Switch. Tested in AOS > WC.16.09.0004
Netmiko
class mappers:
"aruba_os": ArubaOsSSH,
"aruba_aoscx": ArubaCxSSH,
"aruba_osswitch": HPProcurveSSH,
"aruba_procurve": HPProcurveSSH,
| | ---------- | -- | ------ | | ||
| | a10.acos_axapi.a10 | → | a10 | | ||
| | arista.eos.eos | → | arista_eos | | ||
| | arubanetworks.aos_switch | → | aruba_aos | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where is aruba_aos originating from? Its not one of the options from https://github.com/ktbyers/netmiko/blob/develop/PLATFORMS.md which I think is the root of the problem we're having with this one.
| | ---------- | -- | ------ | | ||
| | a10 | → | a10.acos_axapi.a10 | | ||
| | arista_eos | → | arista.eos.eos | | ||
| | aruba_aos | → | arubanetworks.aos_switch | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as previous comment:
where is aruba_aos originating from? Its not one of the options from https://github.com/ktbyers/netmiko/blob/develop/PLATFORMS.md which I think is the root of the problem we're having with this one.