Skip to content

Conversation

@CameronEx
Copy link

  • Added mappings for AOS and AOS-CX to lib_mapper.py.
  • Updated documentation.

@CameronEx
Copy link
Author

Hi @itdependsnetworks, @jeffkala or @qduk,

Can you please review and let me know if anything needs changing?

Thanks,
Cameron

Copy link
Collaborator

@jeffkala jeffkala left a 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 |
Copy link
Collaborator

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 |
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants