Networking
--
Questions
--
Followers
Top Experts
Thanks
Zero AI Policy
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
ip dhcp excluded-address <<IP address>>
"%this command may be used with network, origin, vrf or relay pools."
This is what I was trying to do:
ip dhcp pool Mars
host 172.16.2.254 mask 255.255.255.0
hardware-address 02c7.f800.0422 ieee802
default-router 172.16.2.100 172.16.2.101
domain-name cisco.com
dns-server 172.16.1.102 172.16.2.102
netbios-name-server 172.16.1.103 172.16.2.103
netbios-node-type h-node
But I got an error after entering the command host.






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
http://e2346437.blogspot.fr/2009/09/cisco-catalyst-dhcp-with-reservation.html
Does your cisco have the "LANBASE" image ? LANLITE based devices are not able of adding DHCP reservations it seems
Now I created another pool and it works but I use hardware-address instead of client-identifier. Are those commands the same?
How do I check if my manual binding is working? I also added the dhcp lease command. How do I check if my lease command works? Thx

Get a FREE t-shirt when you ask your first question.
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
So if I have the below
ip dhcp pool global-dhcp
network 192.168.2.0
default-router 192.168.2.1
dns-server 192.168.0.50
domain-name domain.local
netbios-name-server 192.168.0.50
lease 0 4
ip dhcp pool Eric
host 192.168.2.254 255.255.255.0
client-identifier 0100.16d3.3e9c.f8
default-router 192.168.2.1
dns-server 192.168.0.50
netbios-name-server 192.168.0.50
Is the default-router 192.168.2.1 necessary in dhcp pool Eric? Also, is there a relationship between global-dhcp and Eric?
Thx
Networking
--
Questions
--
Followers
Top Experts
Networking is the process of connecting computing devices, peripherals and terminals together through a system that uses wiring, cabling or radio waves that enable their users to communicate, share information and interact over distances. Often associated are issues regarding operating systems, hardware and equipment, cloud and virtual networking, protocols, architecture, storage and management.