This project showcases a network setup for a medium-sized company with departments segregated using VLANs. Subnetting is applied to manage IP addressing efficiently. The configuration ensures secure communication and proper management of network resources.
- VLANs: HR, SOC, IT, Native (Loopback), Management (SVI)
- Router: R1 (Handling inter-VLAN routing and DHCP)
- Switches: S1, S2, Distribution Switch (Dis-S)
- Devices: PCs in each VLAN with dynamic IP assignment via DHCP.
- Implement subnetting for different VLANs.
- Configure switches for VLAN segmentation.
- Secure network devices (passwords, SSH access, encryption).
- Configure the management VLAN for administration purposes.
- Apply DHCP for automatic IP allocation.
The network is divided into 8 subnets, with each VLAN occupying a unique subnet.
For example:
- VLAN 10 (HR) -
192.168.1.0/27
- VLAN 20 (SOC) -
192.168.1.32/27
- VLAN 30 (IT) -
192.168.1.64/27
- Management VLAN (SVI) -
192.168.1.128/27
Complete subnetting details are in the Network_Subnetting.txt file.
Please take a look at the Addressing Table.pdf for complete IP address assignments.
Refer to the Lab-1_Mohamed_Khaled.pkt.
- User: admin
- Pass:123
- Privilege: 12345
- Switch 1 (S1), Switch 2 (S2), Distribution Switch (Dis-S), and Router 1 (R1) configurations are available in the My_Configuration.txt file.
- Set up VLANs on the switches.
- Configure trunk ports for VLAN traffic.
- Assign IP addresses and configure management VLANs on each switch.
- Secure the devices using SSH, password encryption, and MOTD banners.
- Configure inter-VLAN routing on the router.
- Apply DHCP configuration on the router to assign IP addresses dynamically.
For any questions or feedback, please contact:
- Name: Mohamed Khaled Mahmoud Sayed
- Email: Mo7ammad244@gmail.com
This project is licensed under the MIT License - see the LICENSE file for details.