The Windows2008 is configured as a DHCP server, assigning IP addresses to six VLANs, respectively, if the VLANs are:
A:192.168.1.0/24
B:192.168.2.0/24
.....
F:192.168.6.0/24
Core switch for Cisco 3560
The setting needs to be done in two ways:
1.cisco3560 three-layer switch requires port setting command on Vlana
Interface Vlana
IP address xxxx xxxx
IP helper-address "DHCP server IP"
For example:
1.interface Vlan1
2.ip Address 192.168.1.1 255.255.255.0
3.ip helper-address 192.168.1.10
Where 192.168.1.1 is the default gateway address for Vlan1;
192.168.1.10 is a Windows 20008-built DHCP
2. Set up on Microsoft DHCP server
The routing options in different IP address segments set the gateway address for the corresponding VLAN,
Then the machine of different VLAN can get the corresponding IP
Setting port global Parameters on an access switch
Switch (Config) Interface Range Fa 0/1-24
Switch (config-if-range) Switchport Mode Access
Switch (config-if-range) Spanning-tree Portfast
win2008 set up DHCP multi-scope to assign addresses to VLANs