Searching for "st"

Q:

A network administrator views the output from the show ip route command. A network that is advertised by both RIP and EIGRP appears in the routing table flagged as an EIGRP route. why is the RIP route to this network not used in the routing table?

A) EIGRP has a faster update timer B) EIGRP has a lower administrative distance
C) RIP has a higher metric for that route D) The RIP path has a routing loop
 
Answer & Explanation Answer: B) EIGRP has a lower administrative distance

Explanation:

RIP has an administrative distance (AD) of 120, while EIGRP has an administrative distance of 90, so the router will discard any route with a higher AD than 90 to that same network.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

Which of the following is the best description of the operation of split horizon?

A) Information about a route should not be sent back in the direction from which the original update came B) It splits the traffic when you have a large bus (horizon) physical network
C) It holds the regular updates from broadcasting to a downed link D) It prevents regular update messages from reinstating a route that has gone down
 
Answer & Explanation Answer: A) Information about a route should not be sent back in the direction from which the original update came

Explanation:

A split horizon will not advertise a route back to the same router it learned the route from.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

What is the command to copy the startup-config filre to DRAM?

Answer

copy start run

Report Error

View answer Workspace Report Error Discuss

Subject: 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 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:

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