Microsoft
Software
Hardware
Network
Question : reserve IP using DHCP to a MAC address
Is there a way to reserve an IP address to a MAC address or a certain computer on a Cisco Catalyst 3560 Switch? Here is my configuration below.
no ip dhcp use vrf connected
ip dhcp excluded-address 10.3.65.1 10.3.65.100
ip dhcp excluded-address 10.3.65.200 10.3.65.254
!
ip dhcp pool Production_LAN
network 10.3.65.0 255.255.255.0
default-router 10.3.65.1
dns-server 192.168.1.25 192.168.1.26
Answer : reserve IP using DHCP to a MAC address
Plase use the following on router:
sw01(config)#ip dhcp pool STATIC-1
sw01(dhcp-config)#host 10.3.65.201 255.255.255.0
sw01(dhcp-config)#client-i
dentifier 0100.1438.634c.56
sw01(dhcp-config)#dns-serv
er 192.168.1.25 192.168.1.26
Random Solutions
Change DNS replication from domain wide to forest wide
VPN to NetGear DG384
Network bandwidth
Redundency problem with cisco 6513 and Cisco 3560 Switches
How to check outgoing messages
Managed vs. Unmanaged Switch
Zip Code Radius Calculation C# SQL MySQL
Assistance with active directory and file replication errors
I need to open up ports 6111-6119 -- Help Please
When Browsing to <a rel="nofollow" href="https://localhost/owa" target="_blank">https://localhost/owa</a> on an Exchange 2K7 server, I receive Service Unavailable.