Manual:IP/DHCP Relay: Difference between revisions
Jump to navigation
Jump to search
Created page with '{{Versions|v3, v4}} <div class=manual> <h2>Summary</h2> <p> DHCP Relay is just a proxy that is able to receive a DHCP request and resend it to the real DHCP server. </p> <h2>P…' |
No edit summary |
||
Line 41: | Line 41: | ||
DHCP relay does not choose the particular DHCP server in the dhcp-server list, it just send the incoming request to all the listed servers. | DHCP relay does not choose the particular DHCP server in the dhcp-server list, it just send the incoming request to all the listed servers. | ||
</p> | </p> | ||
<nowiki>[</nowiki>[[#content|Back to Content]]<nowiki>]</nowiki> | |||
[[Category:Manual]] |
Revision as of 11:18, 23 October 2009
Applies to RouterOS: v3, v4
Summary
DHCP Relay is just a proxy that is able to receive a DHCP request and resend it to the real DHCP server.
Properties
Sub-menu: /ip dhcp-client
Property | Description |
---|---|
delay-threshold (time; Default: none) | If secs field in DHCP packet is smaller than delay-threshold, then this packet is ignored |
dhcp-server (string; Default: ) | List of DHCP servers' IP addresses which should the DHCP requests be forwarded to |
interface (string; Default: ) | Interface name the DHCP relay will be working on. |
local-address (IP; Default: 0.0.0.0) | The unique IP address of this DHCP relay needed for DHCP server to distinguish relays. If set to 0.0.0.0 - the IP address will be chosen automatically |
name (string; Default: ) | Descriptive name for relay |
DHCP relay does not choose the particular DHCP server in the dhcp-server list, it just send the incoming request to all the listed servers.