User Tools

Site Tools


Sidebar

CCNA Notes

Resources

GNS3 - Graphical Network Simulator for Win / Mac / Linux

r/CCNA - CCNA subreddit

dhcp

This is an old revision of the document!


DHCP

DHCP is really important. It's responsible for the automatic assignment of IP addresses in your network.

It does all of the things.

Configuration

Below is the configuration for DHCP in Cisco's IOS.

R1#sh run | s dhcp
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.0.1 192.168.0.49
ip dhcp pool MYNETWORK
   network 192.168.0.0 255.255.255.0
   default-router 192.168.0.1 
R1#
dhcp.1710452315.txt.gz · Last modified: 2024/03/14 21:38 by 114.119.137.174