Cisco - Big Savings Alert – Don’t Miss This Deal - Ends In 1d 00h 00m 00s Coupon code: 26Y30OFF
  1. Home
  2. Cisco
  3. 100-490 Exam
  4. Free 100-490 Questions

Free Practice Questions for Cisco 100-490 Exam

Pass4Future also provide interactive practice exam software for preparing Cisco Supporting Cisco Routing & Switching Network Devices (100-490) Exam effectively. You are welcome to explore sample free Cisco 100-490 Exam questions below and also try Cisco 100-490 Exam practice test software.

Page:    1 / 14   
Total 72 questions

Question 1

An Ethernet interface is up and the line protocol is down. What are two possible causes? (Choose two.)



Answer : A, B

While the initial answers focused on the most common causes, here's why the other options could also contribute to an interface being stuck in the 'up/down' state:

A . Speed or Duplex Mismatch: Devices on either end of an Ethernet connection need to use compatible speed (e.g., 100 Mbps, 1 Gbps) and duplex (full-duplex or half-duplex) settings. Mismatches can prevent the line protocol from coming up even if the physical link is established.

B . Layer 2 Mismatch in Encapsulation Type: Some protocols used on Ethernet networks, like ISL and 802.1Q, have specific encapsulation requirements. If devices on each end aren't using the same encapsulation type, the line protocol will likely remain down.

C . The Ethernet Interface Has Been Manually Disabled: Correct! Administrators can put an interface in a shutdown state using commands like shutdown. This brings down the line protocol even if the physical connection is good.

D . Keepalives Are Not Being Received by the Local Device: While less likely to be the sole cause, issues with keepalive mechanisms used in some routing protocols could potentially lead to the line protocol going down. If the local device expects keepalives and doesn't receive them, it might assume a connectivity problem and affect the interface status.

E . The Ethernet Cable Might Not Be Attached Properly: While a disconnected or faulty cable would usually make the interface down/down, it's possible in some scenarios for a partially connected or damaged cable to result in a link being detected (Layer 1 up) but with errors preventing the line protocol (Layer 2) from initializing.

Troubleshooting network issues often involves considering multiple factors and testing different possibilities. The 'up/down' status gives important clues but might have several potential root causes.


Question 2

From the enable mode, which command loads the configuration during the password recovery process on a Cisco router?



Answer : D

The copy startup-config running-config command is used during the password recovery process on a Cisco router to load the saved configuration into the device's active running configuration. Here's why this is the correct choice:

Password Recovery Context: Password recovery often involves booting into ROMmon mode and changing the configuration register to bypass the normal boot process. This leaves the device with a blank running configuration.

Restoring Configuration: The copy startup-config running-config command copies the stored configuration (startup-config) from NVRAM into the running-config, which is used by the router for its operations.

Why other options are incorrect:

load_helper: While the load_helper command sometimes appears in password recovery procedures, it's typically used for older models and may not be necessary for all Cisco routers.

configure terminal: This command simply enters global configuration mode. It doesn't directly load a configuration.

copy running-config startup-config: This command saves the active running configuration into NVRAM as the startup-config. It's the reverse of what you need for password recovery.


Question 3

Which command initiates the copying of a Cisco IOS image to a Cisco device?



Answer : B

The copy tftp flash command is used to download a Cisco IOS image from a TFTP (Trivial File Transfer Protocol) server and store it in the Flash memory of the Cisco device. Here's the breakdown of the command:

copy: Indicates a file transfer operation.

tftp: Specifies the use of the TFTP protocol.

flash: Specifies the destination as the flash memory of the Cisco device.

Why other options are incorrect:

copy tftp nvram: This would attempt to copy a file from a TFTP server to the NVRAM of the device. NVRAM is typically not the desired location for storing IOS images.

copy flash tftp: This command would copy a file from the local flash memory to a TFTP server (uploading).

copy xmodem flash: This would use the XMODEM protocol for the transfer, which is slower and less reliable than TFTP for Cisco IOS images.

https://en.wikipedia.org/wiki/Trivial_File_Transfer_Protocol


Question 4

TFTP is a simple protocol for transferring files, such as a Cisco IOS or configuration file, from one device to another. Which device can be configured as a TFTP server?



Answer : C

Cisco routers can be readily configured to act as TFTP servers, allowing them to provide Cisco IOS images or configuration files to other devices. Here's why this is the correct answer:

Software Support: Cisco IOS includes built-in support for the TFTP protocol, making it easy to set up a TFTP server on a router.

Storage Capacity: Routers typically have flash memory where IOS images and other files can be stored, making them suitable repositories for TFTP transfers.

Network Accessibility: Routers play a central role in networks, making them an accessible location for TFTP file transfers.

Why other options are incorrect:

Cisco Content Engine: Content Engines are specialized network appliances designed for caching and accelerating web content delivery. They typically don't have functionality for acting as generic TFTP servers.

Modem: Modems primarily modulate/demodulate signals to facilitate communication over traditional telephone lines. They lack the software capabilities to run a TFTP server.

CSU/DSU: Channel Service Unit/Data Service Units are devices used to interface with digital leased lines. They don't possess the necessary software to run a TFTP server.


Question 5

What is the primary method for recovering or upgrading a Cisco network device system image?



Answer : C

The tftpdnld command in Cisco IOS is specifically designed for recovering or upgrading a system image. Here's how it's the most effective method:

Purpose: The tftpdnld command directly initiates a TFTP download of a new system image and stores it in memory. This is ideal for replacing a corrupt image or upgrading to a newer version of Cisco IOS.

ROMmon: The tftpdnld command can often be used from ROMmon mode, which is essential when the existing image is unusable.

Efficiency: It streamlines the image transfer process specifically using TFTP, which is commonly used for Cisco IOS images.

Why other options are less ideal:

USB storage: While some newer Cisco devices may allow direct loading of an IOS image from USB, this isn't universally supported and often requires specific boot commands.

FTP: FTP (File Transfer Protocol) can be used for file transfers, but it's not as commonly used as TFTP in the context of Cisco IOS image recovery. The tftpdnld command offers a more tailored solution for this purpose.

the xmodem command: XMODEM is a legacy file transfer protocol that is slower and less reliable than TFTP, especially for larger files like Cisco IOS images.


Page:    1 / 14   
Total 72 questions