An F5 LTM Specialist needs to perform an LTM device configuration backup prior to RMA swap.
Which command should be executed on the command line interface to create a backup?
An F5 LTM Specialist needs to perform an LTM device configuration backup prior to RMA swap.
Which command should be executed on the command line interface to create a backup?
To create a backup of an LTM device configuration, the correct command to use is 'tmsh save /sys ucs /var/tmp/backup.ucs'. This command saves the entire system configuration to a Unified Configuration Set (UCS) file, which can be used for restoration purposes. The 'bigpipe' utility is outdated, and the other 'tmsh' commands either have incorrect syntax or do not specifically target the UCS format.
B - Correct [user@lab-f5-01a:Active:In Sync] ~ # tmsh save /sys config /var/temp/backup.ucs Syntax Error: "/var/temp/backup.ucs" unknown property [user@lab-f5-01a:Active:In Sync] ~ # tmsh save /sys ucs /var/temp/backup.ucs Saving active configuration...