cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
435
Views
1
Helpful
3
Replies

Need help with DHCP

networkingNewb
Level 1
Level 1

Hey there cisco community!

I'm new to networking and working on a project for school. 

I am trying to configure a DHCP server on 1 of my vlan, vlan30 and I want that DHCP server to assign IP addresses to all my PCs on the network. 

I have L3 and L2 switches in my network and have configured trunk ports between them for inter-vlan routing. I also see that my router is able to ping my DHCP server. I've been trying for a week and still I have no idea where I'm going wrong. 

 

networkingNewb_1-1735851098830.png

I'd appreciate any input! I've attached my packet tracer file here for reference. Thank you!

1 Accepted Solution

Accepted Solutions

Made a few changes and the DHCP is working now. You can use this as example for you study

View solution in original post

3 Replies 3

@networkingNewb 

 The mistake you are doing is the configuration on the  BR_MLS#. You are using the same IP address as  HQ_MLS. You need to use a different IP address

BR_MLS will not send DHCP request to HQ_MLS. It will look locally as it has the network 200.10.3.0 on it. 

 

 

FlavioMiranda_0-1735851554939.png

 

Thank you for taking the time to explain my mistakes. Appreciate it!

Made a few changes and the DHCP is working now. You can use this as example for you study