[output cut]
Line console 0
Exec-timeout 1 44
Password 7098C0BQR
Login
[output cut]
What cause the password to be stored like this?
Options
- A. encrypt password
- B. service password-encryption
- C. service-password-encryption
- D. exec-timeout 1 35
Discuss
Correct Answer: service password-encryption
Explanation:
The command
service password-encryption, from global configuration mode, will encrypt the passwords.
- 6. Which command will delete the contents of NVRAM on a router?
Options
- A. delete NVRAM
- B. delete startup-config
- C. erase NVRAM
- D. erase start
Discuss
Correct Answer: erase start
Explanation:
The
erase startup-config command erases the contents of NVRAM and will put you in setup mode if the router is restarted.
- 7. What is the problem with an interface if you type show interface serial 0 and receive the following message? "Serial0 is administratively down, line protocol is down."
Options
- A. The keepalives are different times.
- B. The administrator has the interface shut down.
- C. The administrator is pinging from the interface.
- D. No cable is attached.
Discuss
Correct Answer: The administrator has the interface shut down.
Explanation:
If an interface is shut down, the
show interface command will show the interface as administratively shut down. (It is possible that no cable is attached, but you can't tell that from this message.)
- 8. If you wanted administrators to see a message when logging into the router, which command would you use?
Options
- A. message banner motd
- B. banner message motd
- C. banner motd
- D. message motd
Discuss
Correct Answer: 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.
- 9. What layer of the OSI model would you assume the problem is in if you type show interface serial 1 and receive the following message? "Serial1 is down, line protocol is down."
Options
- A. Physical layer
- B. Data Link layer
- C. Network layer
- D. None. It is a router problem.
Discuss
Correct Answer: 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
serial1 is up,
line protocol is down, then you are not receiving (Data Link) keepalives from the remote end.
- 10. You type the following command into the router and receive the following output:
Router#show serial 0/0
^
% Invalid input detected at '^' marker.
Why was this error message displayed?
Options
- A. You need to be in privileged mode.
- B. You cannot have a space between serial and 0/0.
- C. The router does not have a serial0/0 interface.
- D. Part of the command is missing.
Discuss
Correct Answer: Part of the command is missing.
Explanation:
You can view the interface statistics from user mode, but the command is
show interface serial 0/0.
Programming
Copyright ©CuriousTab. All rights reserved.