Searching for "and"

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:

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:

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:

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

Q:

At which layer of the OSI model would you assume the problem is if you type show interface serial 1 and receive the following message?

Serial 1 is down, line protocol is down

A) Physical layer B) Data Link layer
C) Network layer D) None
 
Answer & Explanation Answer: A) Physical layer

Explanation:

If you see that a serial interface and the protocol are both down, then you have a physical layer problem. If you see serial 1 is up, line protocol is down, then you are not receiving (Data Link) Keepalives from the remote end.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

You type Router#sh ru and receive a % ambiguous command error. why did you receive this message?

A) The command requires additional options or parameters B) There is more than one show command that starts with the letters ru.
C) There is no show command that starts with ru D) The command is being executed from the wrong router mode
 
Answer & Explanation Answer: B) There is more than one show command that starts with the letters ru.

Explanation:

The % ambiguous command error means that there is more than one possible show command that starts with ru. Use a question mark to find the correct command.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

Which  of the following commands sets the secret password to Cisco?

A) enable secret password Cisco B) enable secret cisco
C) enable secret Cisco D) enable password Cisco
 
Answer & Explanation Answer: C) enable secret Cisco

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

Which of the following commands will configure all the default VTY ports on a router?

A) Router#line vty 0 4 B) Router (config) #line vty 0 4
C) Router (config-if)#line console 0 D) Router(config)#line vty all
 
Answer & Explanation Answer: B) Router (config) #line vty 0 4

Explanation:

From global configuration mode, use the line vty 0 4 command to set all five default VTY lines

Report Error

View Answer Report Error Discuss

Filed Under: CCNA