pool
ip/pool
Type: Directory
IP pools are used to define a 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).
| Argument | Type | Description |
|---|---|---|
| name | string | Name of the pool. |
| ranges ( mandatory ) | multi_arg { , , ip_range_arg } | IP address list of non-overlapping IP address ranges in the form of: from1-to1,from2-to2,...,fromN-toN. For example, 10.0.0.1-10.0.0.27,10.0.0.32-10.0.0.47. |
| next-pool | enum (none) | When IP address acquisition is performed from a pool that has no free addresses, and the next-pool property is set, then an IP address will be acquired from the next pool. |
| Read-only Argument | Type | Description |
|---|---|---|
| total | num | |
| used | num | |
| available | num |
ip/pool/used
Type: Directory
Menu lists all used IP addresses from IP pools.
| Argument | Type | Description |
|---|---|---|
| pool | enum | Name of the IP pool. |
| address | ipAddr | IP address that is assigned to a client from the pool. |
| owner | string | Name of the service which acquired this IP address. |
| info | string | Additional info, for example, for DHCP - MAC address from the leases menu and for PPP - connections username of a PPP type client. |