- Posts: 1
- Thank you received: 0
DHCP in PT 4.0
18 years 2 months ago #17595
by joshtcom
CCWB (Cisco Certified Wanna-Be)
DHCP in PT 4.0 was created by joshtcom
I'm new to the whole networking thing but I'm reading a Todd Lammle CCNA book. I was wondering if someone could explain to me how to use DHCP in Packet Tracer 4.0? I've set up a few networks in PT, but can't figure out the commands to make DHCP work. Any help would be appreciated
CCWB (Cisco Certified Wanna-Be)
18 years 1 month ago #18085
by S0lo
Studying CCNP...
Ammar Muqaddas
Forum Moderator
www.firewall.cx
Replied by S0lo on topic Re: DHCP in PT 4.0
Try something like this on a router:
ip dhcp excluded-address 192.168.2.1
ip dhcp pool TEST
network 192.168.2.0 255.255.255.0
default-router 192.168.2.1
I tried this config on the ccna_12.pkt topology file on the "Vargas" router and it works. And ofcourse don't forget to issue the "ipconfig /renew" command on the PCs
ip dhcp excluded-address 192.168.2.1
ip dhcp pool TEST
network 192.168.2.0 255.255.255.0
default-router 192.168.2.1
I tried this config on the ccna_12.pkt topology file on the "Vargas" router and it works. And ofcourse don't forget to issue the "ipconfig /renew" command on the PCs
Studying CCNP...
Ammar Muqaddas
Forum Moderator
www.firewall.cx
- langlois6698
- Offline
- New Member
Less
More
- Posts: 2
- Thank you received: 0
14 years 3 months ago #35456
by langlois6698
Replied by langlois6698 on topic Re: DHCP in PT 4.0
All the needed information for configuring DHCP on Packet Tracer is on
www.packettracernetwork.com/dhcpconfiguration.html
www.packettracernetwork.com/dhcpconfiguration.html
Time to create page: 0.123 seconds