05-25-2006 10:28 AM - edited 03-03-2019 03:23 AM
Is the Cisco DHCP server part of the IOS? In other words can any Cisco managed switch or router capable of providing DHCP to include layer 2 managed switches?
Can someone point me to a set of instructions on configuring DHCP on a 3560 Layer 3 switch? I dont want to do anything fancy, just run DHCP server on a particular block of IP address. Cisco instructions seem to be incomplete.
Im running IOS 12.2
Is there a show command or something similar that will show me the current DHCP configuration?
Thanks for any information you can provide!
05-25-2006 10:50 AM
This is the config I have on one of my 3560 switches:
ip dhcp excluded-address 192.168.2.1
ip dhcp excluded-address 192.168.2.2
!
ip dhcp pool test
network 192.168.2.0 255.255.255.0
dns-server
default-router 192.168.2.1
As you can see its quite simple. start off with the commands "ip dhcp" in global config mode and see all of the available ones to use. its fairly straight forward from there.
This small article should help you out a little.
http://techrepublic.com.com/5100-1035_11-5690240-2.html
HTH
05-25-2006 10:34 PM
this is the working configuration of dhcp server in my office, which will be very simple for you to understand.
ip dhcp pool department1
network 10.1.0.0 255.255.255.0
domain-name yourcomapny.com
dns-server 10.2.1.1
default-router 10.1.1.252
lease 3
!
ip dhcp snooping
ip dhcp-server 10.187.1.250
rate this post
05-27-2006 04:12 AM
Hi Netpros
I do have some query, cisco router configuration i did.
But how to configure cisco serial interface to become DHCP client. if other end of the interface is atteched with the router configured as DHCP server.
I am using this configuration on my LAB environment.
So is it required to configure domain name on DHCP derver. as i don hav any domail name on my LAB environment.
Thanks
DK
05-29-2006 12:29 PM
hi dhaval,,,
u can configure your interface for the client using command
ip address dhcp client-id interface
please rate this post if it helps
regards
Devang
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide