kyujhgfd 发表于 2017-11-1 09:34:52

Windows server DHCP服务器为多个VLAN分配IP地址

网络拓扑


一、DHCP服务器配置(Windows2008)1、在DHCP服务器上建立三个作用域
2、DHCP服务器路由设定  在不同的IP地址段的路由选项设定对应VLAN的网关地址,那么不同VLAN就可以得到相应的IP二、核心交换机配置(三层交换为Cisco 3560)1、建立VLANswitch(Config)#vlan 2switch(Config)#vlan 32、设置VLAN IP地址并指定DHCP服务器地址switch(Config)#interface vlan switch(Config-if)#ip address “IP地址”switch(Config)#ip helper-address "dhcp server IP"三、在接入式交换机设置端口全局参数switch(config)#interface range fa 0/1 - 24switch(config-if-range)#switchport mode access switch(config-if-range)#spanning-tree portfast

mayiwen123456 发表于 2017-11-2 09:58:02

写的太空洞
页: [1]
查看完整版本: Windows server DHCP服务器为多个VLAN分配IP地址