09-04-2006 02:20 AM - edited 03-03-2019 04:48 AM
Hi:
Just need an advice on how to configure VLANs,InterVLAN routing and make Windows 2000 DHCP Server to work also for Stack C3750G-24TS Layer3 Switch..
Thanks in advance
Cliff
09-04-2006 02:37 AM
Hi.
1. Create and configure VLANs on the switch and assign VLAN membership to switch ports.
2) If they are directly connected network, you will get directly connected route in routing table.
3)YOu need to create different dhcp scope on dhcp server. After you need to insert "IP helper address command with using of IP address of DHCP server address.
so after that you will get differnt IP address on Vlan according to VLan range.
This will solve your problem, please rate this post.
-Minu
09-04-2006 03:17 AM
Hi,
For configuring VLANs, you need to enter the following commands:
- enable
- configure terminal
- vlan 'number'
Then you need to configure the ports as the members of the vlan by giving the following command:
- switchport access vlan 'vlan-number'
If all the vlans are created on the Layer3 switch only, then you only need to enter the command 'ip routing' and your routing needs would be fulfilled.
For more details refer the following link:
Hope this helps!
Regards,
AbhisheK
Please rate all helpful posts!
09-04-2006 09:15 AM
Hi:
About the stack switches (eg;C3750G-24, does the slave stack automatically adopts or copies the configuration from the master stack?
example:
Master_StackSwitch(-if)#switchport access vlan 10
*Does the slave stack automatiaclly copies it?
09-04-2006 09:20 AM
>>>>>>>
About the stack switches (eg;C3750G-24, does the slave stack automatically adopts or copies the configuration from the master stack?
example:
Master_StackSwitch(-if)#switchport access vlan 10
*Does the slave stack automatiaclly copies it?
>>>>>>>>>>
Yes, using the stackwise cabling - your stacked switches act and look like a single switch.
Please understand this, if the stack goes down, the configuration from that stack (membership ports) are gone since they are associated physically to the stack.
09-04-2006 05:00 AM
Hi Capricon,
with addition to minu & abhishek, instead of making a windows 2000 to act as DHCP server, you can make 3750 itself to act as DHCP server. below is the configuration
ip dhcp pool ABCD
network 10.0.0.1 255.255.255.0
dns-server 10.2.1.31
domain-name abc.org
default-router 10.0.0.254
like this you create for different vlan.
hope this helps,
rate this post.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide