How do I save config in NX?

How do I save config in NX?

Saving the Running Configuration to the Startup Configuration

  1. show running-config.
  2. copy running-config startup-config.

How do I download Cisco running config?

Downloading Startup and Running Config Files from Cisco Devices

  1. Click the Tools tab.
  2. Choose Config File Manager available under the CISCO Tools category.
  3. To configure SNMP properties click Settings located at the top right corner or click Admin -> Settings.
  4. Enter the Device Name or its IP Address.

Where is Cisco config stored?

RAM
Your Cisco network configuration is stored in two main locations: One is in RAM, and the other is in the configuration that is in use, or the running configuration. When you type commands, those commands are activated immediately and are stored in the running configuration, which is stored in RAM.

What does copy run start do?

Use the command copy running-config startup-config (copy run start) to overwrite the current startup config file with what is currently in the running configuration file.

Where is Nexus config file?

The file $data-dir/etc/nexus. properties is created the first time NXRM is started. If configuration is needed before first start then manually create $data-dir/etc/nexus.

Where is the startup configuration file stored Cisco?

Location of Configuration Files The running configuration is stored in RAM. On all platforms except the Class A Flash file system platforms, the startup configuration is stored in nonvolatile random-access memory (NVRAM).

What is the difference between copy startup config flash and copy run start?

They essentially achieve the same things by saving the running configuration to the memory so that after a reload it retains the same configuration. Write memory is the “ancient” way, and copy running-config startup-config is the “newer way”.