Searching for "i"

Q:

If you delete the contents of NVRAM and reboot the router , what mode will you be in?

A) privileged mode B) Global mode
C) Setup mode D) NVRAM loaded mode
 
Answer & Explanation Answer: C) Setup mode

Explanation:

If you delete the startup-config and reload the router, the router will automatically enter setup mode. You can also type setup from privileged mode at any time.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

Which command will show you whether a DTE or a DCE cable is plugged into serial 0?

A) sh int s0 B) sh int serial 0
C) show controllers s 0 D) show serial 0 controllers
 
Answer & Explanation Answer: C) show controllers s 0

Explanation:

The Show controllers serial 0 command will show you whether either a DTE or DCE cable is connected to the interface. If it is a DCE connection, you need to add clocking with the clock rate command

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

What command do you type to save the configuration stored in RAM to NVRAM?

A) Router (config) #copy current to starting B) Router #copy starting to running
C) Router (config) #copy running - config startup - config D) Router#copy run start
 
Answer & Explanation Answer: D) Router#copy run start

Explanation:

To copy the running - config to NVRAM so that it will be used if the router is restarted , use the copy running-config startup-config command in privileged mode (copy run start for short).

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

If you wanted administrators to see a message when logging into the router, which command would you use?

A) message banner motd B) banner message motd
C) banner motd D) message motd
 
Answer & Explanation Answer: C) banner motd

Explanation:

The typical banner is a message of the day (MOTD) and is set by using the global configuration mode command banner motd.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

When a ping to the local host IP address fails, what can you assume?

A) The IP address of the local host is incorrect B) The IP address of the remote host is incorrect
C) The NIC is not functional D) The IP stack has failed to initialize
 
Answer & Explanation Answer: C) The NIC is not functional

Explanation:

When a ping to the local host IP address fails, you can assume the NIC is not functional.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

When a ping to the loopback address fails , what can you assume?

A) The IP address of the local host is incorrect B) The IP address of the remote host is incorrect
C) The NIC is not functional D) The IP stack has failed to initialize
 
Answer & Explanation Answer: D) The IP stack has failed to initialize

Explanation:

When a ping to the loopback address fails , you can assume the IP stack has failed to initialize.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

What command displays the ARP table on a Cisco router?

A) show ip arp B) traceroute
C) arp -a D) tracert
 
Answer & Explanation Answer: A) show ip arp

Explanation:

The command that displays the ARP table on a Cisco router is show ip arp.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

Which command displays IP-to-MAC- address mappings on a Windows PC?

A) ping B) traceroute
C) arp -a D) tracert
 
Answer & Explanation Answer: C) arp -a

Explanation:

The arp -a command displays IP-to-MAC-address mappings on a Windows PC.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA