What does static DHCP mean? Static Dynamic is confusing

8

2

I've found some home wireless routers/ADSL+ modems (ZyXEL 660) talking about Static DHCP, when refering to assosiating a specific MAC to an IP, but still serve the configuration over DHCP.

Doesn't this have another name? What does Cisco call this feature (that I know supports because I've used long time ago)?

voyager

Posted 2009-07-15T21:11:49.147

Reputation: 2 490

Answers

23

A DCHP reservation. Cisco refers to it as "Static DHCP".

More information here. (CTRL-F for "static allocation").

John T

Posted 2009-07-15T21:11:49.147

Reputation: 149 037

beat me by 36 seconds...so you get a +1 for quick response ;-) – Avery Payne – 2009-07-15T21:16:50.867

10

You're talking about a DHCP reservation. This is actually a common feature but little-known by most folks. It's quite useful for locking an IP address to a machine, but wanting to keep centralized control over its settings for DNS and default gateway, etc. Very useful.

Avery Payne

Posted 2009-07-15T21:11:49.147

Reputation: 2 371

5

My router calls it IP-MAC binding

Also heard it refered to as DCHP reservation

Martin

Posted 2009-07-15T21:11:49.147

Reputation: 3 644

2

Static DHCP : Static DHCP is where you can specify the MAC address of any machine in DHCP server so that PC with stated MAC address will always get the same IP address from DHCP server because MAC address is bound with IP Address in DHCP server.

Dynamic DHCP : here no Bind of MAC address and IP address so when a user newly request for IP address from DHCP server he will get new IP address on each request.

mr_eclair

Posted 2009-07-15T21:11:49.147

Reputation: 292