ipv6_routes
List IPv6 routes on a MikroTik device, showing destination, gateway, distance, and status; optionally cap results. Returns empty if IPv6 is disabled.
Instructions
List the IPv6 routing table of a device (/ipv6/route):
dst-address, gateway, distance, active, dynamic, disabled. Mirrors
ip_routes for IPv6, including its optional limit (capped at
500, same MAX_ROUTE_LIMIT); omit it to get the full table.
Returns an empty list (never an error) if the ipv6 package is
disabled on the device - see "IPv6 read parity (v1.9)" in the
README.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| device_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |