I am wondering how to assign ip addresses to different Vlans. For example, these might be the addresses I want for each vlan.
Vlan 1 = 172.17.30.1/24 - 172.17.30.254/24
Vlan 2 = 172.17.31.1/24 - 172.17.31.254/24
Vlan 3 = 172.17.32.1/24 - 172.27.32.254/24
If I only had one DHCP server, how could I set it up to assign these scopes to the correct Vlans? Could I use a router as a DHCP server and set up subinterfaces for each Vlan, and then assign scopes on a per Vlan basis?
Vlan 1 = 172.17.30.1/24 - 172.17.30.254/24
Vlan 2 = 172.17.31.1/24 - 172.17.31.254/24
Vlan 3 = 172.17.32.1/24 - 172.27.32.254/24
If I only had one DHCP server, how could I set it up to assign these scopes to the correct Vlans? Could I use a router as a DHCP server and set up subinterfaces for each Vlan, and then assign scopes on a per Vlan basis?