cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4323
Views
4
Helpful
2
Replies

how to create dhcp server on 1841 router

Hi,

I'm trying to create dhcp server on the 1841 cisco router.

Can you please write step by step how to do it right.

Thank you in advance

2 Replies 2

Richard Burts
Hall of Fame
Hall of Fame

Bar

Here is an example of configuring a router to act as a DHCP server.

First you may want to exclude addresses such as the router interface address:

!

ip dhcp excluded-address 172.18.80.97

!

then you configure the DHCP pool with the subnet of addresses that it should use:

!

ip dhcp pool example_pool

network 172.18.80.96 255.255.255.224

default-router 172.18.80.97

dns-server 172.18.128.33

domain-name your_domain.com

lease 3

!

HTH

Rick

HTH

Rick

Hi Rick,

Thank you for your reply.

How can I check if there any clients are getting ip

Thanks

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card