Packet Tracer 5.3 - Setting up and managing a DHCP server |
IntroductionDHCP service is a key component of your network infrastructure by allowing centralized ip address management on a single pool of servers. DHCP configuration is also part of CCNA and CCNP Switch certification exams curricula. This skill can be tested in lab environnement during exams ans it's important for students to get used to DHCP configuration before taking the exam. Packet Tracer 5.3 implements two methods for setting up a DHCP server in your network :
Tutorial descriptionThis tutorial will show you how to configure dynamic IP address assignment on multiple VLAN with a unique DHCP server appliance on the network. Two VLANs are configured on Switch0 with Router0 as default gateway :
The unique DHCP server is located on a remote subnet with IP 172.16.24.2.
Learning DHCP : recommended books
DHCP configurationDeclare IP address pools on the DHCP management tab of the server like on the picture below. One pool has to be declared for each VLAN. Don't forget to configure the right network settings and default gateway (Router0 FA 0/0.10 and FA 0.0.20 IP address) for each VLAN.
Configure router0 for DHCP forwardingRouter(config)# interface FastEthernet0/0.10 Router(config-subif)# encapsulation dot1Q 10 Router(config-subif)# ip address 192.168.10.1 255.255.255.0 Router(config-subif)# ip helper-address 172.16.24.2
Router(config)# interface FastEthernet0/0.20 Router(config-subif)# encapsulation dot1Q 20 Router(config-subif)# ip address 192.168.20.1 255.255.255.0 Router(config-subif)# ip helper-address 172.16.24.2 |
| Trademark notice: This web site and/or material is not affiliated with, endorsed by, or sponsored by Cisco Systems, Inc. CiscoTM, Cisco SystemsTM, Cisco IOSTM, CCNATM, CCNPTM, Networking AcademyTM, LinksysTM are registered trademarks of Cisco Systems, Inc. or its affiliates in the U.S. or certain other countries. |