efa inventory device running-config persist

Saves the running-config to the startup-config on SLX devices.

Syntax

efa inventory device running-config persist [ --ip ip-addr | --fabric fabric-name ]

Parameters

--ip ip-addr
Specifies a comma-separated list of IP address and IP address ranges of the devices for which you want the configuration to persist.
--fabric fabric-name
Specifies the fabric that contains the devices for which you want the configuration to persist.

Usage Guidelines

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.

Examples

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 –--