NTnewbie
40 pts. | Oct 27 2009 6:49PM GMT
Hi Mrdenny,
Thanks for the prompt response. I am not sure I understand your response.
I definitely need a DHCP server as I am unable to set static IPs on each target clients!!
The IP assignment of the Host is not that important, my main concern is the IPs of the target clients. Does this mean I need a DHCP server + Layer 2 switch only? How do configure the IP assigments based on the ports with a Layer2 & DHCP? Any further clarification would help.
Once again, thanks in advance.
Yasirirfan
4315 pts. | Oct 29 2009 7:14AM GMT
Once you are thinking of VLANs its always good to go with a layer 3 switch, a Cisco 3750 Switch is good your requirements. You can create VLANs and configure the ports for required vlans. IF you are using DHCP server then make sure you have configured the Switch a command “ip helper-address” command a smaple configuration is here
interface Vlan101
description Nursing
ip address 10.2.0.3 255.255.254.0
ip helper-address 10.0.1.100
ip helper-address 10.0.1.101
from the above example the “ip helper-address” command is directed towards my DHCP servers.
CRagsdale32
640 pts. | Oct 29 2009 4:55PM GMT
A simple solution might also be to purchase a router that is modularly configurable, something like a cisco 1811. This has DHCP capabilities built in, and if you want to use VLANs you can still set those up as well. Just get a module for additional ports…
[CODE <a href="http://www.cisco.com/en/US/prod/collateral/routers/ps5853/ps6184/product_data_sheet0900aecd8028a95f_ps5853_Products_Data_Sheet.html" title="http://www.cisco.com/en/US/prod/collateral/routers/ps5853/ps6184/product_data_sheet0900aecd8028a95f_ps5853_Products_Data_Sheet.html" target="_blank">http://www.cisco.com/en/US/prod/collater...</a>
is a good reference for information on tha 1811 model. The 1811 comes with 8 switched ports installed, but there is room for additional expansion.
R0berth1
175 pts. | Oct 29 2009 5:27PM GMT
If you ever plan on using netflow for any reason, it will not be available on the Cisco 3750. Also you can put DHCP on the switch instead of using a DHCP server on a windows PC if you need to.
NTnewbie
40 pts. | Oct 29 2009 5:32PM GMT
What do you mean by putting a DHCP on the switch? Do you mean a switch with a built-in DHCP server?
Cyberhh
40 pts. | Dec 29 2009 5:07PM GMT
No need to make this difficult, you do not need special routing if you do not want it.
Setup your switch with 3 VLANs.:
VLAN1: Port 1-8
Port1: Server 1
Port 2-8: 7 clients for that server
VLAN2: Port 9-16
Port9: Server 2
Port 10-16: clients for that server
VLAN3: Port 17-24
Port 17: Server 3
Port 18-24: Clients for that server
Run DHCP on each server to serve IPs in the range needed for communication with that server and DNS with appropriate host entries for that server.
No routing anywhere but to the server that you require access to.
If you use an HP Procurve switch you can set it all up via the switch’s web interface and as long as the VLAN’s are setup on the switch port there is no configuration you need to do on the clients (just use one VLAN per port and you will be okay.)
If you need routing then it will get more complicated, but only a little.






