Why does the switch show startup config is not present

This is because a config hasn’t been saved. Show run – this will show the config which is currently running. copy run start – this will copy the running config to the startup config. It will ask what you want to save the start config file as, press enter so it saves as the default.

Why does the switch respond with startup config is not present Packet Tracer?

Why does the switch respond with startup-config is not present? The switch responds with “startup-config is not present” because the start up configuration hasn’t been saved yet. Why is the login command required? The login command is required because it makes it so the user will be prompted with a login request.

What is the shortcut of the command show startup config?

AbbreviationCommandrunrunning-configstartstartup-configwrwrite (copy running-config startup-config)shiproshow ip route

How do I get to startup config?

A startup configuration is stored in the nonvolatile memory of a device, which means that all configuration changes are saved even if the device loses power. To copy your running configuration into the startup configuration you need to type the command copy running-configuration startup-configuration.

How do I save changes to the startup config file?

Save the Configuration Type “copy running-config startup-config” at the command line and press return on the keyboard. This will copy the current switch configuration to the non-volatile memory, which is memory that will retain its data even without power applied to it.

What does copy running-config startup config 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.

Does copy run start?

What does a copy run start do? – Quora. The “copy running-config startup-config” command is used to save the configuration that you have created on the device. When the device is rebooted it will load the saved configuration.

Is there an IP address set on the switch?

However, to perform switch management over the network or use protocols such as SNMP, the switch will need to have an IP address. The IP address is configured under a logical interface, known as the management domain or VLAN.

What command removes current router configuration?

Enter config-register 0x2102. Enter end, and then enter the write erase command to delete the current startup configuration on the router.

How do I check my cisco router settings?

#2: show running-configuration The show running-config command shows the router, switch, or firewall’s current configuration. The running-configuration is the config that is in the router’s memory. You change this config when you make changes to the router.

Article first time published on

What is difference between running config and startup-config?

Difference between a running configuration and a startup configuration. The startup configuration is the configuration your devices run on when they reboot or power up. The running configuration is the current version of the configuration file the device runs on.

How do I get the current configuration of a Cisco switch?

  1. Type “terminal length 0” in privileged mode to set your terminal to display without any breaks.
  2. Type “show run” or “show start” to show the applicable config. …
  3. To display the config without lengthy certificate data, use “show run brief “.

What is config command?

Use the CONFIG command to change or check the configuration of the system. You can use the CONFIG command to change the online or offline status of available processors, storage amounts, storage ranges, central storage elements, PCIE function identifiers (PFIDs), storage-class memory (SCM), and channel paths: Directly.

Do startups show config?

To display the contents of NVRAM (if present and valid) or to show the configuration file pointed to by the CONFIG_FILE environment variable, use the show startup-config EXEC command.

What command will copy the startup-config to my computer?

Use the copy system:running-config nvram:startup-config command to copy the running configuration to the startup configuration.

What is the output of show startup-config command comes from?

The output of the show running-config command comes from ___? c. Once the IOS is load and up and running, the startup-config will be copied from NVRAM into RAM and from then on, referred to as the running-config.

How do I reset my switch settings?

Hold the “mode” button on the front of the switch for 10 seconds. The lights will blink then go solid – the switch completely wipes all configuration and then reboots.

How do I save my config file?

  1. Select File > Save > As File. You can also use CTRL-S. A standard Windows save file dialog box appears.
  2. Type the name of the file.

Where is startup config stored Cisco?

There are two configurations stored in a Cisco router; the startup configuration is stored in nonvolatile RAM (NVRAM) and is only read when the router “starts” up; the other is the running configuration and it is stored in RAM while the router is operating.

Does Cisco Do WR?

By copying the configuration into flash, it will be saved when the router is powered off and restarted. This command can only be used in Privileged EXEC mode. A shortcut for this command is wr (which is short for write memory).

What is the difference between wr mem and copy run start?

The biggest and most practical difference between copy run start (cop r s) and wr (write memory) is that the write commands don’t ask for confirmation of the filename.

What is the function of the erase startup-config command?

Erases the startup configuration.

What is the difference between write memory and copy running-config startup-config?

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”.

How do I copy a Cisco switch to another switch?

You can copy the config from the first switch to the FTP server and then from the FTP server to the second switch. Be sure the second switch isn’t connected to the network, but instead with a direct connection to the FTP server. Otherwise, you will have network problems with both switches having the same IP address.

What does the switch config )# prompt indicate?

Global configuration mode, indicated by the routername(config)# prompt, allows configuration changes to be made that apply to the entire router (as opposed to a configuration change that might affect only one interface, for example).

How do you reset your router?

  1. With the router powered off, connect the power cord to your router, and plug the power cord into your power source.
  2. Find the Reset button on the router.
  3. Press and hold the Reset button while you power on the router.
  4. Release the Reset button after 10 seconds.

What is 0x2102 config register?

The factory-default setting for the configuration register is 0x2102. This indicates that the router should attempt to load a Cisco IOS software image from Flash memory and load the startup configuration.

How many Fast Ethernet interfaces does the router have Cisco?

The Cisco 851 and Cisco 871 routers each have one Fast Ethernet interface for WAN connection. The Cisco 857, Cisco 877, and Cisco 878 routers each have one ATM interface for WAN connection.

What command did you enter to save the configuration to Nvram?

To copy the running-config to NVRAM so that it will be used if the router is restarted, use the copy running-config startup-config command ( copy run start for short).

Why does a switch not require an IP address?

An unmanaged switch has no IP address, as there is no need to use the IP address, as it is a layer 2 device. Unmanaged switches are not so good at Security. Routers can have interfaces at layer 2 or layer 3. Layer 3 interfaces have IP addresses, as these addresses are used for routing.

How do I configure a switch?

  1. Step 1: Inspect your hardware. Check the model number of your shiny new switch. …
  2. Step 2: Set up management IP. …
  3. Step 3: Check VTP revision number. …
  4. Step 4: Configure access ports. …
  5. Step 5: Configure trunk ports. …
  6. Step 6: Configure access ports. …
  7. Step 7: Set up VTY line config.

You Might Also Like