You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issues with aruba_command module when running against Mobility Conductor. I can run the CLI commands against a Managed Device (Aruba Gateways) running version 8.10.0.6 but unable to do so on the Mobility Conductor. I get the following error "Unable to decode JSON from response to exec_command({"command": "show version", "prompt": null, "answer": null}). Received 'None'."
show ap active
show ap database
show ap database-summary
show clock
show cpuload
show debug
show image version
show ip interface brief
show ip route
show logging level verbose
show memory
show configuration received
show storage
show switch ip
show version
show vlan
show lc-cluster group-membership
show switches
The text was updated successfully, but these errors were encountered:
SUMMARY
Issues with aruba_command module when running against Mobility Conductor. I can run the CLI commands against a Managed Device (Aruba Gateways) running version 8.10.0.6 but unable to do so on the Mobility Conductor. I get the following error "Unable to decode JSON from response to exec_command({"command": "show version", "prompt": null, "answer": null}). Received 'None'."
ISSUE TYPE
COMPONENT NAME
module: aruba_command
ansible_connection: "network_cli"
ansible_network_os: "aruba"
Overwrite the applied role in the task with the networkcli and aruba ansible connection and network os listed above
ADDITIONAL INFORMATION
Task is to run show commands against the Mobility Conductor and Managed Devices
command_output.j2 file:
COMMANDS TO TEST
show ap active
show ap database
show ap database-summary
show clock
show cpuload
show debug
show image version
show ip interface brief
show ip route
show logging level verbose
show memory
show configuration received
show storage
show switch ip
show version
show vlan
show lc-cluster group-membership
show switches
The text was updated successfully, but these errors were encountered: