CN Lab Assignment
CN Lab Assignment
Rohithkumar
22BHI10081
COMPUTER NETWORK
LAB WORK
Objectives
Background / Preparation
In this activity, you will configure these settings on the customer Cisco Catalyst 2960 switch:
• Host name
• Console password
• vty password
• Default gateway
a. What is the significance of assigning the IP address to the VLAN1 interface instead of any
of the Fast Ethernet interfaces?
Assigning the IP address to the VLAN1 interface instead of any of the Fast Ethernet interfaces is
significant because the VLAN1 interface represents the management interface for the switch.
This allows for remote management and configuration of the switch independently of the
physical ports, providing a centralized point for network administration and ensuring that the IP
address is not tied to a specific physical interface, which could change or be reconfigured.
b. What command is necessary to enforce password authentication on the console and vty
lines?
c. How many gigabit ports are available on the Cisco Catalyst 2960 switch that you used in
the activity?
Objectives
• Configure passwords.
Reflection
a. Which Cisco IOS CLI commands did you use most?
1. Configuration commands:
3. Security commands:
4. VLAN commands:
5. Save configuration:
b. How can you make the customer router passwords more secure?
To make router passwords more secure, you can:
• Use Strong Passwords: Employ complex passwords with a mix of letters, numbers,
and special characters.
• Enable Password Encryption: Use the `service password-encryption` command to
encrypt plaintext passwords in the configuration file.
• Set Privileged EXEC Password: Use the `enable secret <password>` command for an
encrypted enable password.
• Use Access Control: Restrict access to the router using Access Control Lists (ACLs).
• Implement SSH for Remote Access: Disable Telnet and enable SSH for secure remote
management.
• Regularly Update Passwords: Change passwords periodically and after personnel
changes.
• Limit Login Attempts: Configure login attempt limits with the `login block-for`
command to prevent brute force attacks.