Free Cisco 100-490 Exam Actual Questions

The questions for 100-490 were last updated On Jun 16, 2025

At ValidExamDumps, we consistently monitor updates to the Cisco 100-490 exam questions by Cisco. Whenever our team identifies changes in the exam questions,exam objectives, exam focus areas or in exam requirements, We immediately update our exam questions for both PDF and online practice exams. This commitment ensures our customers always have access to the most current and accurate questions. By preparing with these actual questions, our customers can successfully pass the Cisco Supporting Cisco Routing & Switching Network Devices exam on their first attempt without needing additional materials or study guides.

Other certification materials providers often include outdated or removed questions by Cisco in their Cisco 100-490 exam. These outdated questions lead to customers failing their Cisco Supporting Cisco Routing & Switching Network Devices exam. In contrast, we ensure our questions bank includes only precise and up-to-date questions, guaranteeing their presence in your actual exam. Our main priority is your success in the Cisco 100-490 exam, not profiting from selling obsolete exam questions in PDF or Online Practice Test.

 

Question No. 2

Which two commands are valid for copying a saved configuration to RAM? (Choose two.)

Show Answer Hide Answer
Correct Answer: A, C

The commands to copy a saved configuration to RAM on Cisco devices are:

copy startup-config running-config: This command is used to copy the startup configuration (saved configuration) into the running configuration (current configuration in RAM).It is typically used when you want to restore the device to a previously saved configuration after changes have been made1.

copy tftp running-config: This command allows you to copy a configuration file from a TFTP server directly into the running configuration of the device.It's useful for applying a new configuration or for restoring a configuration from a backup located on a TFTP server1.

The other options listed are not valid for copying a saved configuration to RAM:

copy running-config startup-configcopies the current running configuration to the startup configuration, which is the opposite of what's asked.

copy running-config tftpis used to save the running configuration to a TFTP server, not to copy to RAM.

copy tftp startup-configwould copy a file from a TFTP server to the startup configuration, not to the running configuration in RAM.


Question No. 3

Which two sets of pins are looped on an RJ-45 56K loopback plug? (Choose two.)

Show Answer Hide Answer
Correct Answer: A, C

An RJ-45 56K loopback plug is used to test the functionality of network ports, particularly for T1/56K lines. The correct loopback wiring for such a plug involves looping pins 1 and 4, as well as pins 2 and 5. This configuration allows the device to send and receive signals on the same wire pairs, effectively testing the transmit and receive paths of the port1.


Question No. 4

Which command shows the status of power supplies and sensor temperatures?

Show Answer Hide Answer
Correct Answer: C

The show environment command in Cisco devices is used to display the status of the system's environment, including power supplies and sensor temperatures. This command provides a comprehensive overview of the environmental conditions affecting the device, such as temperature readings and power supply status.

Option A, show hardware, is not specific to power supplies and sensor temperatures. Option B, show module, displays information about the network modules installed in the device but not the environmental conditions. Option D, show diag, is used for diagnostic purposes and does not specifically provide the status of power supplies and sensor temperatures.

Therefore, the correct answer is C, show environment, which is the command that specifically shows the status of power supplies and sensor temperatures in Cisco devices12.


Cisco Community discussions on power supply details1.

Cisco documentation on Environmental Monitoring and Power Management2.

Question No. 5

Which type of memory stores the configuration of a router or switch by default?

Show Answer Hide Answer
Correct Answer: C

NVRAM (Non-Volatile Random Access Memory) is the default storage location for the startup configuration file of a Cisco router or switch.expand_more Here's why:

Non-Volatility: NVRAM retains its contents even when the device loses power.expand_more This is essential for storing the startup configuration, which contains critical settings like interface configurations, routing protocols, and passwords.

Read/Write Capability: Unlike ROM, NVRAM allows you to both read and write data. This makes it possible to modify the configuration and save the changes into NVRAM as the startup configuration.

Other Memory Types and Their Functions:

RAM (Random Access Memory): RAM is volatile memory, meaning it loses its contents when the device is powered off.expand_more It's used to store the running configuration (currently active configuration), routing tables, and other temporary data required for the device's operation.

ROM (Read-Only Memory): ROM is non-volatile and stores the bootstrap program used to initiate the boot process of the device.expand_more It's not modifiable by the user.expand_more

Flash: Flash memory is also non-volatile.expand_more It's primarily used to store the Cisco IOS image (operating system) and can also store backup configuration files and other data.