This project demonstrates Inter-VLAN Routing using a multilayer switch in Cisco Packet Tracer. It includes the creation and configuration of multiple VLANs, trunking, routing between VLANs, and DHCP-based IP assignment to end devices.
- VLANs: 10 (Engineer), 20 (Sales), 30 (Account)
- Switches: 4 Access Switches (Switch4 to Switch7) connected to a Multilayer Switch
- Multilayer Switch: Performs routing between VLANs and acts as DHCP server
- End Devices: PCs assigned to each VLAN based on port configuration
| VLAN ID | Name | Purpose |
|---|---|---|
| 10 | Engineer | Engineering Dept |
| 20 | Sales | Sales Dept |
| 30 | Account | Accounting Dept |
- SVIs configured for each VLAN with IP addresses:
- VLAN 10 → 192.168.10.1/24
- VLAN 20 → 192.168.20.1/24
- VLAN 30 → 192.168.30.1/24
ip routingenabled for Inter-VLAN Routing- DHCP Pools configured for each VLAN subnet
- Each VLAN interface includes
ip helper-addressif needed
- VLANs created and assigned to ports connected to end devices
- Trunk ports configured towards the Multilayer Switch
- All end devices obtain their IP addresses dynamically via the DHCP server configured on the multilayer switch.
- Devices can communicate with others in different VLANs through Inter-VLAN Routing
pingbetween devices in different VLANsshow ip interface briefto verify SVI statusshow vlan briefto verify VLAN-port assignmentsshow ip dhcp bindingto verify IP assignment via DHCP
inter-vlan-routing.pkt— Cisco Packet Tracer project file
By Manar Hossam
This project is part of a learning journey in network design and simulation using Cisco Packet Tracer.