-
1. Hardware Health Monitor events - https://www.arubanetworks.com/techdocs/AOS-CX/10.07/HTML/5200-8214/Content/events/HW-HEALTH-MONITOR.htm
2. Hardware Switch controller sync events - https://www.arub…
-
Capirca currently does not support two ACL Syntaxes for Aruba switches, so it would be great if we could add them.
they are documented here:
https://support.hpe.com/hpesc/public/docDisplay?docId=a…
-
Can likely duplicate the existing `sadb_populate.sql`, at least for testing.
-
With all the product lines that Aruba (HPE, 3Com, HP) have absorbed over the years, and the renaming, it is very confusing for end users.
This, I think, is a summary of the official designations (I…
-
When I try to do a simple "show run" "show version" I get the error:
No existing session.
I have the connection set to network_cli
- hosts: aos_test
gather_facts: True
collections:
…
-
I'm trying to use arubaoss_facts:
```
- name: "Gather Aruba switch facts"
hosts: test_switches
gather_facts: no
tasks:
- name: gather facts
arubanetworks.aos_switch.arubaoss…
-
-
Hey there, I'm trying to use the arubaoss_config_bkup module to backup device configurations for some of our Aruba equipment, but I haven't gotten it to work so far.
Here is my playbook:
```
- n…
-
if switch is not reachable it is still reported as OK. In this simplest example I have a non-existing switch with 1.1.1.1 in inventory.
Ansible reports as task was executed OK.
```
sa@m1 ansibl…
okin8 updated
2 years ago
-
Hi,
the above mentioned modules are the ones that I use for 2540 switch from your collection aos-switch-ansible. I was hoping that I can more or less do the same with this collection. is there a rea…