Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I have a Catalyst 3560 PoE-8. I need to turn on DHCP so that when I plug in a computer the switch will give it an IP address.How do I turn this on?I don't need to have any VLANs or anything, I just have a few computers that need to talk to each other...
Hello.I have a Catalyst 2960. From default configuration, all I have done is assign a VLAN with an IP address of 192.10.200.1 and a subnet mask of 255.255.255.0. I am not setting a default gateway because there is no gateway - that field just stays a...
Great, thanks for all your help. Here is my final configuration I am using:enableconfigure terminalno ip dhcp conflict loggingip dhcp pool newPoolnetwork 10.100.0.0 255.255.255.0default-router 10.100.0.10lease infiniteexitinterface vlan 1ip address 1...
I see. There will not be a router connected to this switch. Only a few PCs that need to talk to each other. Should I just set the default-router to the IP of the switch?I also don't know what this part of your example code is meant to do:interface vl...
Thank you for your reply. I have read the document you linked to. I have consoled in to the switch and typed the following:enableconfigure terminalno ip dhcp conflict loggingip dhcp pool newPoolnetwork 10.100.0.0 255.255.255.0lease infiniteexitservic...