Saves the running-config to the startup-config on SLX devices.
Device configurations configured by the Fabric Service and Tenant Service do not automatically persist on SLX devices.
Use this command to specify the IP addresses or Fabric for which configurations should persist.
This example configures persistence for two IP addresses.
# efa inventory device running-config persist --ip 10.20.50.212,10.20.50.213 Persist Devices Running-Config (success) IP Address Device Name Fabric Status 10.20.50.212 Leaf-1-3 stage5 Success 10.20.50.213 Leaf-1-3 stage5 Success Persist Running-Config Details -–- Time Elapsed: 12.2902836s –--
This example configures persistence for the same devices, but by Fabric instead of IP address.
# efa inventory device running-config persist --fabric stage5 Persist Devices Running-Config (success) IP Address Device Name Fabric Status 10.20.50.212 Leaf-1-3 stage5 Success 10.20.50.213 Leaf-1-3 stage5 Success Persist Running-Config Details -–- Time Elapsed: 11.4899986s –--