Searching for "he"

Q:

You telnet into a remote device and type debug ip rip, but no output from the debug command is seen. What could the problem be?

A) You must type the show ip rip command first B) IP addressing on the network is incorrect
C) You must use the terminal monitor command D) Debug output is sent only to the console.
 
Answer & Explanation Answer: C) You must use the terminal monitor command

Explanation:

To see console messages through your Telnet session, you must enter the terminal monitor command.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

If you want to have more than one Telnet session open at the same time, what keystroke combination would you use?

A) Tab+spacebar B) Ctrl+X, then 6
C) Ctrl+Shift+X, then 6 D) Ctrl+Shift+6, then X
 
Answer & Explanation Answer: D) Ctrl+Shift+6, then X

Explanation:

To keep open one or more Telnet sessions, use the Ctrl+Shift+6 and then X keystroke combination.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

You need to gather the IP address of a remote switch that is located in Hawaii. What can you do to find the address?

A) Issue the show ip route command on the router connected to the switch B) Issue the show cdp neighbor command on the router connected to the switch
C) Issue the show ip arp command on the router connected to the switch D) Issue the show cdp neighbors detail command on the router connected to the switch
 
Answer & Explanation Answer: D) Issue the show cdp neighbors detail command on the router connected to the switch

Explanation:

Although option A is certainly the "best" answer, unfortunately option E will work just fine and your boss would probably prefer you to use the show cdp neighbors detail command.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

You are troubleshooting a connectivity problem in your corporate network and want to isolate the problem. You suspect that a router on the route to an unreachable network is at fault. What IOS user exec command should you issue?

A) Router>ping B) Router>trace
C) Router>show ip route D) Router>show interface
 
Answer & Explanation Answer: B) Router>trace

Explanation:

The command traceroute (trace for short), which can be issued from user mode or privileged mode, is used to find the path a packet takes through an internetwork and will also show you where the packet stops because of an error on a router.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

The corporate office sends you a new router to connect, but upon connecting the console cable, you see that there is already a configuration on the router. What should be done before a new configuration is entered in the router?

A) RAM should be erased and the router restarted B) Flash should be erased and the router restarted
C) NVRAM should be erased and the router restarted D) The new configuration should be entered and saved
 
Answer & Explanation Answer: C) NVRAM should be erased and the router restarted

Explanation:

Before you start to configure the router, you should erase the NVRAM with the erase startup-config command and then reload the router using the reload command.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

What does the command confreg 0x2142 provide?

A) It is used to restart the router B) It is used to bypass the configuration in NVRAM
C) It is used to enter ROM monitor mode D) It is used to view the lost password
 
Answer & Explanation Answer: B) It is used to bypass the configuration in NVRAM

Explanation:

The default configuration setting is 0x2102, which tells the router to load the IOS from flash and the configuration from NVRAM. 0x2142 tells the router to bypass the configuration in NVRAM so that you can perform password recovery.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

You copy a configuration from a network host to a router's RAM. The configuration looks correct, yet it is not working at all. What could the problem be?

A) You copied the wrong configuraion into RAM B) You copied the configuration into flash memory instead
C) The copy did not override the shutdown command in running-config D) The IOS became corrupted after the copy command was initiated
 
Answer & Explanation Answer: C) The copy did not override the shutdown command in running-config

Explanation:

Since the configuration looks correct, you probably didn't screw up the copy job. However , when you perform a copy from a network host to a router , the interfaces are automatically shut dow and need to be manually enabled with the no shutdown command.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

Which commands loads a new version of the Cisco IOS into a router?

A) copy flash ftp B) copy ftp flash
C) copy flash tftp D) copy tftp flash
 
Answer & Explanation Answer: D) copy tftp flash

Explanation:

The command copy tftp flash will allow you to copy a new IOS into flash memory on your router.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA