Manual:IPv6/DHCP Server
From MikroTik Wiki
Summary
Standards: RFC 3315, RFC 3633
Package: dhcp,ipv6
General
Sub-menu: /ipv6 dhcp-server
Properties
| Property | Description |
|---|---|
| authoritative (after-10sec-delay | after-2sec-delay | yes | no; Default: after-2sec-delay) | Whether the DHCP server is the only one DHCP server for the network:
|
| delay-threshold (time | none; Default: none) | If secs field in DHCP packet is smaller than delay-threshold, then this packet is ignored. If set to none - there is no threshold (all DHCP packets are processed) |
| disabled (yes | no; Default: no) | Whether DHCPv6 server participate in prefix assignment process. |
| lease-time (time; Default: 3d) | The time that a client may use the assigned address. The client will try to renew this address after a half of this time and will request a new address after time limit expires. |
| address-pool (string | static-only; Default: static-only) | IPv6 pool, from which to take IPv6 prefix for the clients. If set to static-only, then only the clients that have a static binding (added in bindings submenu) will be allowed. |
| interface (string; Default: ) | Interface on which server will be running. |
| name (string; Default: ) | Reference name |
Read-only Properties
| Property | Description |
|---|---|
| dynamic (yes | no) | |
| invalid (yes | no) |
Bindings
Sub-menu: /ipv6 dhcp-server binding
DUID is used only for dynamic bindings, so if it changes then client will receive different prefix than previously.
| Property | Description |
|---|---|
| address (IPv6 prefix; Default: ) | IPv6 prefix that will be assigned to the client |
| comment (string; Default: ) | Short description of an item. |
| disabled (yes | no; Default: no) | Whether item is disabled |
| life-time (time; Default: 3d) | Time period after which binding expires/ |
| duid (string; Default: ) | |
| iaid (integer [0..4294967295]; Default: ) | |
| server (string | all; Default: all) | Name of the server. If set to all, then binding applies to all created DHCPv6 servers. |
Read-only properties
| Property | Description |
|---|---|
| dynamic (yes | no) | Whether item is dynamically created. |
| expires-after (time) | Time period after which binding expires. |
| last-seen (time) | Time period since client was last seen. |
| status (waiting | offered | bound) | Three status vales are possible:
|
For example, dynamically assigned /62 prefix
[admin@RB493G] /ipv6 dhcp-server binding> print detail
Flags: X - disabled, D - dynamic
0 D address=2a02:610:7501:ff00::/62 duid="1605fcb400241d1781f7" iaid=0
server=local-dhcp life-time=3d status=bound expires-after=2d23h40m10s
last-seen=19m50s
1 D address=2a02:610:7501:ff04::/62 duid="0019d1393535" iaid=2
server=local-dhcp life-time=3d status=bound expires-after=2d23h43m47s
last-seen=16m13s
Menu specific commands
| Property | Description |
|---|---|
| make-static () | Set dynamic binding as static. |
[ Top | Back to Content ]