Difference between revisions of "Cisco IOS: Static IPs in DHCP"

From wikieduonline
Jump to navigation Jump to search
(Created page with "You cannot configure manual bindings within the same pool that is configured with the networkcommand in DHCP pool configuration mode. See the "Configuring DHCP Address Pools"...")
 
 
(One intermediate revision by the same user not shown)
Line 8: Line 8:
 
  .../...
 
  .../...
  
 +
[[ip dhcp excluded-address]] 192.168.1.10
 +
 +
ip dhcp pool CLIENT_10
 +
hardware-address 0034.121b.0c19
 +
host 192.168.1.10 255.255.255.0
 +
 +
 +
 +
== Related terms ==
 +
* <code>[[client-identifier]]</code>
  
 
== See also ==
 
== See also ==

Latest revision as of 08:10, 22 April 2021

You cannot configure manual bindings within the same pool that is configured with the networkcommand in DHCP pool configuration mode. See the "Configuring DHCP Address Pools" section for information about DHCP address pools and the network command. [1]

.../...
ip dhcp pool STATIC_IP
host 192.168.184.183 255.255.255.0
hardware-address bce1.43d4.16b1
default-router 192.168.183.1
dns-server x.170.119.9 x.170.119.19 8.8.8.8 8.8.4.4
.../...
ip dhcp excluded-address 192.168.1.10

ip dhcp pool CLIENT_10
hardware-address 0034.121b.0c19
host 192.168.1.10 255.255.255.0


Related terms[edit]

See also[edit]

  • https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipaddr_dhcp/configuration/12-2sx/dhcp-12-2sx-book/config-dhcp-client.html#GUID-BCEB43D4-8C44-4C86-BBAA-6B977196D35C
  • Advertising: