DHCP Explained (DHCP server & DHCP Client) | How Does DHCP Work
This is DHCP Concept & Configuration in cisco packet tracer. The DHCP Explained (DHCP server & DHCP Client) on How Does DHCP Work in Cisco Packet Tracer
#CCNA #CCNA101 #DHCP #Cisco
*Brief Explanation
*Configuration :
=================
#DHCP_server
int g00
ip add 10.0.0.1 255.255.255.0
no shut
=============================
ip dhcp pool lan
network 10.0.0.0 255.255.255.0
default-router 10.0.0.1
dns-server 8.8.8.8
exit
ip dhcp excluded-address 10.0.0.1
exit
copy run start
======================================
#CCNA #CCNA101 #ReanComputer101
▶ Watch Playlist of CCNA Tutorial – http://bit.ly/CcnaNetworking
by Rean Computer 101
linux dhcp client