Design a network in Cisco Packet Tracer connecting Accounts and Sales departments with proper IP addressing and routing.
- 2 PCs
- 1 Printer
- 1 Switch
- Network Address: 192.168.40.0/25
- Subnet Mask: 255.255.255.128
- Router: 1 (connects both departments)
| Department | Network | Gateway | Range |
|---|---|---|---|
| Accounts | 192.168.40.0/25 | 192.168.40.1 | .1 - .126 |
| Sales | 192.168.40.128/25 | 192.168.40.129 | .129 - .254 |
| Device | IP | Gateway |
|---|---|---|
| PC1 | 192.168.40.2 | 192.168.40.1 |
| PC2 | 192.168.40.3 | 192.168.40.1 |
| Printer1 | 192.168.40.4 | 192.168.40.1 |
| Device | IP | Gateway |
|---|---|---|
| PC3 | 192.168.40.130 | 192.168.40.129 |
| PC4 | 192.168.40.131 | 192.168.40.129 |
| Printer2 | 192.168.40.132 | 192.168.40.129 |
- FastEthernet 0/0 (Accounts): 192.168.40.1 / 255.255.255.128
- FastEthernet 0/1 (Sales): 192.168.40.129 / 255.255.255.128
- Add devices: 1 Router, 2 Switches, 4 PCs, 2 Printers
- Cable devices: Connect PCs/Printers to switches; switches to router
- Configure router interfaces: Set IPs as shown above
- Configure all devices: Set IP addresses, subnet mask (255.255.255.128), and default gateway
- Enable router interfaces: Ensure "no shutdown" is applied
Run ping commands from any PC to verify connectivity:
ping 192.168.40.130(Accounts to Sales)ping 192.168.40.2(Sales to Accounts)
Expected Result: All pings succeed (0% packet loss)