User Tools

Site Tools


dhcp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
dhcp [2024/03/14 21:41]
114.119.155.78 old revision restored (2023/11/10 06:57)
dhcp [2024/05/21 23:47]
127.0.0.1 external edit
Line 1: Line 1:
 =====DHCP===== =====DHCP=====
 +Use DHCP to address automatic IP assignment within a network.
 +
 ====Configuration==== ====Configuration====
 Below is the configuration for DHCP in Cisco's IOS.  Below is the configuration for DHCP in Cisco's IOS. 
  
 <code> <code>
-R1(dhcp-config)#do sh run | s dhcp  +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 excluded-address 192.168.1.1 192.168.1.49 +ip dhcp pool MYNETWORK 
-ip dhcp excluded-address 172.16.0.1 +   network 192.168.0.0 255.255.255.0 
-ip dhcp pool LAN +   default-router 192.168.0.1  
-   network 192.168.1.0 255.255.255.0 +R1#
-   next-server 1.2.3.4  +
-   default-router 192.168.1.1  +
-   dns-server 192.168.1.1  +
-   lease 0 23 59+
 </code> </code>
  
dhcp.txt · Last modified: 2024/07/08 03:47 by 114.119.130.33