-
Notifications
You must be signed in to change notification settings - Fork 23
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
aoscx_facts lldp_neighbors errors #90
Comments
Hi, Do you have check if you have the last pyaoscx release ? (2.5.1) (you can check with pip list) |
Hello, I just checked the version. pyaoscx 2.5.1 thank you |
@amysonmisc can you share the platform and firmware version you're using? |
@tchiapuziowong here you go. We have both 6200F and 6300F and ran into the same issue. JL728A 6200F with ML.10.10.1080 thank you |
Hi, i try with 6300 with 10.10.x |
I switch 1.0.0 and 2.5.1 back and forth (1.0.0 for NAPALM). Yes, I am WSL. Currently on 2.5.1, still the same error. pip3 list | grep pya |
Hi @amysonmisc - I'm unable to produce the error you're referring to - here are my environment details and the example playbook I use:
I'm using a 6200F in VSF stack with ML.10.10.1080 |
@amysonmisc can you ensure the |
@amysonmisc can you confirm if this issue is still seen in the latest collection and pyaoscx version? |
Hello,
I updated the arubanetworks.aoscx collection to 4.3.1.
I got an error "fatal: [aoscx_1]: FAILED! => {"changed": false, "msg": "Network resources: "PARAMETER ERROR: Wrong module name. LLDPNeighbor doesn't exist""}"
-vrfs, - vlans work, only lldp_neighbors gives me an error.
collections:
tasks:
name: lldp
aoscx_facts:
gather_network_resources:
- lldp_neighbors
register: facts_output
The text was updated successfully, but these errors were encountered: