efa inventory config-replay
Displays, runs, and deletes the configuration replay for the specified device.
Syntax
Parameters
- --ip ip-addr
- Specifies the IP address of the device.
- --uuid cr-uuid
- Specifies the config replay ID or the UUID of config backup job.
- --ssid ssid
- Specifies the SSID of the config-backup job.
- --startup-config
- Copies the backup file to the startup-config file.
- --no-reboot
- Configures replay without rebooting the device.
- --key ip-addr
- Specifies the IP address of the device or config-replay UUID to be deleted.
Usage Guidelines
The device configuration backup and replay feature enables backup of the device configuration based on inventory device settings, commands, and REST APIs.
Use the efa inventory config-replay history command to display the configuration replay history for the specified device.
Use the efa inventory config-replay execute command to run the configuration backup for the specified device.
Use the efa inventory config-replay delete command to delete the configuration replay record for the specified device.
Use the efa inventory config-replay detail command to display detailed replay history for the specified device.
Examples
The following examples show efa inventory config-replay commands.
# efa inventory config-replay execute --ip 10.24.14.133 –-uuid 1111-1111-111 # efa inventory config-replay history --ip 10.24.14.133 # efa inventory config-replay detail –-uuid 1111-1111-1111 # efa inventory config-replay delete --key 10.24.14.133 # efa inventory config-replay delete --key 1111-1111-111 # efa inventory config-replay execute --ip 10.24.14.133 --uuid 1111-1111-111 --startup-config # efa inventory config-replay execute --ip 10.24.14.133 --uuid 1111-1111-111 --no-reboot