What will happen when users attempt to connect via Telnet or SSH for enable mode when neither the enable secret password command nor the enable password password command have been configured?
A) The user will immediately access enable mode without a password.
B) The user will be prompted to configure a password for access.
C) The system default password will be needed to access enable mode.
D) The user will be rejected with no prompt to enter a password.
D
Explanation: D) By default, when there is no password for enable mode set via either command, external users connecting via Telnet or SSH will be rejected with no prompt for a password.
You might also like to view...
Which of the following is not represented graphically in activity diagrams for control structures?
a. Transition arrow. b. Attribute. c. Action state. d. Decision symbol.
By default, in Word, the margins are set to 0.5" on all sides
Indicate whether the statement is true or false
If the Truck class extends the Vehicle class and you wanted to call the Vehicle class’s no-argument constructor from the Truck class, you would write ________ .
a) Truck() b) superClass() c) super() d) noArgument()
PreparedStatement method ________ returns a ResultSet.
a. executeUpdate b. executeQuery c. execute d. None of the above.