Bookmark this page:
Yahoo!
Windows Live
del.icio.us
digg
Netscape
|
|
||||||||||||||||
|
Posted by Ozgur Ozdemircili on May 14, 2007, 3:36 am
Please log in for more thread options Hello All, I have a network of 1 8000S, 8 8024gb and 1 windows server. There are 2 blocks where switches connectected to each other and the switch at the end of the block is connected to the 8000S as you can see in the diagram. A--B---C ( a connected to B B connected to C and C connected to Main switch (8000S)) D--E--F--G(D connected to E E connected to F F connected to G G connected to Mainswitch) And in the main switch I have a windows server with dhcp server. I want to create 2 vlans in this network. 1 is the default vlan which I use now, for the workers of the company. And the other one I want to create for the visitors. The question is: Do I create Vlan2 in all of the switches? Do I use trunk ports to connect the switches to each other and the main switch? How do I get DHCP server to serve DHCP addresses to only one VLAN? Thanks | ||||||||||||||||
|
Posted by Denis Jedig on May 27, 2007, 2:09 pm
Please log in for more thread options On 14 May 2007 00:36:39 -0700 Ozgur Ozdemircili wrote: Be aware that VLANs you create will be completely separated on L2 - they will be separate broadcast domains and traffic from VLAN1 will not be able to get to VLAN2 or vice versa. If you want to have IP passing between the two broadcast domains, you will need a router. > The question is:
> Do I create Vlan2 in all of the switches? It would only be necessary to create VLAN2 where you would have your "visitors" plugged in and in all the switches on the path from the "visitors" switches to the router. For the ease of administration and documentation, you typically would create the VLAN on every switch and assign ports according to the actual needs. > Do I use trunk ports to connect the switches to each other and the
> main switch? You surely can use trunking to increase link bandwidth or fault tolerance. However, trunking does not have anything to do with VLANs (except both topics being related to Ethernet). > How do I get DHCP server to serve DHCP addresses to only one VLAN?
That happens all by itself since the VLANs are separated broadcast domains and DHCP broadcasts will be restrained within one broadcast domain by design. -- Denis Jedig syneticon networks GbR http://syneticon.net/service/ | ||||||||||||||||
|
Posted by anoop on May 28, 2007, 12:16 pm
Please log in for more thread options
> On 14 May 2007 00:36:39 -0700 Ozgur Ozdemircili wrote:
> > Do I use trunk ports to connect the switches to each other and the
> > main switch? >
> You surely can use trunking to increase link bandwidth or fault tolerance. > However, trunking does not have anything to do with VLANs (except both > topics being related to Ethernet). I think the OP means trunk as in access, hybrid or trunk. And yes, the inter-switch links would need to be configured as trunks in order to carry traffic from multiple VLANs. Anoop | ||||||||||||||||
| Similar Threads | Posted |
| Allied Telesyn switch VLANS | May 14, 2007, 3:36 am |
| Allied Telesyn SFP in a Cisco switch ? | March 10, 2006, 5:44 am |
| Allied Telesyn QoS testing | July 7, 2006, 5:38 am |
| Allied telesyn & VOIP | July 19, 2007, 9:43 pm |
| Allied telesyn & VOIP | July 23, 2007, 12:26 am |
| Allied Telesyn vs Cisco vs netgear | March 24, 2006, 4:02 pm |
| Routing between VLANs using a Layer 3 Switch | March 24, 2005, 11:39 am |
| Configure VLANs on D-Link switch.. | May 9, 2006, 6:57 am |
| Intra-switch VLANs Netgear | September 6, 2006, 1:46 pm |
| Help configuring VLANs on HP Procurve 2824 switch | May 24, 2007, 3:06 pm |
| 802.1q vlans trunking | June 13, 2005, 5:09 am |
| An interface on many VLANs | November 24, 2005, 8:05 pm |
| Two different VLANs on the same port | December 15, 2006, 8:02 am |
| VLANS and subnetting | September 30, 2007, 5:44 pm |
| Mac address and VLAns | June 17, 2008, 1:27 am |

Allied Telesyn switch VLANS
Yahoo!
Windows Live
del.icio.us
digg
Netscape 





> I use now, for the workers of the company. And the other one I want to
> create for the visitors.