Networking - IOS and Security Device Manager

Exercise : IOS and Security Device Manager - IOS and Security Device Manager
  • IOS and Security Device Manager - IOS and Security Device Manager
11.
What command do you type to save the configuration stored in RAM to NVRAM?
Router(config)#copy current to starting
Router#copy starting to running
Router(config)#copy running-config startup-config
Router#copy run startup
Answer: Option
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 (copy run start for short).

12.
You type Router#sh ru and receive an % ambiguous command error. Why did you receive this message?
The command requires additional options or parameters.
There is more than one show command that starts with the letters ru.
There is no show command that starts with ru.
The command is being executed from the wrong router mode.
Answer: Option
Explanation:
The % ambiguous command error means that there is more then one possible command that starts with ru. Use a question mark to find the correct command.

13.
If you wanted administrators to see a message when logging into the router, which command would you use?
message banner motd
banner message motd
banner motd
message motd
Answer: Option
Explanation:
The typical banner is a message of the day (MOTD) and is set by using the global configuration mode command banner motd.

14.
How many simultaneous Telnet sessions does a Cisco router support by default?
2
3
4
5
Answer: Option
Explanation:
Cisco routers, if they do not have the Enterprise edition of the IOS, will default to 5 simultaneous Telnet sessions.

15.
You set the console password, but when you display the configuration, the password doesn't show up; it looks like this:
[output cut]
Line console 0
    Exec-timeout 1 44
    Password 7098C0BQR
    Login
[output cut]
What cause the password to be stored like this?
encrypt password
service password-encryption
service-password-encryption
exec-timeout 1 35
Answer: Option
Explanation:
The command service password-encryption, from global configuration mode, will encrypt the passwords.