| Hint | Answer | % Correct |
|---|---|---|
| Enable Global Configuration | configure terminal | 100%
|
| Enable Privileged (User Executive) Mode | enable | 100%
|
| Set password in cleartext | enable password [password] | 100%
|
| Set encrypted password | enable secret [password] | 100%
|
| Save current setting to NVRAM | write / copy running-configuration starting-configuration | 83%
|
| Display banner after connection is made | banner motd | 50%
|
| Encrypt the plaintext password | service password-encryption | 50%
|
| Set time out on executive mode | exec-timeout [min] [sec] | 33%
|
| Remove specified banner | no banner [type] | 33%
|
| Show enabled passwords | show running-configuration | 33%
|
| Display banner after logging in | banner exec | 0%
|
| Display banner for a reverse telnet session | banner incoming | 0%
|
| Display banner after previous banner, but before login prompt | banner login | 0%
|
| Configure the Cisco register | confreg / config-register | 0%
|
| Use router's RAM for storing log messages | logging buffered | 0%
|
| Show logs on the console | logging synchronous | 0%
|
| Enable the display of debugging messages & system error messages | terminal monitor | 0%
|