ipv6/pool
Package: ipv6
Type: Directory
IP pools are used to define range of IP addresses that can be used by various RouterOS utilities, for example, DHCP server, Point-to-Point servers and more. Separate lists for IPv4 and IPv6 are available. Whenever possible, the same IP address is given out to each client (OWNER/INFO pair).
| Flag | Name | Description |
|---|
| D | dynamic | dynamic |
| I | inactive | inactive |
| Argument | Type | Description |
|---|
| name ( mandatory ) | string | Name of the pool. |
| prefix | ip6Prefix | |
| from-pool | enum | Name of another pool from which to acquire prefix dynamically. |
| prefix-length ( mandatory ) | num | The option represents the prefix size that will be given out to the client. |
| Read-only Argument | Type | Description |
|---|
| actual-prefix | ip6Prefix | |
| valid-lifetime | time | |
| preferred-lifetime | time | |
ipv6/pool/used
Package: ipv6
Type: Directory
| Read-only Argument | Type | Description |
|---|
| pool | enum | Name of the pool the prefix is reserved from. |
| prefix | ip6Prefix | IPv6 prefix that is assigned to the client from the pool. |
| owner | string | What reserved the prefix ("DHCP", etc.) |
| info | string | Shows DUID related information received from the client (value in hex). Can contain also a raw timestamp in hex. |