module 19 build a small cisco network Flashcards
Which connection provides a secure CLI session with encryption to a Cisco switch?
an SSH connection
Which interface is the default SVI on a Cisco switch?
Vlan 1
On which switch interface would an administrator configure an IP address so that the switch can be managed remotely?
vlan 1
What is the effect of using the Router# copy running-config startup-config command on a router?
the contents of NVRAM will change
What is one difference between using Telnet or SSH to connect to a network device for management purposes?
Telnet sends a username and password in plain text, whereas SSH encrypt the username and password
What happens when the transport input ssh command is entered on the switch vty lines?
communication between the switch and remote user is encrypted
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?
enable secret trustknow1
Which command can be used to encrypt all passwords in the configuration file?
service password-encryption