Which of the following commands sets the secret password to Cisco?
Options
A. enable secret password Cisco
B. enable secret cisco
C. enable secret Cisco
D. enable password Cisco
Correct Answer
enable secret Cisco
Explanation
The enable secret password is case sensitive, so the second option is wrong. To set the
enable secret <password>, use the
enable secret <password> command from global configuration mode.
IOS and Security Device Manager problems
Search Results
1. How many simultaneous Telnet sessions does a Cisco router support by default?
A client that sends out a DHCP Discover message in order to receive an IP address sends out a broadcast at both layer 2 and layer 3. The layer 2 broadcast is all Fs in hex, or
FF:FF:FF:FF:FF:FF. The layer 3 broadcast is
255.255.255.255, which means all networks and all hosts. DHCP is connectionless, which means it uses User Datagram Protocol (UDP) at the Transport layer, also called the Host-to-Host layer.
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.
8. You set the console password, but when you display the configuration, the password doesn't show up; it looks like this:
The
erase startup-config command erases the contents of NVRAM and will put you in setup mode if the router is restarted.
10. 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.
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.)