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
2995 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
620 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?






