Lab 3.3: DHCP Server in Packet Tracer
Summary
In this lab we worked on creating a DHCP server that was able to communicated over multiple VLANs and used ip helpers on the core switches. We used the same Subnet Table as the previous lab.
How to create pools
First select
ServicestabThen select
DHCPon the right sideNext type in the information you want
Finally Saving and Adding a. If new Pool select
Addb. If editing Pool selectSave
Working with serverPool
serverPoolis the Default Pool and cannot be removedIn this lab we used
serverPoolforVLAN 1 ManagementIn the photo shown above once you edit
serverPoolselectSavebecause it's already been made
Assigning IP helper addresses
Enter the
CLIfor a MLSIn
(config)mode typeinterface vlan {VLAN-ID}Then type
ip helper-address {IPaddr-DHCP-Server}Type
exitRepeat steps 2 to 4 for the rest of the VLANs
Any issues you encountered
The only issue I ran into was my ports on the East-Core-Switch were off-set by one
Last updated