1. A router boots and enters setup mode. What is the reason for this?

If a router cannot locate the startup-config file in NVRAM it will enter setup mode to allow the configuration to be entered from the console device.

2. Which command is used to encrypt all passwords in a router configuration file?

The command service password-encryption is used to encrypt and secure plain-text
passwords configured on a router.

3. Company policy requires using the most secure method to safeguard access to the privileged exec and configuration mode on the routers. The privileged exec password is trustknow1. Which of the following router commands achieves the goal of providing the highest level of security?

The command service password-encryption is used to encrypt and secure plain-text passwords configured on a router

4. What will be the response from the router after the command, "router(config)# hostname portsmouth" is entered?

The command hostname portsmouth is used to change the current router name to portsmouth.

5. An administrator is configuring a new router to permit out-of-band management access. Which set of commands will allow the required login using a password of cisco?

The VTY lines are the Virtual Terminal lines of the router, used solely to control inbound Telnet connections while console 0 is the physical console port on the switch/router you plug into. The line vty command is used to remote configure access into the switch/router via telnet or ssh.

6. Which command can be used on a Cisco router to display all interfaces, the IPv4 address assigned, and the current status?configuring a new router to permit out-of-band management access. Which set of commands will allow the required login using a password of cisco?

The show ip interface brief command can be used on a Cisco router to display all interfaces, the IPv4 address assigned, and the current status.

7. Which CLI mode allows users to access all device commands, such as those used for configuration, management, and troubleshooting?

The command Router#configure terminal allows a user to enter the privileged mode from where the configuration,management and troubleshooting commands can be accessed.

8. What is the purpose of the startup configuration file on a Cisco router?

The startup configuration file is stored in NVRAM and contains the commands needed to initially configure a router. It also creates the running configuration file that is stored in in RAM.

9. Which characteristic describes the default gateway of a host computer?

The default gateway is the IP address of an interface on the router on the same network as the sending host.

10. What is the purpose of the banner motd command?

The banner motd command is used to display a message when a user attempts to log into the router.

11. A technician is configuring a router to allow for all forms of management access. As part of each different type of access, the technician is trying to type the command login. Which configuration mode should be entered to do this task?

The command login is used to allow access to a router or switch through aux lines, console lines, and Telnet lines.

12. What is stored in the NVRAM of a Cisco router?

The Cisco IOS is stored in flash. The running configuration file is stored in RAM. The bootup instructions are stored in ROM. The startup configuration file is stored in NVRAM.

13. Which statement regarding the service password-encryption command is true?

The command service password-encryption is used to encrypt all the clear text passwords in the running-configuration file.