I'm trying to break up my network by making each floor switch its own VLAN and having one DHCP server provide addresses for them all. Using this guide:
http://www.lanarchitect.net/Articles/DHCP/index.htm
I'm not sure how I should configure the on-floor switches connected to the core switch. I'm assuming that each new vlan interface on the core switch becomes the new default gateway for machines on that vlan? How should I assign an IP to the on-floor switch then? For example, on the core switch I created int vlan10 with an IP of 10.10.0.62/29 and Ip-helper address of the dhcp server. On the floor switch, should i also create an int vlan10 with an ip of, say, 10.10.0.1/29? And then all ports configured on that switch would be on vlan 10?
Any help is appreciated. Thanks!
http://www.lanarchitect.net/Articles/DHCP/index.htm
I'm not sure how I should configure the on-floor switches connected to the core switch. I'm assuming that each new vlan interface on the core switch becomes the new default gateway for machines on that vlan? How should I assign an IP to the on-floor switch then? For example, on the core switch I created int vlan10 with an IP of 10.10.0.62/29 and Ip-helper address of the dhcp server. On the floor switch, should i also create an int vlan10 with an ip of, say, 10.10.0.1/29? And then all ports configured on that switch would be on vlan 10?
Any help is appreciated. Thanks!