Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

🧪 Basic Cisco Router and Switch Configuration Lab (Packet Tracer)

This project was completed as part of a cybersecurity training fellowship. The goal was to simulate a small business network using Cisco Packet Tracer, configure a router and two switches with secure remote access, and verify device-to-device connectivity using CLI tools. All configurations and IP assignments were implemented manually and tested for proper functionality.


🎯 Lab Objectives

  • Build a network using a Cisco 2911 router, two 2960 switches, and four PCs
  • Configure interfaces, IP addresses, and default gateways
  • Apply basic security to all devices (console, VTY, AUX passwords)
  • Enable remote management via VLAN 1 on both switches
  • Verify connectivity using CLI commands and Packet Tracer tools

🧱 Network Design

Subnet IP Range Devices
A 192.168.1.0/24 PC0, PC1, Switch0, Router G0/0
B 192.168.2.0/24 PC2, PC3, Switch1, Router G0/1

🖼️ Topology Diagram

469888402-dca313b7-f8e1-4545-bbd3-426d963d6146

🧰 Devices Used

  • 1x Cisco 2911 Router
  • 2x Cisco 2960 Switches
  • 4x Generic PCs
  • 6x Copper Straight-Through Cables

💻 PC IP Settings

PC IP Address Subnet Mask Default Gateway
PC0 192.168.1.10 255.255.255.0 192.168.1.1
PC1 192.168.1.11 255.255.255.0 192.168.1.1
PC2 192.168.2.10 255.255.255.0 192.168.2.1
PC3 192.168.2.11 255.255.255.0 192.168.2.1

⚙️ Configuration Files


✅ Verification & Troubleshooting Commands

These are included across the .txt files and should be used in the CLI to validate connectivity:

Command Purpose
ping [IP_ADDRESS] Test connectivity between PCs, router, switches
show ip interface brief Verify IP address and interface status
show running-config View active configuration
show interfaces status Check switch port status
show vlan brief See VLAN assignment and port mapping
show clock Display system clock (timezone config test)
show mac address-table Display MAC learning status on switches

🛠️ Created With

About

Basic Cisco router and switch configuration which includes VLAN setup, IP addressing, remote access security, and connectivity verification using Packet Tracer.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors