I have a question that make my mind so bussy. I would appreciate if anyone guide me about this. So let me explain: Firstly consider We have bellow devices:
Devices:
- 2 L2 Managable Swiches
- 1 Router (act as unique Default Gatewayfor clients)
- 1 Internet ADSL Line
- 1 DHCP Server
Diagram:
Sorry, My Painting is not v.good. Also I cant have enough reputation for put pic here :) but this is overal design:
-----------
|DHCP SERVER|
-----------
|
| --------
--------------------------| Router |--------ADSL LINE-(Internet)
| | --------
| |
------- ------
|SW#1 | | SW#2 |
------- ------
| |
| VLAN 10 | VLAN 20
| |
Cline-Group#1 Clinet-Group#2
. Hypothesis:
- Company already have 250 User (Almost No more capacity for adding client)
- Each Client group has 250 users.
- Default Gateway IP set to 192.168.0.1/24
- DHCP IP Range: 192.168.0.2 - 192.168.0.254 /24
- Because of huge users we decide to break broadcast traffic to increase network performance
- VLAN 10 for SW#1, and VLAN 20 for SW#2 was created as the VLANs. VLAN #1 is existed also by switch default.
- Preferred Vlan range is 192.168.0.0/24 (254 IP Per each client group)
- We don't do any other configuration for switch Interfaces.
Goal:
- The only main purpose is to prepare Network/Internet Access and monitoring facilities for both client groups without changing DHCP range using built-in switches capability.
Want:
- Our Router IP (192.168.0.1) should add as Default Gateway for VLAN.
- Each Client group Should get IP using it`s Switch.
- We shouldn't get any IP Conflicts in overall network.
// Can we get result? Whats the best switch configuration at this scenario and how can we do this. // Also glad to find your offer for this situation.
Thanks in advance.