Is it possible to handout IP ranges per switch with the use of one DHCP server?
Example, i have 2 Swicthes (A & B). I like to:
switch a => 192.168.1.50 - 192.168.1.75
switch b => 192.168.1.76 - 192.168.1.100
My problem is i have a few switches that are hooked up with a 'test bench'. On each bench they connect a dozen of systems. Then they load software on each system. The loaded software sends some data to a server, and the server needs to know form which bench that data came.
By having fixed ip ranges per switch, i could determine it. An other option would be to know which port each system was connected to (based on MAC??)?