cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
224
Views
0
Helpful
1
Replies

DHCP config issue

sudipta2005
Level 1
Level 1

My internal network ip is 169.28.0.1 to 169.28.0.254.I have two routers configured as DHCP servers which will alllocate the ip addresses.One of the DHCP server will allocate 169.28.0.1 to 149 and the other will allocate 150 to 254.So i have understand i have to create two pools in both the routers.

can i use the network statement like this

Router A

ip dhcp pool poolA

network 169.28.0.1 169.28.0.149 255.255.255.0

and for Router B

ip dhcp poolA

network network 169.28.0.150 169.28.0.254 255.255.255.0.

Please reply asap.

1 Reply 1

lgijssel
Level 9
Level 9

It doesn't work like that. You must specify the whole network for dhcp and specify the dhcp excluded adress range. It looks like this:

ip dhcp excluded-address 192.168.12.250 192.168.12.254

!

ip dhcp pool CLIENT

import all

network 192.168.12.0 255.255.255.0

Regards,

Leo

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: