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
The additional fields prevent us from uploading the json payload.
If you upload the running-config via json after you set a checkpoint timer, the checkpoint feature fails to work.
- name: set checkpoint for one minute "checkpoint auto 1"
vars:
ansible_connection: network_cli
aoscx_command:
commands:
- checkpoint auto 1
# Finally, upload the new config as the running-config
- name: upload local json config to the running-config
aoscx_upload_config:
config_name: "running-config"
config_json: "{{ validated_config_json }}"
vrf: "mgmt"
timeout: 30
# Accept the checkpoint
- name: confirm checkpoint "checkpoint auto confirm"
vars:
ansible_connection: network_cli
aoscx_command:
commands:
- checkpoint auto confirm
retries: 5
delay: 5
Uploading to a 6300 switch requires vsf commands. If not the switch will wipe itself once the config is copied to the running-config.
vsf member 1
type jl762a
The text was updated successfully, but these errors were encountered:
lukebates123
changed the title
Add additional ansible plays and safety checks.
Add additional ansible plays and safety checks for aruba.
Jan 23, 2023
lukebates123
changed the title
Add additional ansible plays and safety checks for aruba.
Add additional ansible plays and safety checks for aruba CASMNET-2026
Jan 23, 2023
Plays needed
CASMNET-2026
Limitations
We might be able to upload to the startup config. It works with an 8325 running 10.09.0010, but does not work on aruba a aruba virtual switch.
output
From
output
The additional fields prevent us from uploading the json payload.
The text was updated successfully, but these errors were encountered: