Cisco Packet Tracer - Enabling A Router Flashcards
What is the first step to secure a router in Cisco Packet Tracer?
Access the router’s command line interface (CLI).
True or False: The default username and password should be kept unchanged for security.
False.
What command is used to enter privileged EXEC mode?
The command ‘enable’ is used.
Fill in the blank: To change the router’s hostname, use the command ______.
hostname [new_hostname]
What is the purpose of setting a console password?
To prevent unauthorized access to the router’s console.
Which command sets a password for console access?
The command ‘line con 0’ followed by ‘password [your_password]’ and ‘login’.
What command is used to secure remote access to the router?
The command ‘line vty 0 4’ followed by ‘password [your_password]’ and ‘login’.
True or False: Enabling secret passwords is less secure than enabling simple passwords.
False.
What command is used to set an enable secret password?
The command ‘enable secret [your_secret_password]’.
What is the function of the ‘service password-encryption’ command?
It encrypts plain text passwords in the configuration file.
Fill in the blank: To configure the SNMP community string, use the command ______.
snmp-server community [community_string] [RO|RW]
What is the purpose of access control lists (ACLs) in router security?
To filter traffic and enhance security by restricting access to the router.
Which command is used to create a standard access list?
The command ‘access-list [number] permit [source]’.
What is the range of numbers for standard access lists?
1 to 99.
True or False: Extended access lists can filter traffic based on protocol type.
True.
What command is used to apply an access list to an interface?
The command ‘ip access-group [access-list-number] [in|out]’.
Fill in the blank: To configure SSH access, you need to generate ______.
RSA keys.
What command generates RSA keys for SSH?
The command ‘crypto key generate rsa’.
What is the minimum key length recommended for RSA keys?
2048 bits.
True or False: Telnet is a secure protocol for remote router access.
False.
What command is used to enable SSH on the router?
The command ‘ip ssh version 2’.
What is the purpose of the ‘banner motd’ command?
To display a message of the day to users when they connect to the router.
Fill in the blank: The command to set a banner is ______.
banner motd [message]
What is the command to disable unused interfaces?
The command ‘interface [interface_id]’ followed by ‘shutdown’.