What is the first recommended configuration task on a new router?
Configure the device name.
Which command is used to set a router’s hostname to R1?
hostname R1
In which configuration mode do you set the router’s hostname?
Global configuration mode.
What is the primary purpose of securing privileged EXEC mode?
It provides complete access to the device so it is the most important mode to secure.
Which command secures privileged EXEC mode with an encrypted password?
enable secret [password]
Which command secures the user EXEC mode via the console line?
line console 0 followed by password [password] and login.
Why is it important to secure user EXEC mode?
To control initial access to the device’s command line interface.
Which commands are used to configure access for remote Telnet or SSH?
line vty 0 15 followed by password [password] and login.
What is the purpose of the ‘login’ command on VTY lines?
It prompts users for a password to gain remote access.
What is the function of the service password-encryption command?
To encrypt all plaintext passwords in the configuration file.
Does service password-encryption encrypt the enable secret password?
No the enable secret is already hashed using MD5 or stronger while service password-encryption uses a weak reversible algorithm.
Which type of passwords does service password-encryption affect?
Plaintext passwords like the user EXEC and VTY line passwords.
What is the purpose of providing a legal notification on a router?
To warn users that access is restricted to permitted personnel only.
Which command is used to configure a legal notification banner?
banner motd #[message]#
What is the consequence of a router losing power before the configuration is saved?
All configured commands would be lost.
Where does the running configuration exist?
In RAM.
Where is the startup configuration stored?
In NVRAM.
What command saves the running-config to the startup-config?
copy running-config startup-config
What is the primary risk of not saving your configuration?
Loss of all changes upon device reload or power loss.
How can you tell the device name has been configured successfully?
The command prompt changes to display the new hostname.
Why must router interfaces be configured before they can be used?
Routers are not reachable by end devices until their interfaces are configured.
What are the two built-in interfaces on a Cisco ISR 4321 router?
GigabitEthernet 0/0/0 and GigabitEthernet 0/0/1.
What command is used to enter the configuration mode for interface G0/0/0?
interface GigabitEthernet 0/0/0
What is the command to assign IPv4 address 192.168.10.1 with a /24 subnet mask?
ip address 192.168.10.1 255.255.255.0