Why would a technician enter the command copy startup-config running-config

Show

1. Which statement is true about the running configuration file in a Cisco IOS device?

  • A. It affects the operation of the device immediately when modified.

  • B. It is automatically saved when the router reboots.

  • C. It should be deleted using the erase running-config command.

  • D. It is stored in NVRAM.

As soon as configuration commands are entered into a router, they modify the device immediately. Running configuration files can not be deleted nor are they saved automatically.

2. Which two statements are true regarding the user EXEC mode? (Choose two.)

  • A. The device prompt for this mode ends with the ">" symbol.

  • B. Global configuration mode can be accessed by entering the enable command.

  • C. All router commands are available.

  • D. Only some aspects of the router configuration can be viewed.

  • D. Interfaces and routing protocols can be configured.

User EXEC mode limits access to some show and debug commands. It is the first level of user interface encountered when configuring a router and is intended for investigation of certain functions of the device. The User EXEC prompt is identified with the ">" symbol.

3. Which type of access is secured on a Cisco router or switch with the enable secret command?

  • A. Console line

  • B. Privileged EXEC

  • C. Virtual terminal

  • D. AUX port

The enable secret command secures access to the privileged EXEC mode of a Cisco router or switch.

4. What is the default SVI on a Cisco switch?

  • A. VLAN100

  • B. VLAN999

  • C. VLAN99

  • D. VLAN1

Layer 2 switches use switch virtual interfaces (SVIs) to provide a means for remote access over IP. The default SVI on a Cisco switch is VLAN1.

5. When a hostname is configured through the Cisco CLI, which three naming conventions are part of the guidelines? (Choose three.)

  • A. The hostname should be fewer than 64 characters in length

  • B. The hostname should contain no spaces

  • C. The hostname should end with a special character

  • D. The hostname should begin with a letter

  • E. The hostname should be written in all lower case characters

A hostname can be configured with upper or lower case characters and should end with a letter or digit, not a special character. A hostname should start with a letter and no space is allowed for a hostname.

6. What is the function of the shell in an OS?

  • A. It provides dedicated firewall services.

  • B. It provides the intrusion protection services for the device.

  • C. It interacts with the device hardware.

  • D. It interfaces between the users and the kernel.

Most operating systems contain a shell and a kernel. The kernel interacts with the hardware and the shell interfaces between the kernel and the users.

7. A router with a valid operating system contains a configuration file stored in NVRAM. The configuration file has an enable secret password but no console password. When the router boots up, which mode will display?

  • A. Privileged EXEC mode

  • B. Global configuration mode

  • C. Setup mode

  • D. User EXEC mode

If a Cisco IOS device has a valid IOS and a valid configuration file, it will boot into user EXEC mode. A password will be required to enter privileged EXEC mode.

8. An administrator has just changed the IP address of an interface on an IOS device. What else must be done in order to apply those changes to the device?

  • A. Copy the information in the startup configuration file to the running configuration.

  • B. Nothing must be done. Changes to the configuration on an IOS device take effect as soon as the command is typed correctly and the Enter key has been pressed.

  • C. Copy the running configuration to the startup configuration file.

  • D. Reload the device and type yes when prompted to save the configuration.

Changes to router and switch configurations take effect as soon as the command is entered. For this reason, it is very important that changes to live production devices are always carefully planned before being implemented. If commands are entered that render the device unstable or inaccessible, the device may have to be reloaded, resulting in network downtime.

9. Which memory location on a Cisco router or switch will lose all content when the device is restarted?

  • A. ROM

  • B. NVRAM

  • C. Flash

  • D. RAM

RAM is volatile memory and will lose all contents if the router or switch is restarted or shutdown.

10. Why would a technician enter the command copy startup-config running-config?

  • A. To copy an existing configuration into RAM

  • B. To save an active configuration to NVRAM

  • C. To copy an existing configuration into RAM

  • D. To make a changed configuration the new startup configuration

Usually, changes are made to a running configuration in RAM and copied to NVRAM. However, in this case, the technician wants to copy a previously saved configuration from NVRAM into RAM in order to make changes to it.

11. Which functionality is provided by DHCP?

  • A. Automatic assignment of an IP address to each host

  • B. Translation of IP addresses to domain names

  • C. End-to-end connectivity test

  • D. Remote switch management

DHCP provides dynamic and automatic IP address assignment to hosts.

12. Which two functions are provided to users by the context-sensitive help feature of the Cisco IOS CLI? (Choose two.)

  • A. Providing an error message when a wrong command is submitted

  • B. Determining which option, keyword, or argument is available for the entered command

  • C. Selecting the best command to accomplish a task

  • D. Displaying a list of all available commands within the current mode

  • E. Allowing the user to complete the remainder of an abbreviated command with the TAB key

Context-sensitive help provides the user with a list of commands and the arguments associated with those commands within the current mode of a networking device. A syntax checker provides error checks on submitted commands and the TAB key can be used for command completion if a partial command is entered.

13. Which memory location on a Cisco router or switch stores the startup configuration file?

  • A. RAM

  • B. NVRAM

  • C. Flash

  • D. ROM

The startup configuration file of a Cisco router or switch is stored in NVRAM, which is nonvolatile memory.

14. To what subnet does the IP address 10.1.100.50 belong if a subnet mask of 255.255.0.0 is used?

  • A. 10.0.0.0

  • B. 10.1.100.0

  • C. 10.1.100.32

  • D. 10.1.0.0

The purpose of a subnet mask is to separate the network portion of the address from the host portion of the IP address. The network portion of the IP address is identified by all binary 1s in the subnet mask. Using a subnet mask of 255.255.0.0 identifies the first two octets of the IP address as the network portion.

15. Which access method would be most appropriate if you were in the equipment room with a new switch that needs to be configured?

  • A. Console

  • B. Telnet/SSH

  • C. Aux

16. Which access method would be most appropriate if your manager gave you a special cable and told you to use it to configure the switch?

  • A. Console

  • B. Telnet/SSH

  • C. Aux

17. Which access method would be the most appropriate in-band access to the IOS over a network connection?

  • A. Console

  • B. Telnet/SSH

  • C. Aux

18. Which access method would be the most appropriate if you call your manager to tell him you cannot access your router in another city over the internet and he provides you with the information to access the router through a telephone connection?

  • A. Console

  • B. Telnet/SSH

  • C. Aux

19. Which IOS mode allows access to all commands and features?

  • A. Global configuration mode

  • B. Interface subconfiguration mode

  • C. Line console subconfiguration mode

  • D. Privileged EXEC mode

  • E. User EXEC mode

20. Which IOS mode are you in if the Switch(config)# prompt is displayed?

  • A. Global configuration mode

  • B. Interface subconfiguration mode

  • C. Line console subconfiguration mode

  • D. Privileged EXEC mode

  • E. User EXEC mode

21. Which IOS mode are you in if the Switch> prompt is displayed?

  • A. Global configuration mode

  • B. Interface subconfiguration mode

  • C. Line console subconfiguration mode

  • D. Privileged EXEC mode

  • E. User EXEC mode

22. Which two commands would return you to the privileged EXEC prompt regardless of the configuration mode you are in? (Choose two.)

  • A. CTRL+Z

  • B. Disable

  • C. Enable

  • D. Privileged EXEC mode

  • E. User EXEC mode

23. What is the command to assign the name “Sw-Floor-2” to a switch?

  • A. Hostname Sw-Floor-2

  • B. Host name Sw-Floor-2

  • C. Name Sw-Floor-2

24. How is the privileged EXEC mode access secured on a switch?

  • A. Enable class

  • B. Secret class

  • C. Enable secret class

  • D. Service password-encryption

25. Which command enables password authentication for user EXEC mode access on a switch?

  • A. Enable secret

  • B. Login

  • C. Secret

  • D. Service password-encryption

26. Which command encrypts all plaintext passwords access on a switch?

  • A. Enable secret

  • B. Login

  • C. Secret

  • D. Service password-encryption

27. Which is the command to configure a banner to be displayed when connecting to a switch?

  • A. Banner $ Keep out $

  • B. Banner motd $ Keep out $

  • C. Display $ Keep out $

  • D. Login banner $ Keep out $

28. What is the structure of an IPv4 address called?

  • A. Dotted-binary format

  • B. Dotted-decimal format

  • C. Dotted-hexadecimal format

29. How is an IPv4 address represented?

  • A. Four binary numbers between 0 and 1 separated by colons.

  • B. Four decimal numbers between 0 and 255 separated by periods.

  • C. Thirty-two hexadecimal numbers separated by colons.

  • D. Thirty-two hexadecimal numbers separated by periods.

30. What type of interface has no physical port associated with it?

  • A. Console

  • B. Ethernet

  • C. Serial

  • D. Switch virtual interface (SVI)

What does copy running

On the Class A Flash file system platforms, the copy system:running-config nvram:startup-config command copies the currently running configuration to the location specified by the CONFIG_FILE environment variable. This variable specifies the device and configuration file used for initialization.

What is the purpose of command copy start run?

copy run start generates a new configuration file and overwrites entirely the previous configuration file. copy start run , however, acts more like a copy & paste operation: the contents of the startup configuration are processed as though they were issued via the CLI.

What is running configuration and 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.

What is the startup

Usage Guidelines For the Cisco 7000 family, the show startup-config command shows the configuration file specified by the CONFIG_FILE environment variable. The Cisco IOS software informs you whether the displayed configuration is a complete configuration or a distilled version.