04-04-2004 08:36 PM - edited 03-02-2019 02:46 PM
Hi
Could you tell me how to setup dhcp server in 2500 seriers?
could you share with me some syntax to configure dhcp server?
thanks for your expertise
tom
04-04-2004 09:09 PM
Defining DNS and Netbios servers is optional. Defining Domain name is optional.
***SAMPLE***
Example using a router with address 172.16.0.1
no ip dhcp conflict logging
ip dhcp excluded-address 172.16.0.1
!
ip dhcp pool YOURPOOL
network 172.16.0.0 255.255.255.0
domain-name yourdomain.com
dns-server 172.17.0.1 172.17.0.2
netbios-name-server 172.17.0.1 172.17.0.2
netbios-node-type h-node
default-router 172.16.0.1
*****
See Also:
Configuring DHCP - Cisco IOS 12.1 Mainline -
04-05-2004 09:28 AM
thank you from your input.
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