Manual:IPv6/DHCP Server
Jump to navigation
Jump to search
Applies to RouterOS: v3, v4, v5+
Summary
Standards: RFC 3315, RFC 3633
Package: dhcp,ipv6
General
Sub-menu: /ipv6 dhcp-server
Properties
Property | Description |
---|---|
authoritative (; Default: ) | |
delay-threshold (; Default: ) | |
disabled (; Default: ) | |
lease-time (; Default: ) | |
address-pool (; Default: ) | |
interface (; Default: ) | |
name (; Default: ) |
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. |