#cisco #packettracer #dhcp
This video help you to config DHCP Pool on Cisco Routers.
Download Cisco Packet Tracer https://www.netacad.com/courses/packe...
IOS Commands.
01. Go to the Global Configuration Mode & type below Commands.
Configure an Interface
interface gigabiteEthernet 0/0
ip address 192.168.1.1 255.255.255.0
no shut
exit
Create DHCP Pool
ip dhcp poll LAN1 -- you can give you any name.
network 192.168.1.0 255.255.255.0 --- Your network address with prefix
default-router 192.168.1.1 --- Default Gateway
exit
Show Commands
show ip interface brief -- Show brief details about interfaces.
show ip dhcp pool LAN1 -- view information about DHCP pool