05-May-2020 21:46
Hello Everyone,
Could you please help me to know the F5 LTM command to factory reset the device?
Only the running configuration needs to be deleted from the system.
Regards,
Thiyagu
06-May-2020 00:11
Try below instruction.
tmsh load /sys config default
Reset the system configuration to factory defaults? (y/n) : y
save /sys config partitions all
full_box_reboot
clsh full_box_reboot >> VIPRION
06-May-2020 00:15
The default factory reset will be
#tmsh load sys config default
But you'll lose everything, you have to build the box again. All your network setttings will be lost as well.
06-May-2020 00:23
Yeah!! you are correct . User wanted command to reset configuration. 🙂